Skip to content

Commit

Permalink
genesis: lol account
Browse files Browse the repository at this point in the history
  • Loading branch information
failfmi committed Dec 5, 2024
1 parent c41f122 commit 26863ed
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
20 changes: 18 additions & 2 deletions networks/testnets/raspi/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
"pub_key": null,
"account_number": "0",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "eve18p4wl3hss9e9wv264yklyjp700kn8uazvwwxyy",
"pub_key": null,
"account_number": "1",
"sequence": "0"
}
]
},
Expand All @@ -37,6 +44,15 @@
"default_send_enabled": true
},
"balances": [
{
"address": "eve18p4wl3hss9e9wv264yklyjp700kn8uazvwwxyy",
"coins": [
{
"denom": "ueve",
"amount": "100000000000000"
}
]
},
{
"address": "eve16hpk4083nxajqhuc3rh9lvxpw6rz8z60ra3sem",
"coins": [
Expand All @@ -50,7 +66,7 @@
"supply": [
{
"denom": "ueve",
"amount": "100000000000000"
"amount": "200000000000000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -379,4 +395,4 @@
}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"lol","identity":"","website":"","security_contact":"","details":""},"commission":{"rate":"0.420699000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"evevaloper18p4wl3hss9e9wv264yklyjp700kn8uazdxjj9r","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"KvRZdsJqIckq7eqZDZwejabRtqGuaClVAa2zXsjB9Zk="},"value":{"denom":"ueve","amount":"10000000000000"}}],"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":"A/TFoIoCHY57GSzKLKRfq2XwbNujwGmvzXacyIAia4Ab"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["5JOyVCB6br30KDW+uIZaV2pgqFlR+fC5425F9NwUQPwEDpwEtUHYRRBIEOn+BXzDSLx767y2wnL3niLheiPekA=="]}

Check failure

Code scanning / devskim

A token or key was found in source code. If this represents a secret, it should be moved somewhere else. Error test

Do not store tokens or keys in source code.

0 comments on commit 26863ed

Please sign in to comment.