Complete reference for blockchain networks supported by IDX, including chain enums, IDs, and usage in triggers and evaluation
Chains.EnumName
), and the chain ID for direct reference:
For more information on setting up triggers and working with different chains, see the IDX Framework documentation.
chainContract
function with the corresponding chain enum. This function takes a chain enum and contract address to create triggers for specific smart contracts:
.withStartBlock()
, .withEndBlock()
, and .withBlockRange()
methods:
sim listeners evaluate
command with the --chain-id
parameter to test your listeners on specific chains:
--chain-id
parameter, the evaluation will run across all chains that your triggers are configured for:
sim listeners evaluate
command, visit the CLI documentation page to learn more.