@@ -1051,8 +1051,8 @@ export const CHAINS: Chain[] = [
10511051 alias : 'mantle-sepolia-testnet' ,
10521052 decimals : 18 ,
10531053 explorer : {
1054- api : { key : { required : false } , url : 'https://explorer. sepolia.mantle .xyz/api' } ,
1055- browserUrl : 'https://explorer. sepolia.mantle .xyz/' ,
1054+ api : { key : { required : true } , url : 'https://api- sepolia.mantlescan .xyz/api' } ,
1055+ browserUrl : 'https://sepolia.mantlescan .xyz/' ,
10561056 } ,
10571057 id : '5003' ,
10581058 name : 'Mantle testnet' ,
@@ -1064,8 +1064,8 @@ export const CHAINS: Chain[] = [
10641064 alias : 'mantle' ,
10651065 decimals : 18 ,
10661066 explorer : {
1067- api : { key : { required : false } , url : 'https://explorer.mantle .xyz/api' } ,
1068- browserUrl : 'https://explorer.mantle .xyz/' ,
1067+ api : { key : { required : true } , url : 'https://api.mantlescan .xyz/api' } ,
1068+ browserUrl : 'https://mantlescan .xyz/' ,
10691069 } ,
10701070 id : '5000' ,
10711071 name : 'Mantle' ,
@@ -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 ,
0 commit comments