Skip to content

Commit 46fa322

Browse files
authored
chore(pricefeeds) Deploy Fluent (#2981)
1 parent b18d6ac commit 46fa322

File tree

4 files changed

+18
-0
lines changed

4 files changed

+18
-0
lines changed

contract_manager/store/chains/EvmChains.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,5 +1293,12 @@
12931293
"rpcUrl": "https://rpc-ethereal-testnet-0.t.conduit.xyz",
12941294
"networkId": 13374202,
12951295
"type": "EvmChain"
1296+
},
1297+
{
1298+
"id": "fluent_testnet",
1299+
"mainnet": false,
1300+
"rpcUrl": "https://rpc.testnet.fluent.xyz/",
1301+
"networkId": 20994,
1302+
"type": "EvmChain"
12961303
}
12971304
]

contract_manager/store/contracts/EvmPriceFeedContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -853,5 +853,10 @@
853853
"chain": "camp_network",
854854
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
855855
"type": "EvmPriceFeedContract"
856+
},
857+
{
858+
"chain": "fluent_testnet",
859+
"address": "0x2880aB155794e7179c9eE2e38200202908C17B43",
860+
"type": "EvmPriceFeedContract"
856861
}
857862
]

contract_manager/store/contracts/EvmWormholeContracts.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,5 +858,10 @@
858858
"chain": "ethereal_testnet_v2",
859859
"address": "0x66E9cBa5529824a03B5Bc9931d9c63637101D0F7",
860860
"type": "EvmWormholeContract"
861+
},
862+
{
863+
"chain": "fluent_testnet",
864+
"address": "0xb27e5ca259702f209a29225d0eDdC131039C9933",
865+
"type": "EvmWormholeContract"
861866
}
862867
]

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,7 @@ export const RECEIVER_CHAINS = {
251251
ethereal_testnet: 50127,
252252
ethereal_devnet: 50128,
253253
ethereal_testnet_v2: 50129,
254+
fluent_testnet: 50130,
254255
};
255256

256257
// If there is any overlapping value the receiver chain will replace the wormhole

0 commit comments

Comments
 (0)