From 04a9746653e3fdbb567edb982ae7e275ce5d794c Mon Sep 17 00:00:00 2001 From: rajuvemula Date: Thu, 30 Oct 2025 18:45:28 +0530 Subject: [PATCH] fix: update rpc --- .github/workflows/staging.yml | 4 ++-- src/config.js | 2 +- src/store/actions/transactions/ledger.js | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 87916483..c21f5109 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -89,7 +89,7 @@ jobs: env: CI: false REACT_APP_API_KEY: "https://rest.core.persistence.one" - REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com" + REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://rpc.core.persistence.one" REACT_APP_WEBSITE_URL: "https://staging.wallet.persistence.one" REACT_APP_EXPLORER_API: "https://www.mintscan.io/persistence" REACT_APP_MAIL_CHIMP_URL: "https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48" @@ -115,7 +115,7 @@ jobs: env: CI: false REACT_APP_API_KEY: "https://rest.core.persistence.one" - REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com" + REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://rpc.core.persistence.one" REACT_APP_WEBSITE_URL: "https://staging.wallet.persistence.one" REACT_APP_EXPLORER_API: "https://www.mintscan.io/persistence" REACT_APP_MAIL_CHIMP_URL: "https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48" diff --git a/src/config.js b/src/config.js index 9f169211..a9e17e85 100644 --- a/src/config.js +++ b/src/config.js @@ -110,7 +110,7 @@ export const IBCChainInfos = [ export const ExternalChains = [ { - rpc: "https://persistence-rpc.polkachu.com/", + rpc: "https://rpc.core.persistence.one/", rest: "https://rest.core.persistence.one/", chainId: "core-1", chainName: "Persistence", diff --git a/src/store/actions/transactions/ledger.js b/src/store/actions/transactions/ledger.js index 93fa70ee..01956778 100644 --- a/src/store/actions/transactions/ledger.js +++ b/src/store/actions/transactions/ledger.js @@ -6,7 +6,6 @@ import helper, {privateKeyReader} from "../../../utils/helper"; import {LOGIN_INFO} from "../../../constants/localStorage"; import {DefaultChainInfo, ExternalChains} from "../../../config"; import {setTxTokenizeShareStatus, showTxTokenizeModal} from "./tokenizeShares"; -import {hideKeyStoreModal} from "./keyStore"; export const ledgerSubmit = (loginAddress, loginMode) => { return async (dispatch, getState) => {