diff --git a/aptos/coin/Move.toml b/aptos/coin/Move.toml index 001e79fd0..11554a33b 100644 --- a/aptos/coin/Move.toml +++ b/aptos/coin/Move.toml @@ -4,7 +4,7 @@ version = "0.0.1" upgrade_policy = "compatible" [dependencies] -MoveStdlib = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/move-stdlib/", rev = "main" } +MoveStdlib = { git = "https://github.com/aptos-labs/aptos-core.git", subdir = "aptos-move/framework/move-stdlib/", rev = "mainnet" } [dev-addresses] wrapped_coin = "0x0"