Skip to content

Commit

Permalink
feat: update NTG addresses and blocknumber
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGuru7 committed Sep 9, 2024
1 parent cd60687 commit 7bdc285
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion multisig/proposals/zksyncmainnet/vip-005/index.ts
Original file line number Diff line number Diff line change
@@ -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([
Expand Down
4 changes: 2 additions & 2 deletions multisig/simulations/zksyncmainnet/vip-005/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () => {
Expand Down

0 comments on commit 7bdc285

Please sign in to comment.