Skip to content

Commit

Permalink
Switch from arbitrum goerli to arbitrum sepolia (#1066)
Browse files Browse the repository at this point in the history
* Change canto rpc address because last one was unreachable

* Deploy on arbitrum sepolia and remove arbitrum goerli
  • Loading branch information
m30m authored Sep 27, 2023
1 parent 80fe023 commit a093a8f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
- id: canto
wormholeChainName: canto
mainnet: true
rpcUrl: https://canto.gravitychain.io
rpcUrl: https://canto.slingshot.finance
networkId: 7700
type: EvmChain
- id: fuji
Expand All @@ -52,12 +52,6 @@
rpcUrl: https://evm-t3.cronos.org
networkId: 338
type: EvmChain
- id: arbitrum_testnet
wormholeChainName: arbitrum
mainnet: false
rpcUrl: https://goerli-rollup.arbitrum.io/rpc
networkId: 421613
type: EvmChain
- id: zksync_goerli
wormholeChainName: zksync
mainnet: false
Expand Down Expand Up @@ -352,3 +346,9 @@
rpcUrl: https://json-rpc.evm.shimmer.network
networkId: 148
type: EvmChain
- id: arbitrum_sepolia
wormholeChainName: arbitrum
mainnet: false
rpcUrl: https://sepolia-rollup.arbitrum.io/rpc
networkId: 421614
type: EvmChain
6 changes: 3 additions & 3 deletions contract_manager/store/contracts/EvmContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,6 @@
- chain: wemix_testnet
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: arbitrum_testnet
address: "0x939C0e902FF5B3F7BA666Cc8F6aC75EE76d3f900"
type: EvmContract
- chain: celo
address: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C"
type: EvmContract
Expand Down Expand Up @@ -175,3 +172,6 @@
- chain: shimmer
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
- chain: arbitrum_sepolia
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmContract
2 changes: 1 addition & 1 deletion target_chains/ethereum/sdk/js/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ export const CONTRACT_ADDR: Record<string, string> = {
kcc_testnet: "0x15D35b8985e350f783fe3d95401401E194ff1E6f",
cronos: "0xE0d0e68297772Dd5a1f1D99897c581E2082dbA5B",
cronos_testnet: "0xBAEA4A1A2Eaa4E9bb78f2303C213Da152933170E",
arbitrum_goerli: "0x939C0e902FF5B3F7BA666Cc8F6aC75EE76d3f900",
zksync_goerli: "0xC38B1dd611889Abc95d4E0a472A667c3671c08DE",
base_goerli: "0x5955C1478F0dAD753C7E2B4dD1b4bC530C64749f",
shimmer_testnet: "0x5f3c61944CEb01B3eAef861251Fb1E0f14b848fb",
Expand Down Expand Up @@ -68,4 +67,5 @@ export const CONTRACT_ADDR: Record<string, string> = {
horizen_eon: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
sepolia: "0x2880aB155794e7179c9eE2e38200202908C17B43",
shimmer: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
arbitrum_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
};

0 comments on commit a093a8f

Please sign in to comment.