This repository was archived by the owner on Feb 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ ' @api3/chains ' : minor
3+ ---
4+
5+ Adds following chain:
6+ - soneium
Original file line number Diff line number Diff line change 1+ {
2+ "alias" : " soneium" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : false
8+ },
9+ "url" : " https://soneium.blockscout.com/api"
10+ },
11+ "browserUrl" : " https://soneium.blockscout.com/"
12+ },
13+ "id" : " 1868" ,
14+ "name" : " Soneium" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://rpc.soneium.org/"
19+ },
20+ {
21+ "alias" : " alchemy" ,
22+ "homepageUrl" : " https://alchemy.com"
23+ },
24+ {
25+ "alias" : " tenderly" ,
26+ "homepageUrl" : " https://tenderly.co/"
27+ }
28+ ],
29+ "symbol" : " ETH" ,
30+ "testnet" : false
31+ }
Original file line number Diff line number Diff line change @@ -1635,6 +1635,23 @@ export const CHAINS: Chain[] = [
16351635 symbol : 'ETH' ,
16361636 testnet : true ,
16371637 } ,
1638+ {
1639+ alias : 'soneium' ,
1640+ decimals : 18 ,
1641+ explorer : {
1642+ api : { key : { required : false } , url : 'https://soneium.blockscout.com/api' } ,
1643+ browserUrl : 'https://soneium.blockscout.com/' ,
1644+ } ,
1645+ id : '1868' ,
1646+ name : 'Soneium' ,
1647+ providers : [
1648+ { alias : 'default' , rpcUrl : 'https://rpc.soneium.org/' } ,
1649+ { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
1650+ { alias : 'tenderly' , homepageUrl : 'https://tenderly.co/' } ,
1651+ ] ,
1652+ symbol : 'ETH' ,
1653+ testnet : false ,
1654+ } ,
16381655 {
16391656 alias : 'sonic-testnet' ,
16401657 decimals : 18 ,
You can’t perform that action at this time.
0 commit comments