Skip to content

Commit ce614fa

Browse files
authored
fix(contract_manager): Update some rpc urls + better error description (#1346)
* Better error message * Replace faulty rpcs on cosmwasm
1 parent a27eb9a commit ce614fa

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

contract_manager/src/chains.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ export abstract class Chain extends Storable {
4747
this.wormholeChainName = wormholeChainName as ChainName;
4848
if (toChainId(this.wormholeChainName) === undefined)
4949
throw new Error(
50-
`Invalid chain name ${wormholeChainName}. Try rebuilding xc_admin_common package`
50+
`Invalid chain name ${wormholeChainName}.
51+
Try rebuilding xc_admin_common: npx lerna run build --scope xc_admin_common`
5152
);
5253
}
5354

contract_manager/store/chains/CosmWasmChains.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- endpoint: https://injective-rpc.quickapi.com:443
1+
- endpoint: https://sentry.tm.injective.network:443
22
id: injective
33
wormholeChainName: injective
44
mainnet: true
@@ -20,7 +20,7 @@
2020
prefix: osmo
2121
feeDenom: uosmo
2222
type: CosmWasmChain
23-
- endpoint: https://k8s.testnet.tm.injective.network:443
23+
- endpoint: https://testnet.sentry.tm.injective.network:443
2424
id: injective_testnet
2525
wormholeChainName: injective_testnet
2626
mainnet: false
@@ -58,7 +58,7 @@
5858
prefix: neutron
5959
feeDenom: untrn
6060
type: CosmWasmChain
61-
- endpoint: https://rpc.uni.junonetwork.io/
61+
- endpoint: https://juno-testnet-rpc.polkachu.com/
6262
id: juno_testnet
6363
wormholeChainName: juno_testnet
6464
mainnet: false

0 commit comments

Comments
 (0)