Skip to content

Commit

Permalink
chore: Fix config.example.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
jsanmigimeno committed Jul 25, 2024
1 parent 8176c0a commit 059d219
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ chains:
- chainId: 11155420
name: 'OP Sepolia'
rpc: 'https://sepolia.optimism.io'
resolver: 'op-sepolia'
resolver: 'optimism-sepolia'
pricing:
gasCoinId: 'ethereum' # coin-gecko pricing provider specific configuration
wormhole:
Expand Down Expand Up @@ -163,7 +163,7 @@ chains:
rpc: "https://arbitrum-sepolia-rpc.publicnode.com"
resolver: 'arbitrum'
pricing:
coinId: 'ethereum' # coin-gecko pricing provider specific configuration
gasCoinId: 'ethereum' # coin-gecko pricing provider specific configuration
monitor:
blockDelay: 5
interval: 2000
Expand All @@ -183,7 +183,7 @@ chains:
name: 'Sei Devnet'
rpc: 'https://evm-rpc-arctic-1.sei-apis.com'
pricing:
coinId: 'sei-network' # coin-gecko pricing provider specific configuration
gasCoinId: 'sei-network' # coin-gecko pricing provider specific configuration
monitor:
interval: 2000
blockDelay: 10
Expand Down

0 comments on commit 059d219

Please sign in to comment.