Skip to content

Commit

Permalink
Merge pull request #414 from llPorZall/master
Browse files Browse the repository at this point in the history
Gentx ContributionDAO and peer
  • Loading branch information
liamsi authored Oct 24, 2023
2 parents 3594a56 + 821ab68 commit 43493c2
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
62 changes: 62 additions & 0 deletions celestia/gentx/gentx-ContributionDAO.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "ContributionDAO",
"identity": "3034BD2560DD86B4",
"website": "https://contributiondao.com",
"security_contact": "",
"details": "Bootstrapping Quality Talents and Onboarding Users to the Projects for making opportunities in Web 3.0 accessible to everyone."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia17srrapx2cvqyyy4rg3menq0hn86py8f3nqmxpe",
"validator_address": "celestiavaloper17srrapx2cvqyyy4rg3menq0hn86py8f3klelhl",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "iM+kGBPIpJ8wxzqSOYrVROydaUQs5AO+Zp4NjanHPg0="
},
"value": {
"denom": "utia",
"amount": "60000000000"
}
}
],
"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": "A8iA80p1wjchPdXYXQ2c5jV/7e/U/9Vf3yXnJzgqRUoN"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"ESTEmLIJIzFhCrttczelyjZp6tEyDBxrkUPni4elHyxE3K00a2sI4145PRmx50KAFcNCdc9OSOxDSuhauN1dvQ=="
]
}
1 change: 1 addition & 0 deletions celestia/peers.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[email protected]:26656
[email protected]:26656
[email protected]:26656
[email protected]:26656
Expand Down

0 comments on commit 43493c2

Please sign in to comment.