-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
53 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fee-distributor-mock" | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Kerber0x <[email protected]>"] | ||
edition = "2021" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fee_collector" | ||
version = "1.1.5" | ||
version = "1.1.6" | ||
authors = ["Kerber0x <[email protected]>"] | ||
edition.workspace = true | ||
description = "Contract to collect the fees accrued by the pools and vaults in the liquidity hub" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "fee_distributor" | ||
version = "0.9.2" | ||
version = "0.9.3" | ||
authors = ["Kerber0x <[email protected]>"] | ||
edition.workspace = true | ||
description = "Contract to distribute the fees collected by the Fee Collector." | ||
|
2 changes: 1 addition & 1 deletion
2
contracts/liquidity_hub/pool-network/frontend_helper/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "frontend-helper" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
authors = ["kaimen-sano <[email protected]>"] | ||
edition.workspace = true | ||
description = "A helper contract to pair the pool network to the incentive contracts" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "incentive" | ||
version = "1.0.6" | ||
version = "1.0.7" | ||
authors = ["kaimen-sano <[email protected]>"] | ||
edition.workspace = true | ||
description = "An incentive manager for an LP token" | ||
|
2 changes: 1 addition & 1 deletion
2
contracts/liquidity_hub/pool-network/incentive_factory/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "incentive-factory" | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
authors = ["kaimen-sano <[email protected]>"] | ||
edition.workspace = true | ||
description = "The incentive factory to create all incentives" | ||
|
2 changes: 1 addition & 1 deletion
2
contracts/liquidity_hub/pool-network/stableswap_3pool/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "stableswap-3pool" | ||
version = "1.2.4" | ||
version = "1.2.5" | ||
authors = ["Adam J. Weigold <[email protected]>"] | ||
edition.workspace = true | ||
license.workspace = true | ||
|
2 changes: 1 addition & 1 deletion
2
contracts/liquidity_hub/pool-network/terraswap_factory/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
contracts/liquidity_hub/pool-network/terraswap_router/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
contracts/liquidity_hub/pool-network/terraswap_token/Cargo.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vault" | ||
version = "1.2.6" | ||
version = "1.2.7" | ||
authors = ["kaimen-sano <[email protected]>"] | ||
edition.workspace = true | ||
description = "Contract to handle a single vault that controls an asset" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vault_factory" | ||
version = "1.1.3" | ||
version = "1.1.4" | ||
authors = [ | ||
"kaimen-sano <[email protected]>, Kerber0x <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "vault_router" | ||
version = "1.1.6" | ||
version = "1.1.7" | ||
authors = [ | ||
"kaimen-sano <[email protected]>, Kerber0x <[email protected]>", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "whale-lair" | ||
version = "0.9.1" | ||
version = "0.9.2" | ||
authors = ["Kerber0x <[email protected]>"] | ||
edition.workspace = true | ||
description = "The Whale Lair is a bonding contract used to bond WHALE LSDs." | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "white-whale-std" | ||
version = "1.1.2" | ||
version = "1.1.3" | ||
edition.workspace = true | ||
authors = [ | ||
"Kerber0x <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "white-whale-testing" | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
edition.workspace = true | ||
authors = ["Kerber0x <[email protected]>"] | ||
description = "Common White Whale types and utils for testing" | ||
|