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+ "alias" : " apechain" ,
3+ "decimals" : 18 ,
4+ "explorer" : {
5+ "api" : {
6+ "key" : {
7+ "required" : true
8+ },
9+ "url" : " https://api.apescan.io/api"
10+ },
11+ "browserUrl" : " https://apescan.io/"
12+ },
13+ "id" : " 33139" ,
14+ "name" : " ApeChain" ,
15+ "providers" : [
16+ {
17+ "alias" : " default" ,
18+ "rpcUrl" : " https://rpc.apechain.com/http"
19+ },
20+ {
21+ "alias" : " public" ,
22+ "rpcUrl" : " https://apechain.calderachain.xyz/http"
23+ }
24+ ],
25+ "symbol" : " APE" ,
26+ "testnet" : false
27+ }
Original file line number Diff line number Diff line change @@ -21,6 +21,22 @@ export const CHAINS: Chain[] = [
2121 symbol : 'APE' ,
2222 testnet : true ,
2323 } ,
24+ {
25+ alias : 'apechain' ,
26+ decimals : 18 ,
27+ explorer : {
28+ api : { key : { required : true } , url : 'https://api.apescan.io/api' } ,
29+ browserUrl : 'https://apescan.io/' ,
30+ } ,
31+ id : '33139' ,
32+ name : 'ApeChain' ,
33+ providers : [
34+ { alias : 'default' , rpcUrl : 'https://rpc.apechain.com/http' } ,
35+ { alias : 'public' , rpcUrl : 'https://apechain.calderachain.xyz/http' } ,
36+ ] ,
37+ symbol : 'APE' ,
38+ testnet : false ,
39+ } ,
2440 {
2541 alias : 'arbitrum-nova' ,
2642 decimals : 18 ,
You can’t perform that action at this time.
0 commit comments