Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gentx ContributionDAO and peer #414

Merged
merged 12 commits into from
Oct 24, 2023
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
Loading