From 7bdc285167807c892e924fb19403c9cb8e492924 Mon Sep 17 00:00:00 2001 From: GitGuru7 <128375421+GitGuru7@users.noreply.github.com> Date: Mon, 9 Sep 2024 15:38:59 +0530 Subject: [PATCH] feat: update NTG addresses and blocknumber --- multisig/proposals/zksyncmainnet/vip-005/index.ts | 2 +- multisig/simulations/zksyncmainnet/vip-005/index.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/multisig/proposals/zksyncmainnet/vip-005/index.ts b/multisig/proposals/zksyncmainnet/vip-005/index.ts index 90aac015b..f26322bf0 100644 --- a/multisig/proposals/zksyncmainnet/vip-005/index.ts +++ b/multisig/proposals/zksyncmainnet/vip-005/index.ts @@ -1,6 +1,6 @@ import { makeProposal } from "src/utils"; -export const NATIVE_TOKEN_GATEWAY_CORE_POOL = "0x8730de2744E5e8EDC339605326B1DF9F99C0c00B"; +export const NATIVE_TOKEN_GATEWAY_CORE_POOL = "0xeEDE4e1BDaC489BD851970bE3952B729C4238A68"; const vip005 = () => { return makeProposal([ diff --git a/multisig/simulations/zksyncmainnet/vip-005/index.ts b/multisig/simulations/zksyncmainnet/vip-005/index.ts index 4b2186827..625b24faf 100644 --- a/multisig/simulations/zksyncmainnet/vip-005/index.ts +++ b/multisig/simulations/zksyncmainnet/vip-005/index.ts @@ -7,10 +7,10 @@ import { forking, pretendExecutingVip } from "src/vip-framework"; import vip005, { NATIVE_TOKEN_GATEWAY_CORE_POOL } from "../../../proposals/zksyncmainnet/vip-005"; import GATEWAY_ABI from "./abi/NativeTokenGateway.json"; -const VWETH = "0xa85323aE38be6f2f2EDF5206d5Cbcad1f230F552"; +const VWETH = "0x1Fa916C27c7C2c4602124A14C77Dbb40a5FF1BE8"; const WETH = "0x5AEa5775959fBC2557Cc8789bC1bf90A239D9a91"; -forking(42816106, async () => { +forking(43779112, async () => { let nativeTokenGateway: Contract; before(async () => {