Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Team-Kujira/networks
Browse files Browse the repository at this point in the history
  • Loading branch information
codehans committed Jun 28, 2022
2 parents cda0e8f + 166bd99 commit 984461c
Show file tree
Hide file tree
Showing 36 changed files with 315 additions and 0 deletions.
100 changes: 100 additions & 0 deletions mainnet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
# Kujira Mainnet Gentx Process
#### Quick Links
Genesis: TBA

Git tag: TBA

Block explorer: **coming soon**

Seeds: TBA

#### Hardware Requirements
Here are the minimal hardware configs required for running a validator/sentry node
- 32GB RAM
- 4vCPUs
- 500GB SSD NVME

#### Software Requirements
- Ubuntu 20.04 or higher
- [Go v1.8](https://golang.org/doc/install)

### Installation Steps
#### 1. Basic Packages
```bash:
# update the local package list and install any available upgrades
sudo apt-get update && sudo apt upgrade -y
# install toolchain and ensure accurate time synchronization
sudo apt-get install make build-essential gcc git jq chrony -y
```

#### 2. Install Go
Follow the instructions [here](https://golang.org/doc/install) to install Go.

Alternatively, for Ubuntu LTS, you can do:
```bash:
wget https://golang.org/dl/go1.18.2.linux-amd64.tar.gz
sudo tar -C /usr/local -xzf go1.18.2.linux-amd64.tar.gz
```

Unless you want to configure in a non standard way, then set these in the `.profile` in the user's home (i.e. `~/`) folder.

```bash:
cat <<EOF >> ~/.profile
export GOROOT=/usr/local/go
export GOPATH=$HOME/go
export GO111MODULE=on
export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin
EOF
source ~/.profile
go version
```
Output should be: `go version go1.8.2 linux/amd64`

#### 3. Install Daemon from source
```bash:
git clone https://github.com/Team-Kujira/core.git
cd core
make install
```

### Create Gentx
#### 1. Init chain
```bash:
kujirad init <moniker-name> --chain-id kaiyo-1
```

#### 2. Add/recover keys
```bash:
# To create new keypair - make sure you save the mnemonics!
kujirad keys add <key-name>
# Restore existing kujira wallet with mnemonic seed phrase.
# You will be prompted to enter mnemonic seed.
kujirad keys add <key-name> --recover
```

##### 3. Add genesis account:
```
kujirad add-genesis-account <wallet-address> 100000000ukuji
```

##### 4. Create Gentx
```
kujirad gentx <key-name> 99000000ukuji \
--chain-id kaiyo-1 \
--moniker="<moniker>" \
--commission-max-change-rate=0.01 \
--commission-max-rate=0.20 \
--commission-rate=0.05 \
--details="XXXXXXXX" \
--security-contact="XXXXXXXX" \
--website="XXXXXXXX"
```

### Submit PR with Gentx
1. Copy the contents of ${HOME}/.kujirad/config/gentx/gentx-XXXXXXXX.json.
2. Fork https://github.com/Team-Kujira/networks
3. Create a file gentx-{{VALIDATOR_NAME}}.json under the `networks/mainnet/gentx` folder in the forked repo, paste the copied text into the file.
4. Create a Pull Request to the main branch of the repository

### Await further instructions!
1 change: 1 addition & 0 deletions mainnet/gentx/Highlander-Chaintools-gentx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Highlander-Chaintools","identity":"A3D7C36FA55681A2","website":"http://www.chaintools.tech","security_contact":"[email protected]","details":"Chaintools. Pro validator for the interchain"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1rgt2ejrjzyaw36h6f5jdzdkrt422kf2nkau7pp","validator_address":"kujiravaloper1rgt2ejrjzyaw36h6f5jdzdkrt422kf2n3g0daw","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"H0MQlNGrMjuAIcddaQT4VjO+21UXoZ8ffIHcnx1hSOQ="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AhOZIMq+WskL2PdREehdTujrawna8X4k8FDbb9/rLRuj"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["6nJfqLX1Tf57YH4GBdMfTSVaDMnaZ0ZT67RyKtmFJosRHZvfOj9zKu31/5z5bLVZV0dA7Dk5mEceWLb8kJTXLA=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-3tekos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"3Tekos","identity":"2856A1B148985E19","website":"https://3tekos.fr","security_contact":"[email protected]","details":"Validateur et Relayeur de l'écosystème COSMOS 🤗 #IBCGANG"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1vmmlphwck04khtwj69ghuewux5hrmvwwlqzpz3","validator_address":"kujiravaloper1vmmlphwck04khtwj69ghuewux5hrmvwwc43j77","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"i3uGsmwVg/2NDfMjCmsh+NUYPd7eNANwf6p+x1USZqw="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"An4TqSPqpaC0WQt05I0MgCAo2omf/+kDA0nfaMWnc4/v"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["II1zprgiyZndAMgYAMvGsCPArLN+Q0AuidmxsIFwyFElTadB/WzSYW+cw2h4bDvT8+8hOyTQnkH4c3y+v8L+Hg=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-AMSolutions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"AM Solutions 🐋","identity":"5A1DB2A1F7B6A66F","website":"https://www.theamsolutions.info","security_contact":"[email protected]","details":"The most important is - reliability."},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1ly6xufjfuylky42ggcf79nvw5jmqzlkg8p7sv8","validator_address":"kujiravaloper1ly6xufjfuylky42ggcf79nvw5jmqzlkgq5drsg","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"tsIHCujRZB6V1xuHC5sn5kRVapfpN2NOqu16soJxags="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AtG6yPHuOsex/R5LCSXm4dd7d+oInv7pTWi/VzFRLLgd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["pObe/FEcEguwUEIhvTp/KfYZor6ZijUwmFSgrnqNuntxwUR7FeVGlwlwaDg/yz7As5KaPyDwYCtylytTJkJgfw=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-CAPAPULT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"CAPAPULT","identity":"","website":"http://kuji.capapult.finance","security_contact":"[email protected]","details":"Capapult on the kujira network"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira102frec6yzjpglsey8j94hl8kpa6yx4kw6n6esf","validator_address":"kujiravaloper102frec6yzjpglsey8j94hl8kpa6yx4kwaxf2vx","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"VXiwdJsEyayyID6D/j49NJgblp6NSlsoW48MCYMgmhw="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"A0axupJ/2CjTOUmS1X2kz0OQt4WjemokUAoikOCwEytm"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["eFzPOYxWK33iv0RwTCrih8wfaNOf2wlWkGttiXZ2kIkH/je+BCdopIOjFPX4KYDDpc54qZc2zZ1XJ/DjsyrZ9g=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-Capybara_Labs.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Capybara Labs | Kujira Validator","identity":"C07BCA240F8C9E18","website":"https://twitter.com/Capybara_Labs","security_contact":"[email protected]","details":"Kujira validator node run by Capybara Labs"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira10x9gykujqmhjyx0g9rnm63ee5pm0fpngq0xc0t","validator_address":"kujiravaloper10x9gykujqmhjyx0g9rnm63ee5pm0fpng864tny","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"QYQzwdv4E0orkcP+/Uvt7VNNs0fEql1Cv8cCnvjA07Y="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AmvbEiLC2mGWstlIO8DjJ5i+/zssgLXpvDpok2/yNlnN"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["VNbrxV4EoXZbQpp41PW/e5Vf2ZTgm7CTXIamLGD/kKFOmtzIA129yHeztVvXWpVsEcEiXtP3FOO6xUyhQwzgSg=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-Cros-nest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Cros-nest","identity":"5F1D6AC7EA588676","website":"https://www.cros-nest.com","security_contact":"[email protected]","details":"We operate state-of-the-art distributed and redundant validator and IBC relayer infrastructure for Proof of Stake blockchains."},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1pshqems6hdka48gc56r2ykshyaarkt40s2usrc","validator_address":"kujiravaloper1pshqems6hdka48gc56r2ykshyaarkt40hl0rlh","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"smai9qKfdjjhSivusqffm6wDO8DJl71o4tRc0GnsJvA="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"Ag06GXUg3Qzhy1oGGxToISEpRiZxHPj8/cUsQPhbhNRR"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["ls9mQmrfFQ89ytXvJ33xl5elYM/nrokZONAzevAwMUcB1dnLmGauri9pD4z/yW9a0fgys9jAOg9RvM+C2nqQ1w=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-CryptoChemistry.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Crypto Chemistry","identity":"969E99E6E4DD9BD5","website":"https://cryptochemistry.webflow.io/","security_contact":"[email protected]","details":"Crypto Chemistry aims to decentralize and provide security \u0026 stability to the DPoS Networks we validate. We are active in the communities we operate in \u0026 participate in governance to ensure proper representation."},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1tfknxt857r4lm8eh2py5n3yq00t3mq5eerh6qs","validator_address":"kujiravaloper1tfknxt857r4lm8eh2py5n3yq00t3mq5e7kyful","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"6/YzfTb3gBknmys24USMiTkUBnVpzmEa9a7OC8alQTM="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AtrKQ53g5K++h/vXPwP9x1FfphQuIT/gRYn/pOGABBOJ"},"mode_info":{"single":{"mode":"SIGN_MODE_LEGACY_AMINO_JSON"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["6fR9pl9lDezV128Oc8CzGp3LfcJaPn+VLt0AjbXTksUyUiNF3CCGuFBAsy6Hwax1pLF6stuh6hAtn0CUvLjiTQ=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-FreshKujira.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"FreshKujira","identity":"","website":"https://github.com/freshe4qa","security_contact":"[email protected]","details":"I am a validator in various projects"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1l5s7cwvllu5ve30wvajv8ssnee99kpu5g2etvz","validator_address":"kujiravaloper1l5s7cwvllu5ve30wvajv8ssnee99kpu50l2csd","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"278hmd7UzEINzjNe/S5XDA68U3Sz/dgVnF3VgEh5r/c="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AxWGCWuRrC0mBJDvpUxEX+Xh/ajN9IjK3zKpDQbHe2cZ"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["Zx96bsK2vfXtDvuS8uijfH83UemBfrOKHXwF43y/zbkX8HpQ1LG3/mzUmn0Du7djFw2jOqpvehS6YXvR23kfdg=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-Nodeist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Nodeist","identity":"C6A8BDD24F8EA6F5","website":"https://nodeist.site","security_contact":"","details":"Professional node running, best uptime, low fees"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira13vyvwfc5es7wx723z5j0xtgagy4k42s60g9r63","validator_address":"kujiravaloper13vyvwfc5es7wx723z5j0xtgagy4k42s6gaksx7","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"HWQx+/aF3AXcLv3BcB4OcZuvHZN15SRmz6EfJvLHkAs="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AkgvB2xjbC+oJKrEtWI9ZiJUnqEAhLqf18OKZMvyOdKj"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["oS3Ih4QqfHytYyeC49/8u9sRKiwHDWfdQT9PKlvip1xYM5nv/StjsedPsfdUfw0hODDnyxLaKDyo16npbPj7pg=="]}
61 changes: 61 additions & 0 deletions mainnet/gentx/gentx-OceanUnicorn.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Ocean Unicorn 🦄",
"identity": "0007F983C36A1D5D",
"website": "https://www.Ocean-Unicorn.com",
"security_contact": ":",
"details": " Dipping our toes in the Kaiyo 🌊 "
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.100000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "kujira13a7nfkyya72lwvawenuerw8dwhw0c77vrv24rk",
"validator_address": "kujiravaloper13a7nfkyya72lwvawenuerw8dwhw0c77vyeexle",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "Ijoo0XTPd1QmTOYehb9e9eRuQTDK7A/IrTeYhxeo1R4="
},
"value": {
"denom": "ukuji",
"amount": "99000000"
}
}
],
"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": "An0VPv6ZBOxqYHVibscZvAHlwD7hpQ0Jj0KK7X2t/9K1"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"0WcmGFGe2OjcZxN9WQ7o7q52NbhzKAHwExSiCs1bivBHxuRLPHBNSZ/0zgHv8Pu/wL1pc95AkR25SkiRla+u8A=="
]
}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-OtterSync.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"OtterSync","identity":"DA0FA424D0059E3D","website":"https://ottersync.io","security_contact":"[email protected]","details":""},"commission":{"rate":"0.050000000000000000","max_rate":"0.300000000000000000","max_change_rate":"0.020000000000000000"},"min_self_delegation":"1","delegator_address":"kujira127kcppascxzz2rn9yyjz2vl3dhfga6vfxnmrzu","validator_address":"kujiravaloper127kcppascxzz2rn9yyjz2vl3dhfga6vfpxgs7n","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"HloyJG9YX1cQbiRVAuHmhTKlxwRIkP07PLBEi2P6wD0="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"AuUJjJd7HXLrN3KLMCAt4heDRw444Buj4bupPgsD8Fil"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["NbQZx1xe0pP9UTFM2uprx9eZAYwTSxfO0/ygI7d0/o5yA4NPaGRr0mgB6gJWI4YOUK7fmtQlCRVmELFJ3aCnhA=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-Prusher.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Prusher","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira17v0l9txuac4m37ml6hwr5zypqhrwfjrt8k47ys","validator_address":"kujiravaloper17v0l9txuac4m37ml6hwr5zypqhrwfjrtqrxdcl","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"gOxtgR194BYK6/E5X32zwn53/kBP5Ex/mtq/sA9o8fY="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"Aw4j8n8vehJP9/nv3OXnLj5kD59qPCnTD8hOdmO8MoRI"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["Su6zmmFDPHms0aEuKfH2J6JH7KifZpdUIo3reWBqyURtoIbzPzCUuD82BNwOaYSLFxkw7o/7f3i5p3x+L+w42Q=="]}
1 change: 1 addition & 0 deletions mainnet/gentx/gentx-Seoul_Forest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Seoul Forest","identity":"","website":"https://t.me/kujiraKorea","security_contact":"[email protected]","details":"Operating korean unofficial announcement channel (https://t.me/kujiraKorea). Technical problems can cause a momentary stop, I want to be part of the long-term goal of the Kujira team and the only validator that will be operated last. 🐋"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"kujira1ewcnz9w06u0xpqh9varg87rwnu4hy763mf43xy","validator_address":"kujiravaloper1ewcnz9w06u0xpqh9varg87rwnu4hy763uuxz6t","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"nyHx4OZ1abq7gfoZcezHiBZaMxdjiGd4xMjJVw98KRY="},"value":{"denom":"ukuji","amount":"99000000"}}],"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":"A0wVn1WLrgwpEUfmz+fb5BLC1NZS6PWATLasP9f7zR0k"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""}},"signatures":["pbdJJgYTnx2BSmj/O6HsiXzxhWq3OdCzTcG6cX5XrvAQsJErNUjZLXWILmzIiyqq7bHmXTBd+9DHHMoFzUV+qA=="]}
Loading

0 comments on commit 984461c

Please sign in to comment.