forked from pontem-network/liquidswap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMove.toml
More file actions
39 lines (30 loc) · 1.27 KB
/
Move.toml
File metadata and controls
39 lines (30 loc) · 1.27 KB
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
30
31
32
33
34
35
36
37
38
39
[package]
name = "Liquidswap"
version = "0.3.1"
[addresses]
liquidswap = "0x43417434fd869edee76cca2a4d2301e528a1551b1d719b75c350c3c97d15b8b9"
dao_admin = "0xd932dceea6c05c56e29735da9bee581e4038576e677ecadd42b5b5c871fc55b9"
emergency_admin = "0xb4d7b2466d211c1f4629e8340bb1a9e75e7f8fb38cc145c54c5c9f9d5017a318"
fee_admin = "0xb4d7b2466d211c1f4629e8340bb1a9e75e7f8fb38cc145c54c5c9f9d5017a318"
# should be the same as @liquidswap_lp in lp_coin
liquidswap_pool_account = "0x385068db10693e06512ed54b1e6e8f1fb9945bb7a78c28a45585939ce953f99e"
liquidswap_emergency_account = "0xda070b4be57128cf3a8e265d77338a3743e5ff06c2834bf7cda2a05aaf30c204"
# Addresses for tests.
test_coin_admin = "0x11"
test_helpers = "0x12"
test_lp_owner = "0x12"
test_pool_addr = "0x2540b6f8a87ac1cff2de9f5f742854b448cd4521e96f840eda05e63e4e944ed6"
[dependencies.LiquidswapLP]
local = "./liquidswap_lp/"
[dependencies.LiquidswapInit]
local = "./liquidswap_init/"
[dependencies.AptosFramework]
git = "https://github.com/aptos-labs/aptos-core.git"
rev = "843b204dce971d98449b82624f4f684c7a18b991"
subdir = "aptos-move/framework/aptos-framework"
[dependencies.UQ64x64]
git = "https://github.com/pontem-network/UQ64x64.git"
rev = "v0.3.6"
[dependencies.U256]
git = "https://github.com/pontem-network/U256.git"
rev = "v0.3.6"