Skip to content

Commit

Permalink
Merge pull request #541 from api3dao/540-fix-atleta-testnet-rpc-url
Browse files Browse the repository at this point in the history
Fix atleta testnet rpc url
  • Loading branch information
bbenligiray authored Dec 17, 2024
2 parents d95b5c8 + 10717ce commit ad6796b
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 ad6796b

Please sign in to comment.