Skip to content

Commit

Permalink
fix addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
milapsheth committed Jun 1, 2024
1 parent f92b6e0 commit a1500fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion move/interchain_token/Move.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "Test"
name = "InterchainToken"
version = "0.1.0"
edition = "2024.beta"

Expand Down
2 changes: 1 addition & 1 deletion move/its/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ AxelarGateway = { local = "../axelar_gateway" }
Governance = { local = "../governance" }

[addresses]
its = "0x0"
its = "0x1"
2 changes: 1 addition & 1 deletion move/squid/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ AxelarGateway = { local = "../axelar_gateway" }
ITS = { local = "../its" }

[addresses]
squid = "0x0"
squid = "0x2"

0 comments on commit a1500fc

Please sign in to comment.