Skip to content

Commit

Permalink
Merge pull request #551 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Dec 19, 2024
2 parents 3d1755b + 3d8a8f7 commit 89aa453
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/smooth-balloons-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Adds following chain:
- ink
35 changes: 35 additions & 0 deletions chains/ink.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"alias": "ink",
"decimals": 18,
"explorer": {
"api": {
"key": {
"required": false
},
"url": "https://explorer.inkonchain.com/api"
},
"browserUrl": "https://explorer.inkonchain.com/"
},
"id": "57073",
"name": "Ink",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc-gel.inkonchain.com"
},
{
"alias": "public",
"rpcUrl": "https://rpc-qnd.inkonchain.com"
},
{
"alias": "tenderly",
"homepageUrl": "https://tenderly.co/"
},
{
"alias": "alchemy",
"homepageUrl": "https://alchemy.com"
}
],
"symbol": "ETH",
"testnet": false
}
18 changes: 18 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -816,6 +816,24 @@ export const CHAINS: Chain[] = [
symbol: 'ETH',
testnet: true,
},
{
alias: 'ink',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://explorer.inkonchain.com/api' },
browserUrl: 'https://explorer.inkonchain.com/',
},
id: '57073',
name: 'Ink',
providers: [
{ alias: 'default', rpcUrl: 'https://rpc-gel.inkonchain.com' },
{ alias: 'public', rpcUrl: 'https://rpc-qnd.inkonchain.com' },
{ alias: 'tenderly', homepageUrl: 'https://tenderly.co/' },
{ alias: 'alchemy', homepageUrl: 'https://alchemy.com' },
],
symbol: 'ETH',
testnet: false,
},
{
alias: 'kava-testnet',
decimals: 18,
Expand Down

0 comments on commit 89aa453

Please sign in to comment.