Skip to content

Commit 638aaa0

Browse files
authored
[release] v1.10.0
* upgrade Staking, StakingManager to mainnet
1 parent 72fed91 commit 638aaa0

9 files changed

Lines changed: 14 additions & 8 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
node-version: 18
3838
registry-url: 'https://registry.npmjs.org'
3939

40+
- run: corepack enable
4041
- run: yarn
4142

4243
- name: Bump & Build

.github/workflows/docs-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@master
1111

1212
- name: Yarn
13-
run: yarn
13+
run: corepack enable && yarn
1414

1515
- name: Generate Contract Documents
1616
run: yarn docs:generate

.github/workflows/fuzz.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ jobs:
3535
with:
3636
node-version: 18
3737

38+
- run: corepack enable
3839
- run: yarn
3940

4041
- name: Set up Python 3.8

.github/workflows/pr.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
uses: actions/setup-node@v1
1414
with:
1515
node-version: 18
16+
- run: corepack enable
1617
- run: yarn
1718
- name: clean cache
1819
run: yarn clean

.github/workflows/prerelease.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
with:
2929
paths: contracts src publish
3030

31+
- run: corepack enable
3132
- run: yarn
3233

3334
- name: Bump & build

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
paths: package.json
3333

34+
- run: corepack enable
3435
- run: yarn
3536

3637
- name: build

.github/workflows/upgrade.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
node-version: 18
3838
registry-url: 'https://registry.npmjs.org'
3939

40+
- run: corepack enable
4041
- run: yarn
4142

4243
- name: Bump & Build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@subql/contract-sdk",
3-
"version": "1.10.0-1",
3+
"version": "1.10.0",
44
"main": "index.js",
55
"license": "GPL3",
66
"scripts": {

publish/mainnet.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,16 +81,16 @@
8181
"lastUpdate": "Tue, 13 Feb 2024 09:10:08 GMT"
8282
},
8383
"Staking": {
84-
"innerAddress": "0x648211f7Ff0E16e32EB7f391049fe5c84536F15F",
84+
"innerAddress": "0xf6C913C506881D7EB37Ce52af4Dc8E59FD61694d",
8585
"address": "0x7A68b10EB116a8b71A9b6f77B32B47EB591B6Ded",
86-
"bytecodeHash": "ac1882534cde71ad80bebc3b7e8089ca254f16368f1fbba4c07a87c175fa146b",
87-
"lastUpdate": "Wed, 30 Apr 2025 01:54:42 GMT"
86+
"bytecodeHash": "bb8fbc9eae5a63035103c1a375a90fe249aa0f404598f6bbc00246b362d27655",
87+
"lastUpdate": "Tue, 11 Nov 2025 03:01:21 GMT"
8888
},
8989
"StakingManager": {
90-
"innerAddress": "0x58297de82a98f27563d1CA8F690Ef55cFA9C6563",
90+
"innerAddress": "0xd40cCE79C65a1c08474819a8ceCF6b37CEc8F686",
9191
"address": "0x09395a2A58DB45db0da254c7EAa5AC469D8bDc85",
92-
"bytecodeHash": "7624b8793cf3ab8c7d6aa5b31ba31fcf146ba346ea096c5bdfbca7c8a6a1acb3",
93-
"lastUpdate": "Wed, 30 Apr 2025 01:54:48 GMT"
92+
"bytecodeHash": "37edec3315f4dd87c67851de6a149709bf68290a7598154169b5e19872047401",
93+
"lastUpdate": "Tue, 11 Nov 2025 03:01:23 GMT"
9494
},
9595
"EraManager": {
9696
"innerAddress": "0x94A8E45E9D6dCA44A95BEc33E828B9E9257443D6",

0 commit comments

Comments
 (0)