Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Linea #163

Merged
merged 2 commits into from
Sep 18, 2024
Merged

Add support for Linea #163

merged 2 commits into from
Sep 18, 2024

Conversation

clemsos
Copy link
Contributor

@clemsos clemsos commented Sep 12, 2024

Add a feature

Feature Request

Adds support for Linea network

Implementation

The contracts where already deployed at canonical addresses.

Additional Context

➜  zodiac git:(master) ✗ yarn deploy linea
yarn run v1.22.22
$ hardhat deploy-replay --network linea

linea
    realityETH
  ✔ Mastercopy already deployed to: 0x4e35DA39Fa5893a70A40Ce964F993d891E607cC0
    realityERC20
  ✔ Mastercopy already deployed to: 0x7276813b21623d89BA8984B225d5792943DD7dbF
    bridge
  ✔ Mastercopy already deployed to: 0x03B5eBD2CB2e3339E93774A1Eb7c8634B8C393A9
    delay
  ✔ Mastercopy already deployed to: 0xd54895B1121A2eE3f37b502F507631FA1331BED6
    exit
  ✔ Mastercopy already deployed to: 0x3ed380a282aDfA3460da28560ebEB2F6D967C9f5
    exitERC721
  ✔ Mastercopy already deployed to: 0xE0eCE32Eb4BE4E9224dcec6a4FcB335c1fe05CDe
    circulatingSupplyERC20
  ✔ Mastercopy already deployed to: 0x5Ed57C291a184cc244F5c9B5E9F11a8DD08BBd12
    circulatingSupplyERC721
  ✔ Mastercopy already deployed to: 0xBD34D00dC0ae37C687F784A11FA6a0F2c5726Ba3
    scopeGuard
  ✔ Mastercopy already deployed to: 0xeF27fcd3965a866b22Fb2d7C689De9AB7e611f1F
    factory
  ✔ Mastercopy already deployed to: 0x000000000000aDdB49795b0f9bA5BC298cDda236
    roles
  ✔ Mastercopy already deployed to: 0xD8DfC1d938D7D163C5231688341e9635E9011889
    roles_v1
  ✔ Mastercopy already deployed to: 0xD8DfC1d938D7D163C5231688341e9635E9011889
    roles_v2
  ✔ Mastercopy already deployed to: 0x9646fDAD06d3e24444381f44362a3B0eB343D337
    ozGovernor
  ✔ Mastercopy already deployed to: 0xe28c39FAC73cce2B33C4C003049e2F3AE43f77d5
    erc20Votes
  ✔ Mastercopy already deployed to: 0x752c61de75ADA0F8a33e048d2F773f51172f033e
    erc721Votes
  ✔ Mastercopy already deployed to: 0xeFf38b2eBB95ACBA09761246045743f40e762568
    multisendEncoder
  ✔ Mastercopy already deployed to: 0xb67EDe523171325345780fA3016b7F5221293df0
    permissions
  ✔ Mastercopy already deployed to: 0x33D1C5A5B6a7f3885c7467e829aaa21698937597
    connext
  ✔ Mastercopy already deployed to: 0x7dE07b9De0bf0FABf31A188DE1527034b2aF36dB
✨  Done in 11.07s.

Copy link

github-actions bot commented Sep 12, 2024

CLA Assistant Lite bot All contributors have signed the CLA ✍️ ✅

hardhat.config.ts Outdated Show resolved Hide resolved
@clemsos
Copy link
Contributor Author

clemsos commented Sep 12, 2024

I have read the CLA Document and I hereby sign the CLA

@clemsos
Copy link
Contributor Author

clemsos commented Sep 18, 2024

Hello, any update on this ? Thanks !

@@ -110,6 +110,10 @@ export default {
...sharedNetworkConfig,
url: `https://linea-goerli.infura.io/v3/${INFURA_KEY}`,
},
linea: {
...sharedNetworkConfig,
url: `https://linea.infura.io/v3/${INFURA_KEY}`,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linea also supplied a default RPC

Suggested change
url: `https://linea.infura.io/v3/${INFURA_KEY}`,
url: "https://rpc.linea.build",

@jfschwarz jfschwarz merged commit 2de7d32 into gnosisguild:master Sep 18, 2024
1 check failed
@github-actions github-actions bot locked and limited conversation to collaborators Sep 18, 2024
@jfschwarz
Copy link
Collaborator

Hello, any update on this ? Thanks !

Thank you for the ping. Getting this released now...

@clemsos clemsos deleted the linea branch September 18, 2024 13:32
@jfschwarz
Copy link
Collaborator

@clemsos We've released this with v4.0.5. Note that we've updated the npm package scope. The new package name is @gnosis-guild/zodiac

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants