Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions contract_manager/store/chains/EvmChains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -789,12 +789,12 @@
rpcUrl: https://happy_bird_song_ends_with_tio.com
networkId: 80000
type: EvmChain
- id: horse_dream
- id: unichain
mainnet: true
rpcUrl: https://redacted.quiknode.pro/$ENV_UNICHAIN_API_KEY
networkId: 130
type: EvmChain
- id: mathematician_in_heart
- id: abstract
mainnet: true
rpcUrl: https://api-efe16d37.ml.eeffc03e557f4daf.com/
networkId: 2741
Expand All @@ -819,9 +819,9 @@
rpcUrl: https://test.finney.opentensor.ai:443
networkId: 945
type: EvmChain
- id: threat_level_midnight
- id: soneium
mainnet: true
rpcUrl: $ENV_THREAT_LEVEL_MIDNIGHT_RPC_URL
rpcUrl: $SONEIUM_RPC_URL
networkId: 1868
type: EvmChain
- id: story_testnet
Expand All @@ -834,9 +834,9 @@
rpcUrl: https://mainnet-rpc.evedex.com
networkId: 161803
type: EvmChain
- id: just_breathe
- id: kraken_ink_mainnet
mainnet: true
rpcUrl: $ENV_JUST_BREATHE_RPC_URL
rpcUrl: $KRAKEN_INK_RPC_URL
networkId: 57073
type: EvmChain
- id: monad_devnet
Expand Down
4 changes: 2 additions & 2 deletions contract_manager/store/contracts/EvmEntropyContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,10 +115,10 @@
- chain: abstract_testnet
address: "0x858687fD592112f7046E394A3Bf10D0C11fF9e63"
type: EvmEntropyContract
- chain: horse_dream
- chain: unichain
address: "0x36825bf3Fbdf5a29E2d5148bfe7Dcf7B5639e320"
type: EvmEntropyContract
- chain: mathematician_in_heart
- chain: abstract
address: "0x5a4a369F4db5df2054994AF031b7b23949b98c0e"
type: EvmEntropyContract
- chain: happy_bird_song_ends_with_tio
Expand Down
8 changes: 4 additions & 4 deletions contract_manager/store/contracts/EvmPriceFeedContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,10 @@
- chain: hyperevm_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: horse_dream
- chain: unichain
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: mathematician_in_heart
- chain: abstract
address: "0x8739d5024B5143278E2b15Bd9e7C26f6CEc658F1"
type: EvmPriceFeedContract
- chain: happy_bird_song_ends_with_tio
Expand All @@ -457,13 +457,13 @@
- chain: eventum_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: threat_level_midnight
- chain: soneium
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: story_testnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: just_breathe
- chain: kraken_ink_mainnet
address: "0x2880aB155794e7179c9eE2e38200202908C17B43"
type: EvmPriceFeedContract
- chain: coredao_testnet_v2
Expand Down
8 changes: 4 additions & 4 deletions contract_manager/store/contracts/EvmWormholeContracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -427,10 +427,10 @@
- chain: hyperevm_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: horse_dream
- chain: unichain
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: mathematician_in_heart
- chain: abstract
address: "0x056f829183Ec806A78c26C98961678c24faB71af"
type: EvmWormholeContract
- chain: happy_bird_song_ends_with_tio
Expand All @@ -451,13 +451,13 @@
- chain: eventum_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: threat_level_midnight
- chain: soneium
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: story_testnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: just_breathe
- chain: kraken_ink_mainnet
address: "0xb27e5ca259702f209a29225d0eDdC131039C9933"
type: EvmWormholeContract
- chain: coredao_testnet_v2
Expand Down
8 changes: 4 additions & 4 deletions governance/xc_admin/packages/xc_admin_common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@ export const RECEIVER_CHAINS = {
fuel_mainnet: 60067, // Note: Currently deployed at 50084 (fuel_testnet) but we should use 60067 for future deployments
hemi_mainnet: 60068,
ton_mainnet: 60069,
horse_dream: 60070,
mathematician_in_heart: 60071,
unichain: 60070,
abstract: 60071,
fantom_sonic_mainnet: 60072,
eventum_mainnet: 60073,
threat_level_midnight: 60074,
just_breathe: 60075,
soneium: 60074,
kraken_ink_mainnet: 60075,
berachain_mainnet: 60076,
movement_mainnet: 60077,
story_mainnet: 60078,
Expand Down
Loading