Skip to content

Commit

Permalink
Update contract addresses with newer ones
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed Jul 31, 2024
1 parent 4d02192 commit 64b52f5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/contracts/addresses.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export const CONTRACT_ADDRESSES = {
PufferDepositor: '0x824AC05aeb86A0aD770b8acDe0906d2d4a6c4A8c',
// TODO: Update the addresses once the contracts are deployed on chain.
// See https://dev.azure.com/pufferfi/Frontend/_workitems/edit/1797.
PufferL2Depositor: '0x0df3f7328761d4122bd8456474305d3259e51699',
PufLocker: '0x2764d89cb5b0dfe4cb9103e23257568bebb3afba',
PufferL2Depositor: '0x0af6998e4828ad8ef8f79a9288d0a861890f791d',
PufLocker: '0xa58983ad0899a452b7420bc57228e329d7ba92b6',
},
};
1 change: 1 addition & 0 deletions lib/contracts/handlers/puf-locker-handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export class PufLockerHandler {
*
* @param depositParams.pufToken PufToken to deposit.
* @param depositParams.account Wallet address of the depositor.
* @param depositParams.recipient Recipient of the deposit.
* @param depositParams.value Amount of the deposit.
* @param depositParams.lockPeriod The period for the deposit in
* seconds.
Expand Down
6 changes: 3 additions & 3 deletions lib/contracts/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ export const TOKENS_ADDRESSES: {
},
[PufToken.pufDAI]: {
[Chain.Mainnet]: '0x0000000000000000000000000000000000000000',
[Chain.Holesky]: '0x28177665f597DA2dcF43c3680cc40D855672A700',
[Chain.Holesky]: '0x2D6B705e118198A02F00490BA323B17eC5D58109',
},
[PufToken.pufEETH]: {
[Chain.Mainnet]: '0x0000000000000000000000000000000000000000',
[Chain.Holesky]: '0x0000000000000000000000000000000000000000',
},
[PufToken.pufWETH]: {
[Chain.Mainnet]: '0x0000000000000000000000000000000000000000',
[Chain.Holesky]: '0x1E1Aaeff72905B682b9CEc5bC6D3425087df9edf',
[Chain.Holesky]: '0x5335f231C22d472Ab31CC2690A2247d25efd76a5',
},
[PufToken.pufstETH]: {
[Chain.Mainnet]: '0x0000000000000000000000000000000000000000',
Expand All @@ -109,7 +109,7 @@ export const TOKENS_ADDRESSES: {
},
[PufToken.pufpufETH]: {
[Chain.Mainnet]: '0x0000000000000000000000000000000000000000',
[Chain.Holesky]: '0x2dE087aB00E427aa7c7e94f5ae6ceB129625F87c',
[Chain.Holesky]: '0x638fd1Fe8205285E8497Eb8E6037c8254EDdB0ae',
},
};

Expand Down

0 comments on commit 64b52f5

Please sign in to comment.