Skip to content

Commit

Permalink
fix: remove published address
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jun 1, 2024
1 parent a9b9683 commit f92b6e0
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 20 deletions.
8 changes: 3 additions & 5 deletions move/gas_service/Move.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
[package]
name = "Governance"
version = "0.0.1"
published-at = "0x83187fc09392a9d547acd16caeca3bf8662452d75d1853d5a454074103161161"
name = "GasService"
version = "0.1.0"
edition = "2024.beta"

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

[addresses]
gas_service = "0x83187fc09392a9d547acd16caeca3bf8662452d75d1853d5a454074103161161"
gas_service = "0x0"
5 changes: 2 additions & 3 deletions move/governance/Move.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "Governance"
version = "0.0.1"
published-at = "0x927d8379a35d435db5b95daa6e624eea047f71832fadc0ed5d97640a711e601e"
version = "0.1.0"
edition = "2024.beta"

[dependencies]
Expand All @@ -10,4 +9,4 @@ AxelarGateway = { local = "../axelar_gateway" }
Abi = { local = "../abi" }

[addresses]
governance = "0x927d8379a35d435db5b95daa6e624eea047f71832fadc0ed5d97640a711e601e"
governance = "0x0"
5 changes: 2 additions & 3 deletions move/interchain_token/Move.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "Test"
version = "0.0.1"
published-at = "0x0"
version = "0.1.0"
edition = "2024.beta"

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

[addresses]
interchain_token = "0x0"
interchain_token = "0x0"
6 changes: 2 additions & 4 deletions move/its/Move.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[package]
name = "ITS"
version = "0.0.1"
published-at = "0x6897eff98e4db46b53131a73baf9e705647bd9c337df3f23d702616fbadf3093"
#published-at = "0x996939577aed09e0f9bc6690d85c6bbdb0228353cbe4dbb326b3c2d7f59cbff9"
version = "0.1.0"
edition = "2024.beta"

[dependencies]
Expand All @@ -11,4 +9,4 @@ AxelarGateway = { local = "../axelar_gateway" }
Governance = { local = "../governance" }

[addresses]
its = "0x6897eff98e4db46b53131a73baf9e705647bd9c337df3f23d702616fbadf3093"
its = "0x0"
5 changes: 2 additions & 3 deletions move/squid/Move.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]
name = "Squid"
version = "0.0.1"
published-at = "0xf94eccf537d2dc1a8decfc77c0da01bb83d840c37f768f868d81092ca123456a"
version = "0.1.0"
edition = "2024.beta"

[dependencies]
Expand All @@ -11,4 +10,4 @@ AxelarGateway = { local = "../axelar_gateway" }
ITS = { local = "../its" }

[addresses]
squid = "0xf94eccf537d2dc1a8decfc77c0da01bb83d840c37f768f868d81092ca123456a"
squid = "0x0"
4 changes: 2 additions & 2 deletions move/test/Move.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "test"
version = "0.0.1"
version = "0.1.0"
published-at = "0xc47f50df280836b74a20a862c71a189e9819ba7305173ef99858c095bba373d7"
edition = "2024.alpha"
edition = "2024.beta"

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/mainnet" }
Expand Down

0 comments on commit f92b6e0

Please sign in to comment.