Skip to content

Commit

Permalink
adds price to mech config
Browse files Browse the repository at this point in the history
  • Loading branch information
KahanMajmudar committed Dec 19, 2024
1 parent 2d752ee commit c3c0765
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mech_client/configs/mechs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"gnosis": {
"agent_registry_contract": "0xE49CB081e8d96920C38aA7AB90cb0294ab4Bc8EA",
"mech_marketplace_contract": "0x4554fE75c1f5576c1d7F765B2A036c199Adae329",
"rpc_url": "https://rpc.eu-central-2.gateway.fm/v4/gnosis/non-archival/mainnet",
"wss_endpoint": "wss://rpc.eu-central-2.gateway.fm/ws/v4/gnosis/non-archival/mainnet",
"ledger_config": {
Expand All @@ -11,6 +12,7 @@
"is_gas_estimation_enabled": false
},
"gas_limit": 100000,
"price": 10000000000000000,
"contract_abi_url": "https://gnosis.blockscout.com/api/v2/smart-contracts/{contract_address}",
"transaction_url": "https://gnosisscan.io/tx/{transaction_digest}",
"subgraph_url": "https://api.studio.thegraph.com/query/57238/mech/version/latest"
Expand All @@ -27,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 @@ -43,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 @@ -76,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 @@ -92,6 +97,7 @@
"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": ""
Expand Down

0 comments on commit c3c0765

Please sign in to comment.