Skip to content

Commit f8ed32f

Browse files
authored
fix: display the amount of estimated rewards for Shibuya (#1058)
1 parent 9f42378 commit f8ed32f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"playwright:ci": "node ./tests/chopsticks/start-chopsticks.js"
2626
},
2727
"dependencies": {
28-
"@astar-network/astar-sdk-core": "^0.2.5",
28+
"@astar-network/astar-sdk-core": "^0.2.7",
2929
"@astar-network/astar-ui": "^0.0.136",
3030
"@astar-network/metamask-astar-adapter": "^0.5.4",
3131
"@astar-network/metamask-astar-types": "^0.6.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@
2929
tslib "^2.3.0"
3030
zen-observable-ts "^1.2.5"
3131

32-
"@astar-network/astar-sdk-core@^0.2.5":
33-
version "0.2.5"
34-
resolved "https://registry.yarnpkg.com/@astar-network/astar-sdk-core/-/astar-sdk-core-0.2.5.tgz#fdaa80f9b0b28516723785135f43b1c5ad9166f5"
35-
integrity sha512-BVr9RUYPmaSyHaoNBhrqMWygD15lG78/AnDdaW6S1UGL8hJ/jI1a7dxjanwXKJV4v623Ic0NPJxDWY0oE7Ejsw==
32+
"@astar-network/astar-sdk-core@^0.2.7":
33+
version "0.2.7"
34+
resolved "https://registry.yarnpkg.com/@astar-network/astar-sdk-core/-/astar-sdk-core-0.2.7.tgz#378bd50fb32745a240dcfb1e518ddc27ee81f817"
35+
integrity sha512-/kqdHVm4UZnGtfBv7RSaBRKOttyFDIzago8GWrjT01govGbohKx1npVOWl52w7MV9E494Q6vz2mJ7AoXnqJB5w==
3636
dependencies:
3737
"@ethersproject/bignumber" "^5.6.2"
3838
"@polkadot/util" "^12.3.2"

0 commit comments

Comments
 (0)