File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ export abstract class Chain extends Storable {
47
47
this . wormholeChainName = wormholeChainName as ChainName ;
48
48
if ( toChainId ( this . wormholeChainName ) === undefined )
49
49
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`
51
52
) ;
52
53
}
53
54
Original file line number Diff line number Diff line change 1
- - endpoint : https://injective-rpc.quickapi.com :443
1
+ - endpoint : https://sentry.tm.injective.network :443
2
2
id : injective
3
3
wormholeChainName : injective
4
4
mainnet : true
20
20
prefix : osmo
21
21
feeDenom : uosmo
22
22
type : CosmWasmChain
23
- - endpoint : https://k8s. testnet.tm.injective.network:443
23
+ - endpoint : https://testnet.sentry .tm.injective.network:443
24
24
id : injective_testnet
25
25
wormholeChainName : injective_testnet
26
26
mainnet : false
58
58
prefix : neutron
59
59
feeDenom : untrn
60
60
type : CosmWasmChain
61
- - endpoint : https://rpc.uni.junonetwork.io /
61
+ - endpoint : https://juno-testnet- rpc.polkachu.com /
62
62
id : juno_testnet
63
63
wormholeChainName : juno_testnet
64
64
mainnet : false
You can’t perform that action at this time.
0 commit comments