Skip to content

Commit

Permalink
Merge pull request #497 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
hiletmis authored Nov 6, 2024
2 parents a2f5e2e + b7dbfee commit 93afa27
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .changeset/green-dolphins-jam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@api3/chains': minor
---

Adds following chain:
* atleta-testnet
23 changes: 23 additions & 0 deletions chains/atleta-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"alias": "atleta-testnet",
"decimals": 18,
"explorer": {
"api": {
"key": {
"required": false
},
"url": "https://blockscout.testnet-v2.atleta.network/api"
},
"browserUrl": "https://blockscout.testnet-v2.atleta.network/"
},
"id": "2340",
"name": "Atleta testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.testnet-v2.atleta.network:9944"
}
],
"symbol": "ATLA",
"testnet": true
}
13 changes: 13 additions & 0 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,19 @@ export const CHAINS: Chain[] = [
symbol: 'ETH',
testnet: false,
},
{
alias: 'atleta-testnet',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://blockscout.testnet-v2.atleta.network/api' },
browserUrl: 'https://blockscout.testnet-v2.atleta.network/',
},
id: '2340',
name: 'Atleta testnet',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet-v2.atleta.network:9944' }],
symbol: 'ATLA',
testnet: true,
},
{
alias: 'aurora-testnet',
decimals: 18,
Expand Down

0 comments on commit 93afa27

Please sign in to comment.