Skip to content

Commit

Permalink
test 16
Browse files Browse the repository at this point in the history
  • Loading branch information
shunjizhan committed Oct 28, 2024
1 parent b0adda0 commit fbf5324
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-7",
"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.19-14",
"@acala-network/asset-router": "~1.0.19-16",
"@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-7';
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-16":
version "1.0.19-16"
resolved "https://registry.yarnpkg.com/@acala-network/asset-router/-/asset-router-1.0.19-16.tgz#363e68f746d0eec028ca16c82700fbe828c9d4e5"
integrity sha512-aIifqdKnfmiuG14hBKEqW6Jm+1NzGUw17fQJb4p80p7v2C8v3pO2U+xlkzAs8cQXeNo67XsxR+qKwMhiMuF7Rg==
dependencies:
"@acala-network/contracts" "^4.5.0"
"@acala-network/eth-providers" "^2.7.13"
Expand Down

0 comments on commit fbf5324

Please sign in to comment.