Skip to content

Commit 644600e

Browse files
authored
Merge pull request #48 from Connie18/add-soneium
Add Soneium
2 parents 493bd0b + aabbd5d commit 644600e

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

src/constants.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
}

src/types.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)