Skip to content

Commit

Permalink
Merge pull request #200 from BitGo/win-4439-bera
Browse files Browse the repository at this point in the history
chore(eth-multisig-v4): adding the new coredao testnet
  • Loading branch information
adarsh312 authored Feb 11, 2025
2 parents a503f9f + 84dce99 commit 94a75e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ const config: HardhatUserConfig = {
]
},
tcoredao: {
url: `https://rpc.test.btcs.network`,
url: `https://rpc.test2.btcs.network`,
accounts: [
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`,
`${PRIVATE_KEY_FOR_V4_CONTRACT_DEPLOYMENT}`,
Expand Down Expand Up @@ -388,10 +388,10 @@ const config: HardhatUserConfig = {
},
{
network: 'coredaoTestnet',
chainId: 1115,
chainId: 1114,
urls: {
apiURL: 'https://api.test.btcs.network/api',
browserURL: 'https://scan.test.btcs.network'
browserURL: 'https://scan.test2.btcs.network'
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ async function main() {
// bera
case 80094:
// coredao
case 1115:
case 1114:
case 1116:
eip1559GasParams.gasLimit = 3000000;
eip1559GasParams.maxFeePerGas = BigNumber.from('30000000000');
Expand Down

0 comments on commit 94a75e2

Please sign in to comment.