-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #129 from wesraph/add-gentx-projectblanc
Add projectblanc validator
- Loading branch information
Showing
2 changed files
with
67 additions
and
0 deletions.
There are no files selected for viewing
62 changes: 62 additions & 0 deletions
62
networks/testnets/fairyring-testnet-1/gentxs/gentx-projectblanc.json
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,62 @@ | ||
{ | ||
"body": { | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator", | ||
"description": { | ||
"moniker": "projectblanc", | ||
"identity": "project blanc", | ||
"website": "https://projectblanc.ch", | ||
"security_contact": "[email protected]", | ||
"details": "project blanc is an advanced crypto-native research firm working on novel networks to streamline liquidity" | ||
}, | ||
"commission": { | ||
"rate": "0.050000000000000000", | ||
"max_rate": "0.200000000000000000", | ||
"max_change_rate": "0.010000000000000000" | ||
}, | ||
"min_self_delegation": "1", | ||
"delegator_address": "fairy1x0u867tnh00yemxmxf974z56h08tddluz5cv4y", | ||
"validator_address": "fairyvaloper1x0u867tnh00yemxmxf974z56h08tddlue07e3q", | ||
"pubkey": { | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "mJRtX/4aVUX23cVtsRuwdPgz/mpzZ/4Muh9YynyV80w=" | ||
}, | ||
"value": { | ||
"denom": "ufairy", | ||
"amount": "10000000000" | ||
} | ||
} | ||
], | ||
"memo": "[email protected]:26656", | ||
"timeout_height": "0", | ||
"extension_options": [], | ||
"non_critical_extension_options": [] | ||
}, | ||
"auth_info": { | ||
"signer_infos": [ | ||
{ | ||
"public_key": { | ||
"@type": "/cosmos.crypto.secp256k1.PubKey", | ||
"key": "Aymr5QGad9GqV6bQVVjQ+zRl86LMz0MO6cPrG/YLDsA8" | ||
}, | ||
"mode_info": { | ||
"single": { | ||
"mode": "SIGN_MODE_DIRECT" | ||
} | ||
}, | ||
"sequence": "0" | ||
} | ||
], | ||
"fee": { | ||
"amount": [], | ||
"gas_limit": "200000", | ||
"payer": "", | ||
"granter": "" | ||
}, | ||
"tip": null | ||
}, | ||
"signatures": [ | ||
"zXCW9EZCtX+/em7AWgZ1hr+VHSifwSYXyknuG8WdGelmeNIh5P4Mf5JedajZ5rw89BKaonrGF/sBKl55AdQDrA==" | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
networks/testnets/fairyring-testnet-1/peers/peers-projectblanc.json
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,5 @@ | ||
{ | ||
"node_id": "99b3d5ec3a9f14b027e5c8ef7879b4fc5f1b5fb4", | ||
"public_ip": "162.19.70.182", | ||
"port": "26656" | ||
} |