File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ All notable changes to this project will be documented in this file. Dates are d
3636
3737> 30 September 2024
3838
39- - add support Sepolia Minato [ ` #31 ` ] ( https://github.com/fireblocks/fireblocks-web3-provider/pull/31 )
39+ - Add Soneium Minato [ ` #31 ` ] ( https://github.com/fireblocks/fireblocks-web3-provider/pull/31 )
4040- release 1.3.9 [ ` b791c9a ` ] ( https://github.com/fireblocks/fireblocks-web3-provider/commit/b791c9a0a27e8fa0b21b19b007171c912c328c21 )
4141
4242#### [ v1.3.9] ( https://github.com/fireblocks/fireblocks-web3-provider/compare/v1.3.8...v1.3.9 )
Original file line number Diff line number Diff line change @@ -60,6 +60,7 @@ export const ASSETS: { [key: string]: Asset } = {
6060 [ ChainId . MANTLE_TEST ] : { assetId : 'MANTLE_TEST' , rpcUrl : "https://rpc.testnet.mantle.xyz" } ,
6161 [ ChainId . BLAST ] : { assetId : 'BLAST' , rpcUrl : "https://rpc.ankr.com/blast" } ,
6262 // [ChainId.BLAST_SEPOLIA]: { assetId: 'BLAST_TEST', rpcUrl: "https://sepolia.blast.io"},
63+ [ ChainId . SONEIUM ] : { assetId : 'ETH_SONEIUM' , rpcUrl : "https://rpc.soneium.org/" } ,
6364 [ ChainId . SONEIUM_MINATO ] : { assetId : 'SONEIUM_MINATO_TEST' , rpcUrl : "https://rpc.minato.soneium.org/" } ,
6465 [ ChainId . LACHAIN ] : { assetId : 'LAC' , rpcUrl : "https://rpc1.mainnet.lachain.network" } ,
6566}
Original file line number Diff line number Diff line change @@ -59,7 +59,8 @@ export enum ChainId {
5959 MANTLE = 5000 ,
6060 MANTLE_TEST = 5001 ,
6161 BLAST = 81457 ,
62- // BLAST_SEPOLIA = 168587773,
62+ // BLAST_SEPOLIA = 168587773,
63+ SONEIUM = 1868 ,
6364 SONEIUM_MINATO = 1946 ,
6465 LACHAIN = 274 ,
6566}
You can’t perform that action at this time.
0 commit comments