File tree Expand file tree Collapse file tree 4 files changed +15
-2
lines changed
governance/xc_admin/packages/xc_admin_common/src
target_chains/cosmwasm/deploy-scripts Expand file tree Collapse file tree 4 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 66
66
prefix : juno
67
67
feeDenom : ujunox
68
68
type : CosmWasmChain
69
+ - endpoint : http://18.199.53.161:26657
70
+ id : rol_testnet
71
+ wormholeChainName : rol_testnet
72
+ mainnet : false
73
+ gasPrice : " 0.025"
74
+ prefix : rol
75
+ feeDenom : urax
76
+ type : CosmWasmChain
Original file line number Diff line number Diff line change 40
40
- chain : neutron_testnet_pion_1
41
41
address : neutron16zwrmx3zgggmxhzau86xfycm42cr4sj888hdvzsxya3qarp6zhhqzhlkvz
42
42
type : CosmWasmPriceFeedContract
43
+ - chain : rol_testnet
44
+ address : rol1pvrwmjuusn9wh34j7y520g8gumuy9xtl3gvprlljfdpwju3x7ucszdyfs8
45
+ type : CosmWasmPriceFeedContract
Original file line number Diff line number Diff line change @@ -138,6 +138,7 @@ export const RECEIVER_CHAINS = {
138
138
parallel_testnet : 50062 ,
139
139
polynomial_testnet : 50063 ,
140
140
linea_sepolia : 50064 ,
141
+ rol_testnet : 50065 ,
141
142
} ;
142
143
143
144
// If there is any overlapping value the receiver chain will replace the wormhole
Original file line number Diff line number Diff line change 4
4
2 . If the wormhole contract is not deployed on the target chain run the following command:
5
5
6
6
```
7
- npm run instantiate-wormhole -- --private-key <YOUR_PRIVATE_KEY_HEX> --deploy <stable or edge> --chain <chain id >
7
+ npm run instantiate-wormhole -- --private-key <YOUR_PRIVATE_KEY_HEX> --deploy <stable or edge> --chain <chain>
8
8
```
9
9
10
10
You can re-build the wormhole contract using the scripts given in ` wormhole-stub ` .
13
13
3 . Deploy the pyth contract:
14
14
15
15
```
16
- npm run instantiate-pyth --contract-version <X.Y.Z> --private-key <YOUR_PRIVATE_KEY_HEX> --deploy <stable or edge>
16
+ npm run instantiate-pyth --contract-version <X.Y.Z> --private-key <YOUR_PRIVATE_KEY_HEX> \
17
+ --deploy <stable or edge> --wormhole <WORMHOLE_CONTRACT_ADDRESS> --chain <chain>
17
18
```
18
19
19
20
4 . You can test the new contract via contract manager scripts like this:
You can’t perform that action at this time.
0 commit comments