@@ -456,7 +456,7 @@ export const CHAINS: Chain[] = [
456456 } ,
457457 id : '325000' ,
458458 name : 'Camp Network testnet' ,
459- providers : [ { alias : 'default' , rpcUrl : 'https://rpc.camp-network-testnet.gelato.digital /' } ] ,
459+ providers : [ { alias : 'default' , rpcUrl : 'https://rpc-campnetwork.xyz /' } ] ,
460460 symbol : 'ETH' ,
461461 testnet : true ,
462462 } ,
@@ -751,6 +751,19 @@ export const CHAINS: Chain[] = [
751751 symbol : 'HSK' ,
752752 testnet : true ,
753753 } ,
754+ {
755+ alias : 'hashkey' ,
756+ decimals : 18 ,
757+ explorer : {
758+ api : { key : { required : false } , url : 'https://explorer.hsk.xyz/api' } ,
759+ browserUrl : 'https://explorer.hsk.xyz/' ,
760+ } ,
761+ id : '177' ,
762+ name : 'HashKey' ,
763+ providers : [ { alias : 'default' , rpcUrl : 'https://mainnet.hsk.xyz' } ] ,
764+ symbol : 'HSK' ,
765+ testnet : false ,
766+ } ,
754767 {
755768 alias : 'immutable-sepolia-testnet' ,
756769 decimals : 18 ,
@@ -1440,10 +1453,7 @@ export const CHAINS: Chain[] = [
14401453 } ,
14411454 id : '2442' ,
14421455 name : 'Polygon zkEVM testnet' ,
1443- providers : [
1444- { alias : 'default' , rpcUrl : 'https://endpoints.omniatech.io/v1/polygon-zkevm/testnet/public' } ,
1445- { alias : 'official' , rpcUrl : 'https://rpc.cardona.zkevm-rpc.com' } ,
1446- ] ,
1456+ providers : [ { alias : 'default' , rpcUrl : 'https://rpc.cardona.zkevm-rpc.com' } ] ,
14471457 symbol : 'ETH' ,
14481458 testnet : true ,
14491459 } ,
@@ -1625,6 +1635,7 @@ export const CHAINS: Chain[] = [
16251635 { alias : 'default' , rpcUrl : 'https://rpc.sonic.soniclabs.com' } ,
16261636 { alias : 'ankr' , homepageUrl : 'https://ankr.com' } ,
16271637 { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
1638+ { alias : 'drpc' , homepageUrl : 'https://drpc.com' } ,
16281639 ] ,
16291640 symbol : 'S' ,
16301641 testnet : false ,
0 commit comments