Skip to content

Commit 7178661

Browse files
committed
removed berachain
1 parent 6181dd8 commit 7178661

File tree

6 files changed

+0
-21
lines changed

6 files changed

+0
-21
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -840,21 +840,11 @@
840840
rpcUrl: https://mainnet-rpc.evedex.com
841841
networkId: 161803
842842
type: EvmChain
843-
# - id: coredao_testnet
844-
# mainnet: false
845-
# rpcUrl: https://rpc.test2.btcs.network
846-
# networkId: 1114
847-
# type: EvmChain
848843
- id: just_breathe
849844
mainnet: true
850845
rpcUrl: $ENV_JUST_BREATHE_RPC_URL
851846
networkId: 57073
852847
type: EvmChain
853-
- id: berachain_cartio_testnet
854-
mainnet: false
855-
rpcUrl: $BERACHAIN_CARTIO_TESTNET_RPC_URL
856-
networkId: 80000
857-
type: EvmChain
858848
- id: monad_devnet
859849
mainnet: false
860850
rpcUrl: https://devnet1.monad.xyz/rpc/X67JTUmM4cBeq25KAqV0uJd8Wf00a1ul

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,3 @@
136136
- chain: tabi_testnet
137137
address: "0xEbe57e8045F2F230872523bbff7374986E45C486"
138138
type: EvmEntropyContract
139-
- chain: berachain_cartio_testnet
140-
address: "0xFf255f800044225f54Af4510332Aa3D67CC77635"
141-
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,9 +466,6 @@
466466
- chain: just_breathe
467467
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
468468
type: EvmPriceFeedContract
469-
- chain: berachain_cartio_testnet
470-
address: "0x825c0390f379C631f3Cf11A82a37D20BddF93c07"
471-
type: EvmPriceFeedContract
472469
- chain: monad_devnet
473470
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
474471
type: EvmPriceFeedContract

contract_manager/store/contracts/EvmWormholeContracts.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,6 @@
460460
- chain: just_breathe
461461
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
462462
type: EvmWormholeContract
463-
- chain: berachain_cartio_testnet
464-
address: "0x5D289Ad1CE59fCC25b6892e7A303dfFf3a9f7167"
465-
type: EvmWormholeContract
466463
- chain: monad_devnet
467464
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
468465
type: EvmWormholeContract

governance/xc_admin/packages/xc_admin_common/src/chains.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ export const RECEIVER_CHAINS = {
222222
movement_bardock_testnet: 50112,
223223
story_testnet: 50113,
224224
coredao_testnet_v2: 50114,
225-
berachain_cartio_testnet: 50115,
226225
monad_devnet: 50116,
227226
};
228227

target_chains/ethereum/sdk/js/src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ export const CONTRACT_ADDR: Record<string, string> = {
8484
aurora_testnet: "0x74f09cb3c7e2A01865f424FD14F6dc9A14E3e94E",
8585
bnb_testnet: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb",
8686
base_sepolia: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
87-
berachain_cartio_testnet: "0x825c0390f379C631f3Cf11A82a37D20BddF93c07",
8887
berachain_testnet_v2: "0x2880aB155794e7179c9eE2e38200202908C17B43",
8988
blackbird: "0x2880aB155794e7179c9eE2e38200202908C17B43",
9089
blast_s2_testnet: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",

0 commit comments

Comments
 (0)