Skip to content

Commit

Permalink
feat(validator-bot): review fixes by the rabbit
Browse files Browse the repository at this point in the history
  • Loading branch information
madhurMongia committed Nov 20, 2024
1 parent 8e08dcd commit f1d765f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion validator-cli/.env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ VEAOUTBOX_ARBSEPOLIA_TO_SEPOLIA_ADDRESS=0x906dE43dBef27639b1688Ac46532a16dc07Ce4
VEAINBOX_ARB_TO_GNOSIS_ADDRESS=0x854374483572FFcD4d0225290346279d0718240b
VEAOUTBOX_ARB_TO_GNOSIS_ADDRESS=0x2f1788F7B74e01c4C85578748290467A5f063B0b
VEAROUTER_ARB_TO_GNOSIS_ADDRESS=0x5BE03fDE7794Bc188416ba16932510Ed1277b193
GNO_AMB_ADDRESS=0x8448E15d0e706C0298dECA99F0b4744030e59d7d
GNOSIS_AMB_ADDRESS=0x8448E15d0e706C0298dECA99F0b4744030e59d7d

TRANSACTION_BATCHER_CONTRACT_ADDRESS_SEPOLIA=0xe7953da7751063d0a41ba727c32c762d3523ade8
TRANSACTION_BATCHER_CONTRACT_ADDRESS_CHIADO=0xcC0a08D4BCC5f91ee9a1587608f7a2975EA75d73
2 changes: 1 addition & 1 deletion validator-cli/src/utils/ethers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function getVeaRouterArbToGnosisProvider(veaRouterAddress: string, privateKey: s
}

function getAMBProvider(privateKey: string, rpc: JsonRpcProvider) {
return IAMB__factory.connect(process.env.GNO_AMB_ADDRESS, getWalletRPC(privateKey, rpc));
return IAMB__factory.connect(process.env.GNOSIS_AMB_ADDRESS, getWalletRPC(privateKey, rpc));
}
export {
getVeaOutboxArbToEth,
Expand Down

0 comments on commit f1d765f

Please sign in to comment.