Skip to content

Commit 059d219

Browse files
committed
chore: Fix config.example.yaml file
1 parent 8176c0a commit 059d219

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.example.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ chains:
124124
- chainId: 11155420
125125
name: 'OP Sepolia'
126126
rpc: 'https://sepolia.optimism.io'
127-
resolver: 'op-sepolia'
127+
resolver: 'optimism-sepolia'
128128
pricing:
129129
gasCoinId: 'ethereum' # coin-gecko pricing provider specific configuration
130130
wormhole:
@@ -163,7 +163,7 @@ chains:
163163
rpc: "https://arbitrum-sepolia-rpc.publicnode.com"
164164
resolver: 'arbitrum'
165165
pricing:
166-
coinId: 'ethereum' # coin-gecko pricing provider specific configuration
166+
gasCoinId: 'ethereum' # coin-gecko pricing provider specific configuration
167167
monitor:
168168
blockDelay: 5
169169
interval: 2000
@@ -183,7 +183,7 @@ chains:
183183
name: 'Sei Devnet'
184184
rpc: 'https://evm-rpc-arctic-1.sei-apis.com'
185185
pricing:
186-
coinId: 'sei-network' # coin-gecko pricing provider specific configuration
186+
gasCoinId: 'sei-network' # coin-gecko pricing provider specific configuration
187187
monitor:
188188
interval: 2000
189189
blockDelay: 10

0 commit comments

Comments
 (0)