Skip to content

Commit 6b0fbb1

Browse files
Merge pull request #539 from persistenceOne/test_gaia
fix: update rpc
2 parents e4e1e83 + 1a03405 commit 6b0fbb1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm run build:ipfs --if-present
2424
env:
2525
REACT_APP_API_KEY: "https://rest.core.persistence.one"
26-
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://rpc.core.persistence.one"
26+
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com"
2727
REACT_APP_WEBSITE_URL: "https://wallet.persistence.one"
2828
REACT_APP_EXPLORER_API: "https://www.mintscan.io/persistence"
2929
REACT_APP_MAIL_CHIMP_URL: "https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48"
@@ -49,7 +49,7 @@ jobs:
4949
- run: npm run build --if-present
5050
env:
5151
REACT_APP_API_KEY: "https://rest.core.persistence.one"
52-
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://rpc.core.persistence.one"
52+
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com"
5353
REACT_APP_WEBSITE_URL: "https://wallet.persistence.one"
5454
REACT_APP_EXPLORER_API: "https://www.mintscan.io/persistence"
5555
REACT_APP_MAIL_CHIMP_URL: "https://one.us17.list-manage.com/subscribe/post?u=fd70c7f5c39a43acbedb49253&id=7f8e2dbc48"

.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://rpc.core.persistence.one"
92+
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com"
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://rpc.core.persistence.one"
118+
REACT_APP_TENDERMINT_RPC_ENDPOINT: "https://persistence-rpc.polkachu.com"
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://rpc.core.persistence.one/",
113+
rpc: "https://persistence-rpc.polkachu.com/",
114114
rest: "https://rest.core.persistence.one/",
115115
chainId: "core-1",
116116
chainName: "Persistence",

0 commit comments

Comments
 (0)