@@ -7,7 +7,7 @@ license: Apache-2.0
77fingerprint :
88 README.md : bafybeihppqns2lwn5vehtqh2wu4tjyf76dbzxc26nlfws4sc5hcbjbalma
99fingerprint_ignore_patterns : []
10- agent : valory/mech:0.1.0:bafybeicfqd6xfc36rmskh6edl445lyxucwrhpt5fnk5digtypcjxkyjl34
10+ agent : valory/mech:0.1.0:bafybeidxlgugzsyu6jhfhe7ub4m5xlpt6ec5hxqd2bkoopni54qn3hwpce
1111number_of_agents : 4
1212deployment :
1313 agent :
@@ -281,6 +281,11 @@ type: connection
281281 chain_id : ${GNOSIS_LEDGER_CHAIN_ID:int:100}
282282 poa_chain : ${GNOSIS_LEDGER_IS_POA_CHAIN:bool:false}
283283 default_gas_price_strategy : ${GNOSIS_LEDGER_PRICING:str:eip1559}
284+ polygon :
285+ address : ${POLYGON_LEDGER_RPC_0:str:http://host.docker.internal:8545}
286+ chain_id : ${POLYGON_LEDGER_CHAIN_ID:int:137}
287+ poa_chain : ${POLYGON_LEDGER_IS_POA_CHAIN:bool:true}
288+ default_gas_price_strategy : ${POLYGON_LEDGER_PRICING:str:eip1559_polygon}
2842891 :
285290 config :
286291 ledger_apis :
@@ -294,6 +299,11 @@ type: connection
294299 chain_id : ${GNOSIS_LEDGER_CHAIN_ID:int:100}
295300 poa_chain : ${GNOSIS_LEDGER_IS_POA_CHAIN:bool:false}
296301 default_gas_price_strategy : ${GNOSIS_LEDGER_PRICING:str:eip1559}
302+ polygon :
303+ address : ${POLYGON_LEDGER_RPC_1:str:http://host.docker.internal:8545}
304+ chain_id : ${POLYGON_LEDGER_CHAIN_ID:int:137}
305+ poa_chain : ${POLYGON_LEDGER_IS_POA_CHAIN:bool:true}
306+ default_gas_price_strategy : ${POLYGON_LEDGER_PRICING:str:eip1559_polygon}
2973072 :
298308 config :
299309 ledger_apis :
@@ -307,6 +317,11 @@ type: connection
307317 chain_id : ${GNOSIS_LEDGER_CHAIN_ID:int:100}
308318 poa_chain : ${GNOSIS_LEDGER_IS_POA_CHAIN:bool:false}
309319 default_gas_price_strategy : ${GNOSIS_LEDGER_PRICING:str:eip1559}
320+ polygon :
321+ address : ${POLYGON_LEDGER_RPC_2:str:http://host.docker.internal:8545}
322+ chain_id : ${POLYGON_LEDGER_CHAIN_ID:int:137}
323+ poa_chain : ${POLYGON_LEDGER_IS_POA_CHAIN:bool:true}
324+ default_gas_price_strategy : ${POLYGON_LEDGER_PRICING:str:eip1559_polygon}
3103253 :
311326 config :
312327 ledger_apis :
@@ -320,6 +335,11 @@ type: connection
320335 chain_id : ${GNOSIS_LEDGER_CHAIN_ID:int:100}
321336 poa_chain : ${GNOSIS_LEDGER_IS_POA_CHAIN:bool:false}
322337 default_gas_price_strategy : ${GNOSIS_LEDGER_PRICING:str:eip1559}
338+ polygon :
339+ address : ${POLYGON_LEDGER_RPC_3:str:http://host.docker.internal:8545}
340+ chain_id : ${POLYGON_LEDGER_CHAIN_ID:int:137}
341+ poa_chain : ${POLYGON_LEDGER_IS_POA_CHAIN:bool:true}
342+ default_gas_price_strategy : ${POLYGON_LEDGER_PRICING:str:eip1559_polygon}
323343---
324344public_id : valory/p2p_libp2p_client:0.1.0
325345type : connection
0 commit comments