Skip to content

Commit

Permalink
bug: correct genesis implicit addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszjasiuk committed Aug 9, 2023
1 parent 86e95c9 commit ed57adc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
17 changes: 8 additions & 9 deletions e2e/genesis.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@ Christel = "1000000"
"Christel.public_key" = "100"
Daewon = "1000000"
Ester = "1000000"
TestA = "1000"
TestB = "1000"
faucet = "9223372036854"
"faucet.public_key" = "100"
"validator-0.public_key" = "100"
TestA = "1000"
"TestA.public_key" = "1000"
TestB = "1000"
"TestB.public_key" = "1000"

[token.BTC]
address = "atest1v4ehgw36xdzryve5gsc52veeg5cnsv2yx5eygvp38qcrvd29xy6rys6p8yc5xvp4xfpy2v694wgwcp"
Expand All @@ -56,6 +54,7 @@ Bertha = "1000000"
Christel = "1000000"
Daewon = "1000000"
Ester = "1000000"
TestA = "1000000"
faucet = "9223372036854"

[token.ETH]
Expand Down Expand Up @@ -137,15 +136,15 @@ address = "atest1v4ehgw36xaryysfsx5unvve4g5my2vjz89p52sjxxgenzd348yuyyv3hg3pnjs3
vp = "vp_masp"

[implicit.Daewon]
public_key = "002b5b8fda66fb6fc4ef0d86f84b21f250034077effc459fc2403a77a35aa95e3f"

[implicit.Ester]

[established.TestA]
address = "atest1d9khqw36xccyydp3xpznjvzrx3zrq3fexep5y33nxverqdz9xcc5ydeexgm52djrxvuyxsjr44hd2f"

[established.TestB]
address = "atest1d9khqw368qury3phx3prsvp4gezrssenxqmyxwpn8qmrqvpsg4znjdjp8ycry3p3g4p5vd6x66dnmw"
[implicit.TestA]
public_key = "0076a9df923fd0746a17682429ca1a5ff859f066c4be6c0bcdaaadb5f45524ad8a"

[implicit.TestB]
public_key = "000e5a813e23821025d56dd8f578b9bbfe6a215beb9d016807b16c1afb182c8e05"
# Wasm VP definitions

# Implicit VP
Expand Down
2 changes: 1 addition & 1 deletion e2e/start-namada.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ do
done < "$CONFIG"

# Start the chain
"${NAMADA_DIR}/namadan" --chain-id ${CHAIN_ID} --base-dir ${NAMADA_BASE_DIR}/${CHAIN_ID}/setup/validator-0/.namada ledger
NAMADA_LOG=debug "${NAMADA_DIR}/namadan" --chain-id ${CHAIN_ID} --base-dir ${NAMADA_BASE_DIR}/${CHAIN_ID}/setup/validator-0/.namada ledger

0 comments on commit ed57adc

Please sign in to comment.