Skip to content

Commit

Permalink
fix package scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Foivos committed Jun 19, 2024
1 parent fb549fa commit 4886636
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions move/squid/Move.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "Squid"
version = "0.1.0"
published-at = "0x0"
published-at = "0x69c9099c4b7da929dca09ac9991163b6e7d3c3fc0e3b9c692ed0c3f02dae16ff"
edition = "2024.beta"

[dependencies]
Expand All @@ -11,4 +11,4 @@ AxelarGateway = { local = "../axelar_gateway" }
ITS = { local = "../its" }

[addresses]
squid = "0x0"
squid = "0x69c9099c4b7da929dca09ac9991163b6e7d3c3fc0e3b9c692ed0c3f02dae16ff"
2 changes: 1 addition & 1 deletion move/test/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[move]
version = 2
manifest_digest = "AC0C11EC778EB65B6C370791BCD2EBF7AFB23F10DE58C30EB995EED85040CF5B"
manifest_digest = "6DF02196C888A850522C2336E4F8FF37DA00BCBB2240DEBF2500B46D2358E034"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"
dependencies = [
{ name = "AxelarGateway" },
Expand Down
4 changes: 2 additions & 2 deletions move/test/Move.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "Test"
version = "0.1.0"
published-at = "0x3416821971d670acd3a1b8556d2df99bda3cd35c49d581c7ece89aca0137af4d"
published-at = "0x9110bc3d96f77d7ddd6ef058627fb9369c6bfbedfb169228e9d20959a5f893cd"
edition = "2024.beta"

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "mainnet-v1.25.3" }
AxelarGateway = { local = "../axelar_gateway" }

[addresses]
test = "0x3416821971d670acd3a1b8556d2df99bda3cd35c49d581c7ece89aca0137af4d"
test = "0x9110bc3d96f77d7ddd6ef058627fb9369c6bfbedfb169228e9d20959a5f893cd"
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"scripts": {
"build": "./scripts/run.sh build",
"test-move": "./scripts/run.sh test",
"test-js": "",
"test-js": "npx mocha",
"test": "npm run test-move && npm run test-js",
"coverage": "./scripts/coverage.sh",
"lint": "eslint --fix './src/*.ts'",
"prettier": "prettier --write './src/*.ts'",
Expand Down

0 comments on commit 4886636

Please sign in to comment.