Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update berachain testnet to v2 #360

Merged
merged 2 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/friendly-pots-fry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@api3/chains": major
---

Update URLs and chain id for `berachain-testnet`
8 changes: 4 additions & 4 deletions chains/berachain-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
"key": {
"required": false
},
"url": "https://api.routescan.io/v2/network/testnet/evm/80085/etherscan/api"
"url": "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api"
},
"browserUrl": "https://artio.beratrail.io/"
"browserUrl": "https://bartio.beratrail.io/"
},
"id": "80085",
"id": "80084",
"name": "Berachain testnet",
"providers": [
{
"alias": "default",
"rpcUrl": "https://artio.rpc.berachain.com"
"rpcUrl": "https://bartio.rpc.berachain.com/"
}
],
"symbol": "BERA",
Expand Down
8 changes: 4 additions & 4 deletions src/generated/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,12 +218,12 @@ export const CHAINS: Chain[] = [
alias: 'berachain-testnet',
decimals: 18,
explorer: {
api: { key: { required: false }, url: 'https://api.routescan.io/v2/network/testnet/evm/80085/etherscan/api' },
browserUrl: 'https://artio.beratrail.io/',
api: { key: { required: false }, url: 'https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api' },
browserUrl: 'https://bartio.beratrail.io/',
},
id: '80085',
id: '80084',
name: 'Berachain testnet',
providers: [{ alias: 'default', rpcUrl: 'https://artio.rpc.berachain.com' }],
providers: [{ alias: 'default', rpcUrl: 'https://bartio.rpc.berachain.com/' }],
symbol: 'BERA',
testnet: true,
},
Expand Down
Loading