chore(evm): deploy to new networks
chiliz_spicy and scroll
This commit is contained in:
parent
2b51cffdc7
commit
ad277ec7f2
|
@ -310,6 +310,12 @@
|
|||
rpcUrl: https://sepolia-rpc.scroll.io/
|
||||
networkId: 534351
|
||||
type: EvmChain
|
||||
- id: scroll
|
||||
wormholeChainName: scroll
|
||||
mainnet: true
|
||||
rpcUrl: https://rpc.scroll.io
|
||||
networkId: 534352
|
||||
type: EvmChain
|
||||
- id: saigon
|
||||
wormholeChainName: ronin
|
||||
mainnet: false
|
||||
|
@ -382,3 +388,15 @@
|
|||
rpcUrl: https://sepolia.optimism.io
|
||||
networkId: 11155420
|
||||
type: EvmChain
|
||||
- id: chiliz_spicy
|
||||
wormholeChainName: chiliz
|
||||
mainnet: false
|
||||
rpcUrl: https://spicy-rpc.chiliz.com
|
||||
networkId: 88882
|
||||
type: EvmChain
|
||||
- id: chiliz
|
||||
wormholeChainName: chiliz
|
||||
mainnet: true
|
||||
rpcUrl: https://rpc.ankr.com/chiliz
|
||||
networkId: 88888
|
||||
type: EvmChain
|
||||
|
|
|
@ -190,3 +190,9 @@
|
|||
- chain: optimism_sepolia
|
||||
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
|
||||
type: EvmContract
|
||||
- chain: chiliz_spicy
|
||||
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
||||
type: EvmContract
|
||||
- chain: scroll
|
||||
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
|
||||
type: EvmContract
|
||||
|
|
|
@ -45,6 +45,7 @@ export const RECEIVER_CHAINS = {
|
|||
horizen: 60030,
|
||||
boba: 60031,
|
||||
manta: 60032,
|
||||
chiliz: 60033,
|
||||
};
|
||||
|
||||
// If there is any overlapping value the receiver chain will replace the wormhole
|
||||
|
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"contractName": "Migrations",
|
||||
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
|
||||
},
|
||||
{
|
||||
"contractName": "WormholeReceiver",
|
||||
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
|
||||
"transactionHash": "0xb70fd2b743968025d5b3f530dec7f90dadd18ef5f9f205d2ad2a4af3f4995f29"
|
||||
},
|
||||
{
|
||||
"contractName": "PythUpgradable",
|
||||
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||
"transactionHash": "0xd0e750c5c3ee0e162fa5224bca905683e218a774fd91f5b3da982ffa7c89a18f"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,16 @@
|
|||
[
|
||||
{
|
||||
"contractName": "Migrations",
|
||||
"address": "0xf5BBe9558F4Bf37F1eB82fb2CEdb1C775FA56832"
|
||||
},
|
||||
{
|
||||
"contractName": "WormholeReceiver",
|
||||
"address": "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
|
||||
"transactionHash": "0x25c96b6f7cf12be50d5c7b04a2e3ed8afaee4bcc11eac5fb364a012abf54a2a6"
|
||||
},
|
||||
{
|
||||
"contractName": "PythUpgradable",
|
||||
"address": "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
|
||||
"transactionHash": "0xb8749b0463a0cc7f0afd6f4b5da4e6fa608a0214cb96ae3caa6f04b9dc6741d6"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue