Skip to content

Commit

Permalink
feat: add polygon, fraxtal
Browse files Browse the repository at this point in the history
  • Loading branch information
dvilelaf committed Aug 2, 2024
1 parent 776bcaa commit b31d641
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions packages/valory/connections/ledger/connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,20 @@ config:
gas_price_strategies: *id001
is_gas_estimation_enabled: true
poa_chain: false
polygon:
address: http://127.0.0.1:8545
chain_id: 137
default_gas_price_strategy: eip1559
gas_price_strategies: *id001
is_gas_estimation_enabled: true
poa_chain: false
fraxtal:
address: http://127.0.0.1:8545
chain_id: 252
default_gas_price_strategy: eip1559
gas_price_strategies: *id001
is_gas_estimation_enabled: true
poa_chain: false
retry_attempts: 240
retry_timeout: 3
excluded_protocols: []
Expand Down

0 comments on commit b31d641

Please sign in to comment.