forked from wormhole-foundation/native-token-transfers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMove.toml
29 lines (23 loc) · 717 Bytes
/
Move.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[package]
name = "Ntt"
edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move
license = "Apache 2.0"
[dependencies.Sui]
git = "https://github.com/MystenLabs/sui.git"
subdir = "crates/sui-framework/packages/sui-framework"
rev = "framework/testnet"
override = true
[dependencies.Wormhole]
# git = "https://github.com/wormhole-foundation/wormhole.git"
# rev = "sui/mainnet"
# TODO: we're using this fork temporarily which allows us to create VAAs for testing
git = "https://github.com/wormholelabs-xyz/wormhole.git"
rev = "sui/vaa-new-test-only"
subdir = "sui/wormhole"
[dependencies.NttCommon]
local = "../ntt_common"
[addresses]
ntt = "0x0"
[dev-dependencies]
[dev-addresses]
wormhole = "0x10"