Skip to content

Commit

Permalink
fix: Add missing 'resolvers' configuration to config.example.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jun 28, 2024
1 parent 0fe331d commit 1559904
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ chains:
- chainId: 11155420
name: 'OP Sepolia'
rpc: 'https://sepolia.optimism.io'
resolver: 'op-sepolia'
pricing:
coinId: 'ethereum' # coin-gecko pricing provider specific configuration
wormhole:
Expand All @@ -130,6 +131,7 @@ chains:
- chainId: 84532
name: 'Base Sepolia'
rpc: 'https://sepolia.base.org'
resolver: 'base-sepolia'
pricing:
coinId: 'ethereum' # coin-gecko pricing provider specific configuration
wormhole:
Expand All @@ -150,9 +152,9 @@ chains:
- chainId: 421614
name: "Arbitrum Sepolia"
rpc: "https://arbitrum-sepolia-rpc.publicnode.com"
resolver: 'arbitrum'
pricing:
coinId: 'ethereum' # coin-gecko pricing provider specific configuration
resolver: 'arbitrum'
monitor:
blockDelay: 5
interval: 2000
Expand Down

0 comments on commit 1559904

Please sign in to comment.