@@ -115,30 +115,6 @@ export const POLYGON_POS: NetworkConfig = {
115115 gasMultiplierDefault : 10n ,
116116}
117117
118- export const FURNACE : NetworkConfig = {
119- name : "furnace" ,
120- chainId : 64630n ,
121- contractAddress : "0xEd925F96790F11678972b0F2c250498D782DDec9" ,
122- publicKey : BLOCKLOCK_TESTNET_PUBLIC_KEY ,
123- ibeOpts : {
124- hash : keccak_256 ,
125- k : 128 ,
126- expand_fn : "xmd" ,
127- dsts : {
128- H1_G1 : encodeBytes ( `BLOCKLOCK_BN254G1_XMD:KECCAK-256_SVDW_RO_H1_0x000000000000000000000000000000000000000000000000000000000000fc76_` ) ,
129- H2 : encodeBytes ( `BLOCKLOCK_BN254_XMD:KECCAK-256_H2_0x000000000000000000000000000000000000000000000000000000000000fc76_` ) ,
130- H3 : encodeBytes ( `BLOCKLOCK_BN254_XMD:KECCAK-256_H3_0x000000000000000000000000000000000000000000000000000000000000fc76_` ) ,
131- H4 : encodeBytes ( `BLOCKLOCK_BN254_XMD:KECCAK-256_H4_0x000000000000000000000000000000000000000000000000000000000000fc76_` ) ,
132- }
133- } ,
134- gasLimit : 1_000_000 ,
135- maxFeePerGas : ethers . parseUnits ( "0.2" , "gwei" ) ,
136- maxPriorityFeePerGas : ethers . parseUnits ( "0.2" , "gwei" ) ,
137- gasBufferPercent : 100n ,
138- callbackGasLimitDefault : 1_000_000n ,
139- gasMultiplierDefault : 10n ,
140- }
141-
142118export const AVALANCHE_C_CHAIN : NetworkConfig = {
143119 name : "avalanche_c_chain" ,
144120 chainId : 43114n ,
@@ -235,7 +211,7 @@ export const SEI_TESTNET: NetworkConfig = {
235211 gasMultiplierDefault : 10n ,
236212}
237213
238- export const SUPPORTED_TESTNETS = [ FILECOIN_CALIBNET , BASE_SEPOLIA , FURNACE , AVALANCHE_C_CHAIN , OPTIMISM_SEPOLIA , ARBITRUM_SEPOLIA , SEI_TESTNET ]
214+ export const SUPPORTED_TESTNETS = [ FILECOIN_CALIBNET , BASE_SEPOLIA , AVALANCHE_C_CHAIN , OPTIMISM_SEPOLIA , ARBITRUM_SEPOLIA , SEI_TESTNET ]
239215export const SUPPORTED_MAINNETS = [ FILECOIN_MAINNET , POLYGON_POS ]
240216
241217export function configForChainId ( chainId : bigint | number | string ) : NetworkConfig {
0 commit comments