Skip to content

Commit

Permalink
Merge pull request #506 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Nov 14, 2024
2 parents 25fbdeb + a00f95c commit 200b152
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/khaki-countries-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

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

0 comments on commit 200b152

Please sign in to comment.