Skip to content

Commit

Permalink
subdomain addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Nov 22, 2024
1 parent 46912d4 commit 2f6cca2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
8 changes: 8 additions & 0 deletions packages/subdomains/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,11 @@ dependencies = [
compiler-version = "1.23.1"
edition = "2024.beta"
flavor = "sui"

[env]

[env.mainnet]
chain-id = "35834a8a"
original-published-id = "0xe177697e191327901637f8d2c5ffbbde8b1aaac27ec1024c4b62d1ebd1cd7430"
latest-published-id = "0xe177697e191327901637f8d2c5ffbbde8b1aaac27ec1024c4b62d1ebd1cd7430"
published-version = "1"
14 changes: 1 addition & 13 deletions packages/subdomains/Move.toml
Original file line number Diff line number Diff line change
@@ -1,23 +1,11 @@
[package]
name = "subdomains"
version = "0.0.1"
edition = "2024.beta"

#mainnet
published-at="0xe177697e191327901637f8d2c5ffbbde8b1aaac27ec1024c4b62d1ebd1cd7430"

#testnet
#published-at="0x3c272bc45f9157b7818ece4f7411bdfa8af46303b071aca4e18c03119c9ff636"

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/mainnet", override=true }
suins = { local = "../suins" }
denylist = { local = "../denylist" }

[addresses]

#mainnet
subdomains="0xe177697e191327901637f8d2c5ffbbde8b1aaac27ec1024c4b62d1ebd1cd7430"

#testnet
#subdomains = "0x3c272bc45f9157b7818ece4f7411bdfa8af46303b071aca4e18c03119c9ff636"
subdomains="0x0"

0 comments on commit 2f6cca2

Please sign in to comment.