Skip to content

Commit

Permalink
chore: remove unused dep
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Feb 6, 2025
1 parent b1c1d63 commit 7c39538
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 103 deletions.
102 changes: 0 additions & 102 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion networks/movement/movement-client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ path = "src/bin/e2e/ggp_non_native_token.rs"
aptos-vm-genesis = { workspace = true }
aptos-sdk = { workspace = true }
aptos-types = { workspace = true }
e2e-move-tests = { workspace = true }

anyhow = { workspace = true }
async-trait = { workspace = true }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ environment:

processes:

setup:
environment:
- APTOS_ACCOUNT_WHITELIST=$DOT_MOVEMENT_PATH/default_signer_address_whitelist
- MAPTOS_PRIVATE_KEY=random

test-ggp-non-native-token:
command: |
cargo run --bin movement-tests-e2e-ggp-non-native-token
Expand Down

0 comments on commit 7c39538

Please sign in to comment.