From 39b9762a62ab822dc2da3327b5011be9a4ff4716 Mon Sep 17 00:00:00 2001 From: Nick Guest Date: Mon, 14 Oct 2024 14:44:58 +0200 Subject: [PATCH 1/2] Update PufferWithdrawalManager address --- lib/contracts/addresses.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/contracts/addresses.ts b/lib/contracts/addresses.ts index beff0d4..b370a81 100644 --- a/lib/contracts/addresses.ts +++ b/lib/contracts/addresses.ts @@ -13,7 +13,7 @@ export const CONTRACT_ADDRESSES = { L2RewardManager: '0x0000000000000000000000000000000000000000', // Deployed on a fork // https://dashboard.tenderly.co/explorer/fork/f7fd7621-7280-47e5-8521-81b24142814f/transactions. - PufferWithdrawalManager: '0x8a253974f1de9f64d79f1eaaf850faf406802fce', + PufferWithdrawalManager: '0xDdA0483184E75a5579ef9635ED14BacCf9d50283', NucleusBoringVault: '0x196ead472583bc1e9af7a05f860d9857e1bd3dcc', NucleusAccountant: '0xa9fb7e2922216debe3fd5e1bbe7591ee446dc21c', NucleusTeller: '0x08eb2eccdf6ebd7aba601791f23ec5b5f68a1d53', From 20aea07f1df69c709ac0e22f1c50f96fc72db62a Mon Sep 17 00:00:00 2001 From: Nick Guest Date: Mon, 14 Oct 2024 14:46:49 +0200 Subject: [PATCH 2/2] remove incorrect comment --- lib/contracts/addresses.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/contracts/addresses.ts b/lib/contracts/addresses.ts index b370a81..299e0e3 100644 --- a/lib/contracts/addresses.ts +++ b/lib/contracts/addresses.ts @@ -11,8 +11,6 @@ export const CONTRACT_ADDRESSES = { L1RewardManager: '0x157788cc028Ac6405bD406f2D1e0A8A22b3cf17b', // L2RewardManager is not deployed to mainnet but base. L2RewardManager: '0x0000000000000000000000000000000000000000', - // Deployed on a fork - // https://dashboard.tenderly.co/explorer/fork/f7fd7621-7280-47e5-8521-81b24142814f/transactions. PufferWithdrawalManager: '0xDdA0483184E75a5579ef9635ED14BacCf9d50283', NucleusBoringVault: '0x196ead472583bc1e9af7a05f860d9857e1bd3dcc', NucleusAccountant: '0xa9fb7e2922216debe3fd5e1bbe7591ee446dc21c',