Skip to content

Commit

Permalink
Release 1.2.12 (#262)
Browse files Browse the repository at this point in the history
* Install Optimism contracts

* Add ETH Sepolia property to Hardhat config

* Create new Base Sepolia FORT implementation

* Create 1.2.12 release subdirectory

* Update scripts & tasks for Base Sepolia

* Updated JSONs

* Remove import of Optimism contracts

* Update yarn.lock

* Update node version used by GH workflow
  • Loading branch information
RCantu92 committed Apr 19, 2024
1 parent 59ae488 commit 7d5489a
Show file tree
Hide file tree
Showing 12 changed files with 2,683 additions and 1,506 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand All @@ -52,7 +52,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand All @@ -76,7 +76,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/setup-node@v3
with:
node-version: '14'
node-version: '18.16.1'
cache: 'yarn'
- run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
# ref: ${{ github.event.pull_request.head.sha }}
# - uses: actions/setup-node@v3
# with:
# node-version: '14'
# node-version: '18.16.1'
# cache: 'yarn'
# - run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
# ref: ${{ needs.deploy.outputs.deploy_commit || github.event.pull_request.head.sha }}
# - uses: actions/setup-node@v3
# with:
# node-version: '14'
# node-version: '18.16.1'
# cache: 'yarn'
# - run: yarn install --frozen-lockfile

Expand Down Expand Up @@ -268,7 +268,7 @@ jobs:
# ref: ${{ needs.deploy.outputs.deploy_commit || github.event.pull_request.head.sha }}
# - uses: actions/setup-node@v3
# with:
# node-version: '14'
# node-version: '18.16.1'
# cache: 'yarn'
# - run: yarn install --frozen-lockfile

Expand Down
5 changes: 5 additions & 0 deletions .openzeppelin/sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"address": "0x95d9a757ad9C25999ffE93f3067221F04ce1Cc79",
"txHash": "0xe6630a9172a655398a5df198ab4534a7e108d590ea3974243e030a42a6f177ec",
"kind": "uups"
},
{
"address": "0x2441Ce5eB269505f30F6F434D21E039438aaC342",
"txHash": "0x842a721a0030bf9f531b294ea1d97911960f3b9b12c6eb8f36aceaba93c77cdf",
"kind": "uups"
}
],
"impls": {
Expand Down
Loading

0 comments on commit 7d5489a

Please sign in to comment.