Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
adamewozniak committed Jul 18, 2024
1 parent dc1fe6d commit 95e6f48
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion relayer/relayer.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,15 @@ interval = "24h"
deviation = "0.05"
destination = "Arbitrum"
contract = "0x001"
tokens = "100ibc/xyz"

# These are the assets we want to periodically push:
[[assets]]
denom = "BTC"
[[assets]]
denom = "ETH"

# This struct is used to estimate the gas prices to pay axelar
[axelar_gas]
denom = "ibc/xyz"
multiplier = "1.2"
default = "1000000"

0 comments on commit 95e6f48

Please sign in to comment.