You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/pages/developers/network/relayer.mdx
+5
Original file line number
Diff line number
Diff line change
@@ -364,6 +364,11 @@ consensus_state_id = "PARA"
364
364
# This exists for testing and development,
365
365
# misuse can cause the rpc to be overloaded with queries
366
366
# initial_height = 1000
367
+
# (Optional)
368
+
# This provides the relayer with the precision for the fee token on this substrate chain
369
+
# Needed for ensuring correct delivery fee estimation
370
+
# It defaults to 6 which is the decimal for USDC and USDT on Polkadot parachains
371
+
# fee_token_decimals = 6
367
372
```
368
373
369
374
It is optional to provide the configuration option for any of the connected chains, The only consequence is your relayer will not deliver requests from the ommitted chain as it has no way of querying the associated fees for requests originating from this chain.
0 commit comments