Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 93afa27

Browse files
authored
Merge pull request #497 from api3dao/main
Initiate release
2 parents a2f5e2e + b7dbfee commit 93afa27

3 files changed

Lines changed: 42 additions & 0 deletions

File tree

.changeset/green-dolphins-jam.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
'@api3/chains': minor
3+
---
4+
5+
Adds following chain:
6+
* atleta-testnet

chains/atleta-testnet.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"alias": "atleta-testnet",
3+
"decimals": 18,
4+
"explorer": {
5+
"api": {
6+
"key": {
7+
"required": false
8+
},
9+
"url": "https://blockscout.testnet-v2.atleta.network/api"
10+
},
11+
"browserUrl": "https://blockscout.testnet-v2.atleta.network/"
12+
},
13+
"id": "2340",
14+
"name": "Atleta testnet",
15+
"providers": [
16+
{
17+
"alias": "default",
18+
"rpcUrl": "https://rpc.testnet-v2.atleta.network:9944"
19+
}
20+
],
21+
"symbol": "ATLA",
22+
"testnet": true
23+
}

src/generated/chains.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,19 @@ export const CHAINS: Chain[] = [
118118
symbol: 'ETH',
119119
testnet: false,
120120
},
121+
{
122+
alias: 'atleta-testnet',
123+
decimals: 18,
124+
explorer: {
125+
api: { key: { required: false }, url: 'https://blockscout.testnet-v2.atleta.network/api' },
126+
browserUrl: 'https://blockscout.testnet-v2.atleta.network/',
127+
},
128+
id: '2340',
129+
name: 'Atleta testnet',
130+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet-v2.atleta.network:9944' }],
131+
symbol: 'ATLA',
132+
testnet: true,
133+
},
121134
{
122135
alias: 'aurora-testnet',
123136
decimals: 18,

0 commit comments

Comments
 (0)