diff --git a/.changeset/pretty-schools-breathe.md b/.changeset/pretty-schools-breathe.md new file mode 100644 index 00000000..63b1c43e --- /dev/null +++ b/.changeset/pretty-schools-breathe.md @@ -0,0 +1,6 @@ +--- +'@api3/chains': minor +--- + +Adds following chain: +* apechain \ No newline at end of file diff --git a/chains/apechain.json b/chains/apechain.json new file mode 100644 index 00000000..f79c1f94 --- /dev/null +++ b/chains/apechain.json @@ -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 +} diff --git a/src/generated/chains.ts b/src/generated/chains.ts index d481ce11..925bbf26 100644 --- a/src/generated/chains.ts +++ b/src/generated/chains.ts @@ -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,