Skip to content

Commit f67c6c2

Browse files
committed
Change addresses
1 parent e3102d8 commit f67c6c2

3 files changed

Lines changed: 28 additions & 9 deletions

File tree

sui/Move.localnet.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# localnet
2+
# --------------------------------
3+
[package]
4+
name = "IntegerMate"
5+
version = "0.0.1"
6+
published-at = "0x6e1392463addfbb3b6559666411ddaf30bd0c19784a0fc45b819623e05ffca9d"
7+
8+
[dependencies]
9+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-0.32.0" }
10+
11+
[addresses]
12+
sui = "0x2"
13+
integer_mate = "0x69f09a3a8441cb9ec665702b537d7eb23e5302a48a4283a9a9270e81274ccefa"

sui/Move.testnet.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# testnet
2+
# -------------------------------
3+
[package]
4+
name = "IntegerMate"
5+
version = "0.0.1"
6+
published-at = "0xd6804883388200aad0d9ba9de875cfe3898b91f55117c040efb5ebd526cbbaae"
7+
8+
[dependencies]
9+
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-0.32.0" }
10+
11+
[addresses]
12+
sui = "0x2"
13+
integer_mate = "0xba60132bb7dcf93dcf1e732b51570e2d69b982fa0352d68cd60385a0cf60a17d"

sui/Move.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1+
# testnet
2+
# -------------------------------
13
[package]
24
name = "IntegerMate"
35
version = "0.0.1"
4-
# testnet
56
published-at = "0xd6804883388200aad0d9ba9de875cfe3898b91f55117c040efb5ebd526cbbaae"
67

7-
# localnet
8-
# published-at = "0x5fa30194befed8c6e36890a104f87bd0b95c0c69dc05568cfb0980997e6466ef"
9-
108
[dependencies]
119
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-0.32.0" }
1210

1311
[addresses]
1412
sui = "0x2"
15-
16-
# testnet]
1713
integer_mate = "0xba60132bb7dcf93dcf1e732b51570e2d69b982fa0352d68cd60385a0cf60a17d"
18-
19-
# localnet
20-
# integer_mate = "0x69f09a3a8441cb9ec665702b537d7eb23e5302a48a4283a9a9270e81274ccefa"

0 commit comments

Comments
 (0)