Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 190a313

Browse files
committed
Adds Apechain
1 parent 004f705 commit 190a313

2 files changed

Lines changed: 43 additions & 0 deletions

File tree

chains/apechain.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
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+
}

src/generated/chains.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)