Skip to content

Commit

Permalink
Merge pull request #484 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Oct 25, 2024
2 parents 267314e + 13e38d5 commit 2538f0d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/pretty-schools-breathe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Adds following chain:
* apechain
27 changes: 27 additions & 0 deletions chains/apechain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"alias": "apechain",
"decimals": 18,
"explorer": {
"api": {
"key": {
"required": true
},
"url": "https://api.apescan.io/api"
},
"browserUrl": "https://apescan.io/"
},
"id": "33139",
"name": "ApeChain",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.apechain.com/http"
},
{
"alias": "public",
"rpcUrl": "https://apechain.calderachain.xyz/http"
}
],
"symbol": "APE",
"testnet": false
}
16 changes: 16 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ export const CHAINS: Chain[] = [
symbol: 'APE',
testnet: true,
},
{
alias: 'apechain',
decimals: 18,
explorer: {
api: { key: { required: true }, url: 'https://api.apescan.io/api' },
browserUrl: 'https://apescan.io/',
},
id: '33139',
name: 'ApeChain',
providers: [
{ alias: 'default', rpcUrl: 'https://rpc.apechain.com/http' },
{ alias: 'public', rpcUrl: 'https://apechain.calderachain.xyz/http' },
],
symbol: 'APE',
testnet: false,
},
{
alias: 'arbitrum-nova',
decimals: 18,
Expand Down

0 comments on commit 2538f0d

Please sign in to comment.