Skip to content

Commit 3835042

Browse files
author
Dev Kalra
authored
chore(contract_manager): deploy price feed and entropy to blast (#1324)
* deploy blast price feeds * deploy entropy on blast * pre commit * remove api key * feedback
1 parent 9fd9e17 commit 3835042

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,3 +473,8 @@
473473
rpcUrl: https://rpc.ankr.com/berachain_testnet
474474
networkId: 80085
475475
type: EvmChain
476+
- id: blast
477+
mainnet: true
478+
rpcUrl: https://falling-small-wildflower.blast-mainnet.quiknode.pro/${ENV_BLAST_MAINNET_API_KEY}/
479+
networkId: 81457
480+
type: EvmChain

contract_manager/store/contracts/EvmEntropyContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,6 @@
4949
- chain: coredao_testnet
5050
address: "0xf0a1b566B55e0A0CB5BeF52Eb2a57142617Bee67"
5151
type: EvmEntropyContract
52+
- chain: blast
53+
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
54+
type: EvmEntropyContract

contract_manager/store/contracts/EvmPriceFeedContracts.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,3 +283,6 @@
283283
- chain: berachain_testnet
284284
address: "0x8D254a21b3C86D32F7179855531CE99164721933"
285285
type: EvmPriceFeedContract
286+
- chain: blast
287+
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
288+
type: EvmPriceFeedContract

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ export const RECEIVER_CHAINS = {
6262
filecoin: 60043,
6363
lightlink_phoenix: 60044,
6464
injective_inevm: 60045,
65+
blast: 60046,
6566

6667
// Testnets as a separate chain ids (to use stable data sources and governance for them)
6768
injective_testnet: 60013,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
1414
arbitrum: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
1515
aurora: "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9",
1616
avalanche: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
17+
blast: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
1718
bnb: "0x4D7E825f80bDf85e913E0DD2A2D54927e9dE1594",
1819
base: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
1920
boba: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",

0 commit comments

Comments
 (0)