-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMove.toml
23 lines (20 loc) · 985 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
[package]
name = "l2_tBTC"
edition = "2024.beta" # Use 'legacy' if '2024.beta' causes issues
license = "GPL-3.0-only"
authors = ["The tBTC team"]
version = "0.1.0"
[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "041c5f2bae2fe52079e44b70514333532d69f4e6" }
Wormhole = { local = "../wormhole" }
TokenBridge = { local = "../token_bridge" }
[addresses]
token_bridge = "0x562760fc51d90d4ae1835bac3e91e0e6987d3497b06f066941d3e51f6e8d76d0"
l2_tbtc = "0x0" # Replace with the actual address where l2_tbtc is deployed
wormhole = "0xf47329f4344f3bf0f8e436e2f7b485466cff300f12a166563995d3888c296a94"
[dev-addresses]
# The dev-addresses section allows overwriting named addresses for the `--test`
# and `--dev` modes.
# token_bridge = "0xa6a3da85bbe05da5bfd953708d56f1a3a023e7fb58e5a824a3d4de3791e8f690"
# wormhole = "0xde0036a9600559e295d5f6802ef6f3f802f510366e0c23912b0655d972166017"
# l2_tbtc = "0x402"