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+ - ink
Original file line number Diff line number Diff line change 1+ {
2+ "alias" : " ink" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : false
8+ },
9+ "url" : " https://explorer.inkonchain.com/api"
10+ },
11+ "browserUrl" : " https://explorer.inkonchain.com/"
12+ },
13+ "id" : " 57073" ,
14+ "name" : " Ink" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://rpc-gel.inkonchain.com"
19+ },
20+ {
21+ "alias" : " public" ,
22+ "rpcUrl" : " https://rpc-qnd.inkonchain.com"
23+ },
24+ {
25+ "alias" : " tenderly" ,
26+ "homepageUrl" : " https://tenderly.co/"
27+ },
28+ {
29+ "alias" : " alchemy" ,
30+ "homepageUrl" : " https://alchemy.com"
31+ }
32+ ],
33+ "symbol" : " ETH" ,
34+ "testnet" : false
35+ }
Original file line number Diff line number Diff line change @@ -816,6 +816,24 @@ export const CHAINS: Chain[] = [
816816 symbol : 'ETH' ,
817817 testnet : true ,
818818 } ,
819+ {
820+ alias : 'ink' ,
821+ decimals : 18 ,
822+ explorer : {
823+ api : { key : { required : false } , url : 'https://explorer.inkonchain.com/api' } ,
824+ browserUrl : 'https://explorer.inkonchain.com/' ,
825+ } ,
826+ id : '57073' ,
827+ name : 'Ink' ,
828+ providers : [
829+ { alias : 'default' , rpcUrl : 'https://rpc-gel.inkonchain.com' } ,
830+ { alias : 'public' , rpcUrl : 'https://rpc-qnd.inkonchain.com' } ,
831+ { alias : 'tenderly' , homepageUrl : 'https://tenderly.co/' } ,
832+ { alias : 'alchemy' , homepageUrl : 'https://alchemy.com' } ,
833+ ] ,
834+ symbol : 'ETH' ,
835+ testnet : false ,
836+ } ,
819837 {
820838 alias : 'kava-testnet' ,
821839 decimals : 18 ,
You can’t perform that action at this time.
0 commit comments