Skip to content

Commit

Permalink
anoma-testnet: config validator-1 to be intent gossiper bootstrap node
Browse files Browse the repository at this point in the history
  • Loading branch information
tzemanovic committed Jan 10, 2022
1 parent f795649 commit b496186
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions src/anoma-testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,8 @@ validator_vp = "vp_user"
staking_reward_vp = "vp_user"
# Public IP:port address
net_address = "54.75.164.59:26656"
# This has to be an alias of one of the established accounts
matchmaker_account = "matchmaker-1"
# A matchmaker WASM program
matchmaker_code = "wasm/mm_token_exch.wasm"
# A transaction WASM code used by the matchmaker
matchmaker_tx = "wasm/tx_from_intent.wasm"
# A bootstrap node is not part of the gossipsub and hence cannot run matchmakers
intent_gossip_bootstrap = true

[validator.validator-2]
# Validator's token balance at genesis.
Expand Down Expand Up @@ -156,9 +152,6 @@ vp = "vp_token"
atest1v4ehgw36gc6yxvpjxccyzvphxycrxw2xxsuyydesxgcnjs3cg9znwv3cxgmnj32yxy6rssf5tcqjm3 = 9223372036854

# Some established accounts present at genesis.
[established.matchmaker-1]
vp = "vp_user"

[established.matchmaker-2]
vp = "vp_user"

Expand Down

0 comments on commit b496186

Please sign in to comment.