Skip to content

Commit

Permalink
Added my validator to Namada Mainnet Genesis
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Sep 26, 2024
1 parent efdf625 commit f0ff10d
Showing 1 changed file with 52 additions and 0 deletions.
52 changes: 52 additions & 0 deletions genesis/transactions.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,55 @@
# adding transaction for Clorophilla

[[established_account]]
vp = "vp_user"
threshold = 1
public_keys = ["tpknam1qp6h7twtyk2zq8rt7590ntun0nnj9rehm6jge38vly4mp6l7rhrz2k9t5ky"]

[[validator_account]]
address = "tnam1qymaj7ac574c56t8x58mgwl20ztxaeh22ctcpcdy"
vp = "vp_user"
commission_rate = "0.05"
max_commission_rate_change = "0.01"
net_address = "48.217.34.55:26656"
consensus_key = "tpknam1qplz75tpzf796ag9t8hrsha3lmvmhngduwm22exsfp637pwvm3z56jf4smc"
protocol_key = "tpknam1qph5ghs6raflzn6spqph83lfkds3jf2d4lfm3tjpgnn6ylrd8d8fzeqsp8j"
tendermint_node_key = "tpknam1qz3zs0pcrvhd46karhv75awffnkcfs4e8hgp827ukyt93sxc4ttkqn2xunv"
eth_hot_key = "tpknam1qyprd66uzqxtekr33gwpgarynf5mxxratffnck6ltwkrjfgymmfuncc46an8y"
eth_cold_key = "tpknam1qyp4ustw8dr2c687m4nx9nvccvsjw3gdsxujgxjkrkt0vg5txcavk3cxwr6ky"

[validator_account.metadata]
email = "[email protected]"
description = "Clorophilla"
name = "Clorophilla"

[[validator_account]]
address = "tnam1qymaj7ac574c56t8x58mgwl20ztxaeh22ctcpcdy"
vp = "vp_user"
commission_rate = "0.05"
max_commission_rate_change = "0.01"
net_address = "48.217.34.55:26656"
consensus_key = "tpknam1qzqmska5ylqz2lvfczfmr93gj4qqyu66e6hveenpjlgseuq9s7w25fk3xt9"
protocol_key = "tpknam1qrtr52trj62e2nzlj5tel9vz92xv2ke595ylhm4cggdjk83gjr76g04czsq"
tendermint_node_key = "tpknam1qrz7a05exxacjdvh0wag8f9pqr4wvcrel3ya9m8dkvj434j68gya27ktfhu"
eth_hot_key = "tpknam1qypx0rfukg3t093mqvpk7ze5q0nq77w7jaqqfz7fpkznl4z7f24fljguef269"
eth_cold_key = "tpknam1qype4sw2ay5zs3986ut3m3ykwtgymupfr0mghtfpy9xsvzlh0mvurgqmw29jx"

[validator_account.metadata]
email = "[email protected]\nVALIDATOR_NAME=“Clorophilla"
description = ""
name = "“Clorophilla # This is optional\nSELF_BOND_AMOUNT=1000000 # Set this to the amount of NAM you want to self-bond. This must be less than or equal to the amount of NAM allocated to the pre-genesis keys in the that was published by the network coordinator.\nVALIDATOR_ALIAS=“validator"

[[bond]]
source = "tnam1qymaj7ac574c56t8x58mgwl20ztxaeh22ctcpcdy"
validator = "tnam1qymaj7ac574c56t8x58mgwl20ztxaeh22ctcpcdy"
amount = "10"

[[bond]]
source = "tnam1qymaj7ac574c56t8x58mgwl20ztxaeh22ctcpcdy"
validator = "tnam1qymaj7ac574c56t8x58mgwl20ztxaeh22ctcpcdy"
amount = "10"


# adding transaction for tecnodes-network-validator

[[established_account]]
Expand Down

0 comments on commit f0ff10d

Please sign in to comment.