Skip to content

Commit

Permalink
bump v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Jan 31, 2024
1 parent f2b26a8 commit 2700b8a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "acala-wormhole-relayer",
"version": "1.6.1",
"version": "1.6.2",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@acala-network/api": "~6.0.4",
"@acala-network/asset-router": "~1.0.16",
"@acala-network/asset-router": "~1.0.17",
"@acala-network/bodhi": "~2.7.13",
"@acala-network/contracts": "^4.5.0",
"@acala-network/eth-providers": "~2.7.14",
Expand Down
2 changes: 1 addition & 1 deletion src/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,4 +249,4 @@ export const TESTNET_MODE_WARNING = `
export const EUPHRATES_ADDR = '0x7Fe92EC600F15cD25253b421bc151c51b0276b7D';
export const EUPHRATES_POOLS = ['0', '1', '2', '3'];

export const VERSION = '1.6.1';
export const VERSION = '1.6.2';
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
"@acala-network/api-derive" "6.0.4"
"@acala-network/types" "6.0.4"

"@acala-network/asset-router@~1.0.16":
version "1.0.16"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.16.tgz#03e8ad6559fb7d84786ea34cbf6bb8ccfacefe3e"
integrity sha512-cgMU2d+kJVmPcaxyg0iIedi/Csl/5l8mPg4c4ZTkCZtYd8kB17WG2KqZ5sp2b6XvV/8+IAknagmtNEl3eXGwjQ==
"@acala-network/asset-router@~1.0.17":
version "1.0.17"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.17.tgz#46d6badafc3a7955e309ecc894f01f3461eb05cb"
integrity sha512-FfkGNEEH7xJ1UxOt/L42RnOrhol8mp3j8x1z1qtUh+B0ezkUIeQNkzhoHq8UlysZ5PiYw3MtfYUJV2BQLy2jPA==
dependencies:
"@acala-network/contracts" "^4.5.0"
"@acala-network/eth-providers" "^2.7.13"
Expand Down

0 comments on commit 2700b8a

Please sign in to comment.