Skip to content

Commit

Permalink
chore: update the bera new testnet
Browse files Browse the repository at this point in the history
Ticket: WIN-4388
  • Loading branch information
adarsh312 committed Jan 21, 2025
1 parent 07b84ff commit 9702a64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const config: HardhatUserConfig = {
accounts: [`${MAINNET_PRIVATE_KEY_FOR_CONTRACT_DEPLOYMENT}`]
},
tbera: {
url: `https://bartio.rpc.berachain.com/`,
url: `https://rockbeard-eth-cartio.berachain.com/`,
accounts: [`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`]
},
toas: {
Expand Down Expand Up @@ -260,12 +260,12 @@ const config: HardhatUserConfig = {
}
},
{
network: 'bartioBera',
chainId: 80084,
network: 'cartioBera',
chainId: 80000,
urls: {
apiURL:
'https://api.routescan.io/v2/network/testnet/evm/80084/etherscan/api',
browserURL: 'https://bartio.beratrail.io'
'https://api.routescan.io/v2/network/testnet/evm/80000/etherscan/api',
browserURL: 'https://80000.testnet.routescan.io'
}
},
{
Expand Down

0 comments on commit 9702a64

Please sign in to comment.