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
This commit is contained in:
Dev Kalra 2024-02-28 19:36:23 +05:30 committed by GitHub
parent 9fd9e170b2
commit 38350421f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 13 additions and 0 deletions

View File

@ -473,3 +473,8 @@
rpcUrl: https://rpc.ankr.com/berachain_testnet
networkId: 80085
type: EvmChain
- id: blast
mainnet: true
rpcUrl: https://falling-small-wildflower.blast-mainnet.quiknode.pro/${ENV_BLAST_MAINNET_API_KEY}/
networkId: 81457
type: EvmChain

View File

@ -49,3 +49,6 @@
- chain: coredao_testnet
address: "0xf0a1b566B55e0A0CB5BeF52Eb2a57142617Bee67"
type: EvmEntropyContract
- chain: blast
address: "0x5744Cbf430D99456a0A8771208b674F27f8EF0Fb"
type: EvmEntropyContract

View File

@ -283,3 +283,6 @@
- chain: berachain_testnet
address: "0x8D254a21b3C86D32F7179855531CE99164721933"
type: EvmPriceFeedContract
- chain: blast
address: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729"
type: EvmPriceFeedContract

View File

@ -62,6 +62,7 @@ export const RECEIVER_CHAINS = {
filecoin: 60043,
lightlink_phoenix: 60044,
injective_inevm: 60045,
blast: 60046,
// Testnets as a separate chain ids (to use stable data sources and governance for them)
injective_testnet: 60013,

View File

@ -14,6 +14,7 @@ export const CONTRACT_ADDR: Record<string, string> = {
arbitrum: "0xff1a0f4744e8582DF1aE09D5611b887B6a12925C",
aurora: "0xF89C7b475821EC3fDC2dC8099032c05c6c0c9AB9",
avalanche: "0x4305FB66699C3B2702D4d05CF36551390A4c69C6",
blast: "0xA2aa501b19aff244D90cc15a4Cf739D2725B5729",
bnb: "0x4D7E825f80bDf85e913E0DD2A2D54927e9dE1594",
base: "0x8250f4aF4B972684F7b336503E2D6dFeDeB1487a",
boba: "0x4374e5a8b9C22271E9EB878A2AA31DE97DF15DAF",