Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion contract_manager/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export abstract class Chain extends Storable {
this.wormholeChainName = wormholeChainName as ChainName;
if (toChainId(this.wormholeChainName) === undefined)
throw new Error(
`Invalid chain name ${wormholeChainName}. Try rebuilding xc_admin_common package`
`Invalid chain name ${wormholeChainName}.
Try rebuilding xc_admin_common: npx lerna run build --scope xc_admin_common`
);
}

Expand Down
6 changes: 3 additions & 3 deletions contract_manager/store/chains/CosmWasmChains.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- endpoint: https://injective-rpc.quickapi.com:443
- endpoint: https://sentry.tm.injective.network:443
id: injective
wormholeChainName: injective
mainnet: true
Expand All @@ -20,7 +20,7 @@
prefix: osmo
feeDenom: uosmo
type: CosmWasmChain
- endpoint: https://k8s.testnet.tm.injective.network:443
- endpoint: https://testnet.sentry.tm.injective.network:443
id: injective_testnet
wormholeChainName: injective_testnet
mainnet: false
Expand Down Expand Up @@ -58,7 +58,7 @@
prefix: neutron
feeDenom: untrn
type: CosmWasmChain
- endpoint: https://rpc.uni.junonetwork.io/
- endpoint: https://juno-testnet-rpc.polkachu.com/
id: juno_testnet
wormholeChainName: juno_testnet
mainnet: false
Expand Down