Skip to content

Commit

Permalink
sample config
Browse files Browse the repository at this point in the history
  • Loading branch information
boojamya committed Feb 20, 2024
1 parent 31c25e9 commit a8c2d83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/sample-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ chains:

block-queue-channel-size: 1000000 # 1000000 is a safe default, increase number if starting from a very early block

min-mint-amount: 0
min-mint-amount: 0 # minamum transaction amount needed for relayer to broadcast the MsgReceive/burn for this chain. IE. if this chain is the destintation chain

minter-private-key: # hex encoded privateKey

Expand All @@ -31,7 +31,7 @@ chains:
broadcast-retries: 5 # number of times to attempt the broadcast
broadcast-retry-interval: 10 # time between retries in seconds

min-mint-amount: 10000000
min-mint-amount: 10000000 # (10000000 = $10) minamum transaction amount needed for relayer to broadcast the MsgReceive/burn for this chain. IE. if this chain is the destintation chain

minter-private-key: # private key

Expand Down

0 comments on commit a8c2d83

Please sign in to comment.