Skip to content

Commit

Permalink
upgrade exo-gateway-logic address, fix ci (#142)
Browse files Browse the repository at this point in the history
* update ExocoreGatewayLogic deployment addr

* fix(ci): change foundry version

The nightly version can now be used because the base branch has the
configuration `optimizer = true`
  • Loading branch information
MaxMustermann2 authored Jan 20, 2025
1 parent 9bd4b5a commit a887167
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/compare-layouts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# The below line does not accept environment variables,
# so it becomes the single source of truth for the version, within this workflow.
# Any `pinning` of the version should be done here and in forge-ci.yml.
foundry-version: nightly-70cd140131cd49875c6f31626bdfae08eba35386
foundry-version: nightly
# Skip the setup job if the parent job failed.
skip-install: ${{ github.event.workflow_run.conclusion != 'success' }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
# The below line does not accept environment variables,
# so it becomes the single source of truth for the version.
foundry-version: nightly-70cd140131cd49875c6f31626bdfae08eba35386
foundry-version: nightly

build:
# Caching is slow; takes about 3 minutes.
Expand Down
2 changes: 1 addition & 1 deletion script/deployedContracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"exocore": {
"exocoreGateway": "0xEAf4E4D09b9CeB936492518A852026c914beb11E",
"exocoreGatewayLogic": "0xe522837eB5AC11a1748046F059FeEE42A5F2F6e9",
"exocoreGatewayLogic": "0x651a66c43F6A257a878F62BD124c668D5F3bd1AF",
"exocoreProxyAdmin": "0x9bBDDb68B47b88d3Dd2eF7E1682C1EFE4E2e2315",
"lzEndpoint": "0x6EDCE65403992e310A62460808c4b910D972f10f"
}
Expand Down

0 comments on commit a887167

Please sign in to comment.