Skip to content

Commit

Permalink
Merge pull request #542 from api3dao/main
Browse files Browse the repository at this point in the history
Initiate release
  • Loading branch information
bbenligiray authored Dec 17, 2024
2 parents 54f722e + ad6796b commit 1ab6354
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-hairs-cross.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/chains': patch
---

Update Atleta testnet RPC url
2 changes: 1 addition & 1 deletion chains/atleta-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"providers": [
{
"alias": "default",
"rpcUrl": "https://rpc.testnet-v2.atleta.network:9944"
"rpcUrl": "https://rpc.testnet-v2.atleta.network"
}
],
"symbol": "ATLA",
Expand Down
2 changes: 1 addition & 1 deletion src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export const CHAINS: Chain[] = [
},
id: '2340',
name: 'Atleta testnet',
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet-v2.atleta.network:9944' }],
providers: [{ alias: 'default', rpcUrl: 'https://rpc.testnet-v2.atleta.network' }],
symbol: 'ATLA',
testnet: true,
},
Expand Down

0 comments on commit 1ab6354

Please sign in to comment.