Skip to content

Commit

Permalink
feat(settings): add v3 forwarders
Browse files Browse the repository at this point in the history
  • Loading branch information
envin3 committed Mar 12, 2024
1 parent 2a69f9a commit dd286b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/settings/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ const settings = {
pNetworkAssociationGnosisSafeAddress: '0xf1f6568a76559d85cF68E6597fA587544184dD46',
pNetworkV2EthereumVaultAddess: '0xe396757ec7e6ac7c8e5abe7285dde47b98f22db8',
merklDistributionCreatorAddress: '0x8BB4C975Ff3c250e0ceEA271728547f3802B36Fd',
// TODO: use real ones once deployed on mainnet
forwarder: '0x3E661784267F128e5f706De17Fac1Fc1c9d56f30'
// v3 forwarders
forwarder: '0xe2cb2C8fDc086FC576b49aCF2F71D44DDe7e3804',
forwarderOnGnosis: '0x2422eb5B6a20C7b8e3567C12Ed6f5ED9d1Cf1f79'
},
stakingManager: {
minStakeDays: 7,
Expand Down

0 comments on commit dd286b2

Please sign in to comment.