Skip to content

Commit 04a9746

Browse files
fix: update rpc
1 parent 1a03405 commit 04a9746

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.github/workflows/staging.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
env:
9090
CI: false
9191
REACT_APP_API_KEY: "https://rest.core.persistence.one"
92-
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com"
92+
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://rpc.core.persistence.one"
9393
REACT_APP_WEBSITE_URL: "https://staging.wallet.persistence.one"
9494
REACT_APP_EXPLORER_API: "https://www.mintscan.io/persistence"
9595
REACT_APP_MAIL_CHIMP_URL: "https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48"
@@ -115,7 +115,7 @@ jobs:
115115
env:
116116
CI: false
117117
REACT_APP_API_KEY: "https://rest.core.persistence.one"
118-
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com"
118+
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://rpc.core.persistence.one"
119119
REACT_APP_WEBSITE_URL: "https://staging.wallet.persistence.one"
120120
REACT_APP_EXPLORER_API: "https://www.mintscan.io/persistence"
121121
REACT_APP_MAIL_CHIMP_URL: "https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48"

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export const IBCChainInfos = [
110110

111111
export const ExternalChains = [
112112
{
113-
rpc: "https://persistence-rpc.polkachu.com/",
113+
rpc: "https://rpc.core.persistence.one/",
114114
rest: "https://rest.core.persistence.one/",
115115
chainId: "core-1",
116116
chainName: "Persistence",

src/store/actions/transactions/ledger.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import helper, {privateKeyReader} from "../../../utils/helper";
66
import {LOGIN_INFO} from "../../../constants/localStorage";
77
import {DefaultChainInfo, ExternalChains} from "../../../config";
88
import {setTxTokenizeShareStatus, showTxTokenizeModal} from "./tokenizeShares";
9-
import {hideKeyStoreModal} from "./keyStore";
109

1110
export const ledgerSubmit = (loginAddress, loginMode) => {
1211
return async (dispatch, getState) => {

0 commit comments

Comments
 (0)