Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Update readme #56

Merged
merged 3 commits into from
Jul 26, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Fix config.example.yaml file
  • Loading branch information
jsanmigimeno committed Jul 25, 2024
commit 059d219abb0f09e9f9bc947763adbc49009c3ca2
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