Skip to content

Commit

Permalink
subdomain
Browse files Browse the repository at this point in the history
  • Loading branch information
leecchh committed Nov 22, 2024
1 parent e562e05 commit 779f2cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
6 changes: 0 additions & 6 deletions packages/temp_subdomain_proxy/Move.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,3 @@ chain-id = "35834a8a"
original-published-id = "0xdacfd7c1176a68137b38a875d76a2f65d277596d2c632881931d926b16de2698"
latest-published-id = "0xdacfd7c1176a68137b38a875d76a2f65d277596d2c632881931d926b16de2698"
published-version = "1"

[env.testnet]
chain-id = "4c78adac"
original-published-id = "0xfd5ad004acbd5e3dd4fc0de4f1f1d465f8db5bb2ec1de63694ce6dc887fe1c89"
latest-published-id = "0xfd5ad004acbd5e3dd4fc0de4f1f1d465f8db5bb2ec1de63694ce6dc887fe1c89"
published-version = "1"
12 changes: 1 addition & 11 deletions packages/temp_subdomain_proxy/Move.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,11 @@
[package]
name = "temp_subdomain_proxy"
version = "0.0.1"
edition = "2024.beta"
#mainnet
published-at="0xdacfd7c1176a68137b38a875d76a2f65d277596d2c632881931d926b16de2698"
#testnet
#published-at="0xfd5ad004acbd5e3dd4fc0de4f1f1d465f8db5bb2ec1de63694ce6dc887fe1c89"

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

[addresses]
#temp_subdomain_proxy = "0x0"

# mainnet
temp_subdomain_proxy = "0xdacfd7c1176a68137b38a875d76a2f65d277596d2c632881931d926b16de2698"
#testnet
#temp_subdomain_proxy = "0xfd5ad004acbd5e3dd4fc0de4f1f1d465f8db5bb2ec1de63694ce6dc887fe1c89"
temp_subdomain_proxy = "0x0"

0 comments on commit 779f2cb

Please sign in to comment.