Skip to content

Commit

Permalink
Merge pull request #21 from memechan-gg/feature/1.0.34-to-main
Browse files Browse the repository at this point in the history
Feature/1.0.34 to main
  • Loading branch information
avernikoz authored May 22, 2024
2 parents e79a1ce + 7b78538 commit a3fcbbe
Show file tree
Hide file tree
Showing 27 changed files with 1,429 additions and 955 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,6 @@ dist
.yarn/build-state.yml
.yarn/install-state.gz
.pnp.*

# Webstorm
.idea
2 changes: 1 addition & 1 deletion codegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@avernikoz/memechan-ts-interface",
"version": "1.0.18",
"version": "1.0.34",
"author": "aldrin-labs (@0xxgen, @comradekoval)",
"license": "private",
"private": false,
Expand Down
14 changes: 8 additions & 6 deletions interest/clamm/Move.lock
Original file line number Diff line number Diff line change
@@ -1,29 +1,31 @@
# @generated by Move, please check-in and do not edit manually.

[move]
version = 1
manifest_digest = "6E06759A69FA912A94B8C720B397F363F1BCF7A0D575A6C8505678A52E70EAF0"
deps_digest = "3C4103934B1E040BB6B23F1D610B4EF9F2F1166A50A104EADCF77467C004C600"
version = 0
manifest_digest = "2474853B4B26F5E59C794B83920449CE83441C809FAD7C4D8558EE66991ACE29"
deps_digest = "060AD7E57DFB13104F21BE5F5C3759D03F0553FC3229247D9A7A6B45F50D03A3"

dependencies = [
{ name = "MoveStdlib" },
{ name = "Sui" },
{ name = "SuiTears" },
]

[[move.package]]
name = "MoveStdlib"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "mainnet-v1.22.0", subdir = "crates/sui-framework/packages/move-stdlib" }
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/mainnet", subdir = "crates/sui-framework/packages/move-stdlib" }

[[move.package]]
name = "Sui"
source = { git = "https://github.com/MystenLabs/sui.git", rev = "mainnet-v1.22.0", subdir = "crates/sui-framework/packages/sui-framework" }
source = { git = "https://github.com/MystenLabs/sui.git", rev = "framework/mainnet", subdir = "crates/sui-framework/packages/sui-framework" }

dependencies = [
{ name = "MoveStdlib" },
]

[[move.package]]
name = "SuiTears"
source = { local = "../suitears" }
source = { git = "https://github.com/interest-protocol/suitears.git", rev = "mainnet-1.0.0-beta", subdir = "contracts" }

dependencies = [
{ name = "MoveStdlib" },
Expand Down
6 changes: 3 additions & 3 deletions interest/clamm/Move.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ name = "CLAMM"
edition = "2024.beta"
license = "MIT"
authors = ["Jose Cerqueira (jose@interestprotocol.com)"]
version = "2.0.1-alpha"
published-at = "0x9641311c4442a1464941ed2898b8466820a6313082f271906fb1d0cb3be18c65"
version = "4.0.0-alpha"
published-at = "0x429dbf2fc849c0b4146db09af38c104ae7a3ed746baf835fa57fee27fa5ff382"

[dependencies]
Sui = { git = "https://github.com/MystenLabs/sui.git", subdir = "crates/sui-framework/packages/sui-framework", rev = "mainnet-v1.22.0" }
SuiTears = { local = "../suitears" }

[addresses]
clamm = "0x9641311c4442a1464941ed2898b8466820a6313082f271906fb1d0cb3be18c65"
clamm = "0x429dbf2fc849c0b4146db09af38c104ae7a3ed746baf835fa57fee27fa5ff382"
std = "0x1"
sui = "0x2"
suitears = "0x7ba65fa88ed4026304b7f95ee86f96f8169170efe84b56d465b4fe305e2486cb"
Loading

0 comments on commit a3fcbbe

Please sign in to comment.