Skip to content

Commit

Permalink
add linea to proposal
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed Dec 12, 2024
1 parent 9f73fc3 commit 068c3c9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions governance/proposals/up/003-protocol-upgrade.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {
const { parseSafeMulticall } = require('../../helpers/multisig')
const { addSomeETH } = require('@unlock-protocol/hardhat-helpers')

// TODO: deployment addresses
// deployment addresses
const deployedContracts = {
// mainnet
1: {
Expand Down Expand Up @@ -55,7 +55,9 @@ const deployedContracts = {
},
//linea
59144: {
publicLockAddress: ADDRESS_ZERO, // max size because stil using paris evm
// linea max size because stil using paris evm
// so had to deploy with settings.optimizer.runs = 1
publicLockAddress: '0x5814B64C69ae89f152859d20f53B240df1AC5066',
unlockImplAddress: '0x530Ff2dAED410cA7D70C25f18dc770f106201151',
},
}
Expand Down

0 comments on commit 068c3c9

Please sign in to comment.