forked from larry0x/steak
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
3.0.16: add feature to change base denom.
add archway
- Loading branch information
1 parent
432c0b2
commit def0b49
Showing
11 changed files
with
71 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pfc-steak-hub-tf" | ||
version = "3.0.15" | ||
version = "3.0.16" | ||
authors = ["larry <[email protected]>", "PFC <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-or-later" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "pfc-steak-hub" | ||
version = "3.0.15" | ||
version = "3.0.16" | ||
authors = ["larry <[email protected]>", "PFC <[email protected]>"] | ||
edition = "2018" | ||
license = "GPL-3.0-or-later" | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"cw20_code_id": 446, | ||
"owner": "archway1lu92zj8q6cmrptu09rp3343x9969r9qrg72hzj", | ||
"name": "boneARCH Token", | ||
"symbol": "boneARCH", | ||
"decimals": 18, | ||
"epoch_period": 259200, | ||
"unbond_period": 1814400, | ||
"validators": [ | ||
"archwayvaloper1cz6unq70w0sdm2gwghv8m4uqmhwxz5x4adam88" | ||
], | ||
"denom": "aarch", | ||
"fee_account": "archway1pzjprqczpn0fvn5kvqzs74mggg4539rt2vpmp07ffp3pufp6cc3qqmhdg3", | ||
"fee_amount": "0.10", | ||
"max_fee_amount": "0.10", | ||
"fee_account_type": "FeeSplit", | ||
"label": "boneARCH", | ||
"marketing": { | ||
"project": "https://backbonelabs.io", | ||
"description": "The GraveDigger is the Liquid Staking Product of BackBone Labs. It's liquid staking derivative (LSD) is boneARCH.", | ||
"marketing": "archway1lu92zj8q6cmrptu09rp3343x9969r9qrg72hzj" | ||
} | ||
} |
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 = "pfc-steak" | ||
version = "3.0.15" | ||
version = "3.0.16" | ||
authors = ["larry <[email protected]>", "PFC <[email protected]>"] | ||
edition = "2018" | ||
description = "Liquid steaking protocol for the cosmos" | ||
|
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