Skip to content

Commit

Permalink
test v1.9.0-8
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Oct 30, 2024
1 parent b597f69 commit 35a1482
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.9.0-5",
"version": "1.9.0-8",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@acala-network/api": "~6.0.4",
"@acala-network/asset-router": "~1.0.19-14",
"@acala-network/asset-router": "~1.0.19-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 @@ -256,4 +256,4 @@ export const MINUTE = 60 * SECOND;
export const HOUR = 60 * MINUTE;
export const DAY = 24 * HOUR;

export const VERSION = '1.9.0-5';
export const VERSION = '1.9.0-8';
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.19-14":
version "1.0.19-14"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.19-14.tgz#60a75e738e5313284f98945d128cd692ebd3947b"
integrity sha512-WnQW0nE3S9LJmStKHt9MwEbGk1W7q9oZCqFzLo3P5fGC/Dvee0geTEzTryj3d3VgiIU/Td/g1DSeEl0qvEiiOQ==
"@acala-network/asset-router@~1.0.19-17":
version "1.0.19-17"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.19-17.tgz#460eb16c6ec500ec4d1ce49d213556262012f0ce"
integrity sha512-Bqgw8HGf/3dHJcmv8NwpBv5XEzSbINkMfT2/VxZSuOjSLxzKZ3NaVjzsz1pvCG0hBVE7UyVDnaDcum0HpV4mSQ==
dependencies:
"@acala-network/contracts" "^4.5.0"
"@acala-network/eth-providers" "^2.7.13"
Expand Down

0 comments on commit 35a1482

Please sign in to comment.