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 7b08155
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 All @@ -145,7 +145,7 @@ const config: HardhatUserConfig = {
`${PRIVATE_KEY_FOR_BATCHER_CONTRACT_DEPLOYMENT}`
]
},
oas: {
oasysmainnet: {
url: `https://rpc.mainnet.oasys.games`,
accounts: [
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`,
Expand Down Expand Up @@ -209,7 +209,7 @@ const config: HardhatUserConfig = {
bartioBera: `${BARTIO_BERA_EXPLORER_API_KEY}`,
//OAS
oasTestnet: `${OAS_EXPLORER_API_KEY}`,
oasMainnet: `${OAS_EXPLORER_API_KEY}`,
oasysmainnet: "abc",
//Core Dao
coredaoTestnet: `${CORE_DAO_TESTNET_EXPLORER_API_KEY}`,
coredaoMainnet: `${CORE_DAO_MAINNET_EXPLORER_API_KEY}`,
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 All @@ -277,7 +277,7 @@ const config: HardhatUserConfig = {
}
},
{
network: 'oasMainnet',
network: 'oasysmainnet',
chainId: 248,
urls: {
apiURL: 'https://explorer.oasys.games/api',
Expand Down

0 comments on commit 7b08155

Please sign in to comment.