-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: swap and burn. * wip: swap and burn. * fix: swap msg and integration test denoms. * feature: distribution configuration.
- Loading branch information
1 parent
47579da
commit 56c8ed7
Showing
6 changed files
with
162 additions
and
25 deletions.
There are no files selected for viewing
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,5 +1,3 @@ | ||
![Build & Tests](https://github.com/Local-Terra/localterra-contracts/actions/workflows/rust.yml/badge.svg) | ||
# Local Money Smart Contracts | ||
|
||
# LocalTerra Smart Contracts | ||
|
||
CosmWasm Smart Contracts for LocalTerra marketplace. | ||
CosmWasm Smart Contracts for Local Money P2P Marketplace. |
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,4 @@ | ||
pub const OFFERS_KEY: &str = "offers"; | ||
pub const REQUEST_TIMEOUT: u64 = 20 * 60; // 20 mins | ||
pub const FUNDING_TIMEOUT: u64 = 140 * 60; // 2hrs 20 mins | ||
pub const LOCAL_TERRA_FEE: u128 = 100; | ||
pub const WARCHEST_FEE: u128 = 0; | ||
pub const ARBITRATOR_FEE: u128 = 10; | ||
pub const LOCAL_FEE: u128 = 100; |
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
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