Skip to content

Instantly share code, notes, and snippets.

@josemvcerqueira
Last active December 24, 2023 15:23
Show Gist options
  • Select an option

  • Save josemvcerqueira/24c30aeab4bc1b567f10f02a824c262a to your computer and use it in GitHub Desktop.

Select an option

Save josemvcerqueira/24c30aeab4bc1b567f10f02a824c262a to your computer and use it in GitHub Desktop.
SuiTears dependency
[package]
name = "YourPackage"
version = "0.0.1"
[dependencies]
MoveStdlib = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/move-stdlib", rev = "testnet-v1.11.1", override = true }
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "testnet-v1.11.1", override = true }
SuiTears = { git = "https://github.com/interest-protocol/suitears.git", subdir = "contracts", rev = "main" }
[addresses]
your_package = "0x0"
std = "0x1"
sui = "0x2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment