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

Commit 1ab6354

Browse files
authored
Merge pull request #542 from api3dao/main
Initiate release
2 parents 54f722e + ad6796b commit 1ab6354

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

.changeset/two-hairs-cross.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/chains': patch
3+
---
4+
5+
Update Atleta testnet RPC url

chains/atleta-testnet.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"providers": [
1616
{
1717
"alias": "default",
18-
"rpcUrl": "https://rpc.testnet-v2.atleta.network:9944"
18+
"rpcUrl": "https://rpc.testnet-v2.atleta.network"
1919
}
2020
],
2121
"symbol": "ATLA",

src/generated/chains.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export const CHAINS: Chain[] = [
129129
},
130130
id: '2340',
131131
name: 'Atleta testnet',
132-
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet-v2.atleta.network:9944' }],
132+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet-v2.atleta.network' }],
133133
symbol: 'ATLA',
134134
testnet: true,
135135
},

0 commit comments

Comments
 (0)