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+ * hashkey
Original file line number Diff line number Diff line change 1+ {
2+ "alias" : " hashkey" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : false
8+ },
9+ "url" : " https://explorer.hsk.xyz/api"
10+ },
11+ "browserUrl" : " https://explorer.hsk.xyz/"
12+ },
13+ "id" : " 177" ,
14+ "name" : " HashKey" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://mainnet.hsk.xyz"
19+ }
20+ ],
21+ "symbol" : " HSK" ,
22+ "testnet" : false
23+ }
Original file line number Diff line number Diff line change @@ -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 ,
You can’t perform that action at this time.
0 commit comments