Skip to content

Commit

Permalink
Merge pull request #63 from valory-xyz/fix/price-info
Browse files Browse the repository at this point in the history
adds price to mech config
  • Loading branch information
0xArdi authored Dec 19, 2024
2 parents 02dad93 + d6f8eb8 commit 75b6198
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mech_client/configs/mechs.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
"is_gas_estimation_enabled": false
},
"gas_limit": 100000,
"price": 3000000000000,
"contract_abi_url": "https://api.arbiscan.io/api?module=contract&action=getabi&address={contract_address}",
"transaction_url": "https://arbiscan.io/tx/{transaction_digest}",
"subgraph_url": ""
Expand All @@ -45,6 +46,7 @@
"is_gas_estimation_enabled": false
},
"gas_limit": 100000,
"price": 10000000000000000,
"contract_abi_url": "https://api.polygonscan.com/api?module=contract&action=getabi&address={contract_address}",
"transaction_url": "https://polygonscan.com/tx/{transaction_digest}",
"subgraph_url": ""
Expand Down Expand Up @@ -78,6 +80,7 @@
"is_gas_estimation_enabled": false
},
"gas_limit": 250000,
"price": 10000000000000000,
"contract_abi_url": "https://api.celoscan.io/api?module=contract&action=getabi&address={contract_address}",
"transaction_url": "https://celoscan.io/tx/{transaction_digest}",
"subgraph_url": ""
Expand All @@ -94,8 +97,9 @@
"is_gas_estimation_enabled": false
},
"gas_limit": 100000,
"price": 3000000000000,
"contract_abi_url": "https://api-optimistic.etherscan.io/api?module=contract&action=getabi&address={contract_address}",
"transaction_url": "https://optimistic.etherscan.io/tx/{transaction_digest}",
"subgraph_url": ""
}
}
}

0 comments on commit 75b6198

Please sign in to comment.