Skip to content

Commit

Permalink
👷 chore: add testnet info
Browse files Browse the repository at this point in the history
  • Loading branch information
josemvcerqueira committed Dec 23, 2024
1 parent 9b078b5 commit 111cf1e
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
12 changes: 12 additions & 0 deletions Move.testnet.toml
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 1 addition & 2 deletions Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
interest_math = "0x0"
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 111cf1e

Please sign in to comment.