Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: corepack enable
- run: yarn

- name: Bump & Build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@master

- name: Yarn
run: yarn
run: corepack enable && yarn

- name: Generate Contract Documents
run: yarn docs:generate
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
with:
node-version: 18

- run: corepack enable
- run: yarn

- name: Set up Python 3.8
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 18
- run: corepack enable
- run: yarn
- name: clean cache
run: yarn clean
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
with:
paths: contracts src publish

- run: corepack enable
- run: yarn

- name: Bump & build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
with:
paths: package.json

- run: corepack enable
- run: yarn

- name: build
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ jobs:
node-version: 18
registry-url: 'https://registry.npmjs.org'

- run: corepack enable
- run: yarn

- name: Bump & Build
Expand Down
12 changes: 6 additions & 6 deletions publish/mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,16 +81,16 @@
"lastUpdate": "Tue, 13 Feb 2024 09:10:08 GMT"
},
"Staking": {
"innerAddress": "0x648211f7Ff0E16e32EB7f391049fe5c84536F15F",
"innerAddress": "0xf6C913C506881D7EB37Ce52af4Dc8E59FD61694d",
"address": "0x7A68b10EB116a8b71A9b6f77B32B47EB591B6Ded",
"bytecodeHash": "ac1882534cde71ad80bebc3b7e8089ca254f16368f1fbba4c07a87c175fa146b",
"lastUpdate": "Wed, 30 Apr 2025 01:54:42 GMT"
"bytecodeHash": "bb8fbc9eae5a63035103c1a375a90fe249aa0f404598f6bbc00246b362d27655",
"lastUpdate": "Tue, 11 Nov 2025 03:01:21 GMT"
},
"StakingManager": {
"innerAddress": "0x58297de82a98f27563d1CA8F690Ef55cFA9C6563",
"innerAddress": "0xd40cCE79C65a1c08474819a8ceCF6b37CEc8F686",
"address": "0x09395a2A58DB45db0da254c7EAa5AC469D8bDc85",
"bytecodeHash": "7624b8793cf3ab8c7d6aa5b31ba31fcf146ba346ea096c5bdfbca7c8a6a1acb3",
"lastUpdate": "Wed, 30 Apr 2025 01:54:48 GMT"
"bytecodeHash": "37edec3315f4dd87c67851de6a149709bf68290a7598154169b5e19872047401",
"lastUpdate": "Tue, 11 Nov 2025 03:01:23 GMT"
},
"EraManager": {
"innerAddress": "0x94A8E45E9D6dCA44A95BEc33E828B9E9257443D6",
Expand Down