diff --git a/Move.testnet.toml b/Move.testnet.toml new file mode 100644 index 0000000..e566813 --- /dev/null +++ b/Move.testnet.toml @@ -0,0 +1,12 @@ +[package] +name = "InterestMath" +edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move +license = "MIT" # e.g., "MIT", "GPL", "Apache 2.0" +authors = ["Jose Cerqueira (jose@interestprotocol.com)"] +published-at = "0xde8557f3d1cba4b3af727ab0c2d1410dc4e52fb46d5baf46daf457a1fc67430c" + +[dependencies] +Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/testnet" } + +[addresses] +interest_math = "0xde8557f3d1cba4b3af727ab0c2d1410dc4e52fb46d5baf46daf457a1fc67430c" \ No newline at end of file diff --git a/Move.toml b/Move.toml index e57576b..30b6075 100644 --- a/Move.toml +++ b/Move.toml @@ -3,10 +3,9 @@ name = "InterestMath" edition = "2024.beta" # edition = "legacy" to use legacy (pre-2024) Move license = "MIT" # e.g., "MIT", "GPL", "Apache 2.0" authors = ["Jose Cerqueira (jose@interestprotocol.com)"] -published-at = "0xb4939698f1873771901021b5435569dadfd4e4d82d8d1005f30fa9771687d006" [dependencies] Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "framework/mainnet" } [addresses] -interest_math = "0xb4939698f1873771901021b5435569dadfd4e4d82d8d1005f30fa9771687d006" \ No newline at end of file +interest_math = "0x0" \ No newline at end of file diff --git a/README.md b/README.md index 455b438..23a8e80 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ ## Immutable -[The package is immutable](https://testnet.suivision.xyz/txblock/5eZ4W4JySQkVpCoZLsjoGxmtHbzqMcVp17akGzKKDTDz) +[The package is immutable (Testnet)](https://testnet.suivision.xyz/txblock/68bciNoJVtyPWUUwf4f46YuF6FTdq2cECrqE3FFT2wLm) -## Testnet Code +## Code -[Explorer](https://testnet.suivision.xyz/package/0xb4939698f1873771901021b5435569dadfd4e4d82d8d1005f30fa9771687d006?tab=Code) +[Testnet Explorer](https://testnet.suivision.xyz/package/0xde8557f3d1cba4b3af727ab0c2d1410dc4e52fb46d5baf46daf457a1fc67430c?tab=Code)