-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmechs.json
116 lines (116 loc) · 5.57 KB
/
mechs.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
{
"gnosis": {
"agent_registry_contract": "0xE49CB081e8d96920C38aA7AB90cb0294ab4Bc8EA",
"service_registry_contract": "0x9338b5153AE39BB89f50468E608eD9d764B755fD",
"mech_marketplace_contract": "0x735FAAb1c4Ec41128c367AFb5c3baC73509f70bB",
"rpc_url": "https://rpc.eu-central-2.gateway.fm/v4/gnosis/non-archival/mainnet",
"wss_endpoint": "wss://rpc.gnosischain.com/wss",
"ledger_config": {
"address": "https://rpc.eu-central-2.gateway.fm/v4/gnosis/non-archival/mainnet",
"chain_id": 100,
"poa_chain": false,
"default_gas_price_strategy": "eip1559",
"is_gas_estimation_enabled": false
},
"gas_limit": 500000,
"price": 10000000000000000,
"contract_abi_url": "https://api.gnosisscan.io/api?module=contract&action=getabi&address={contract_address}&apikey={api_key}",
"transaction_url": "https://gnosisscan.io/tx/{transaction_digest}",
"subgraph_url": "https://api.studio.thegraph.com/query/57238/mech/version/latest"
},
"arbitrum": {
"agent_registry_contract": "0xa4799B083E0068732456EF45ff9fe5c683658327",
"service_registry_contract": "0xE3607b00E75f6405248323A9417ff6b39B244b50",
"mech_marketplace_contract": "0x0000000000000000000000000000000000000000",
"rpc_url": "https://arbitrum.llamarpc.com",
"wss_endpoint": "wss://arbitrum.gateway.tenderly.co",
"ledger_config": {
"address": "https://arbitrum.llamarpc.com",
"chain_id": 42161,
"poa_chain": false,
"default_gas_price_strategy": "eip1559",
"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": ""
},
"polygon": {
"agent_registry_contract": "0x984cf72FDe8B5aA910e9e508aC5e007ae5BDcC9C",
"service_registry_contract": "0xE3607b00E75f6405248323A9417ff6b39B244b50",
"mech_marketplace_contract": "0x0000000000000000000000000000000000000000",
"rpc_url": "https://polygon-bor-rpc.publicnode.com",
"wss_endpoint": "wss://polygon.gateway.tenderly.co",
"ledger_config": {
"address": "https://polygon-bor-rpc.publicnode.com",
"chain_id": 137,
"poa_chain": true,
"default_gas_price_strategy": "eip1559",
"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": ""
},
"base": {
"agent_registry_contract": "0x88DE734655184a09B70700aE4F72364d1ad23728",
"service_registry_contract": "0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE",
"mech_marketplace_contract": "0x0000000000000000000000000000000000000000",
"rpc_url": "https://base.llamarpc.com",
"wss_endpoint": "wss://base.gateway.tenderly.co",
"ledger_config": {
"address": "https://base.llamarpc.com",
"chain_id": 8453,
"poa_chain": false,
"default_gas_price_strategy": "eip1559",
"is_gas_estimation_enabled": false
},
"gas_limit": 250000,
"price": 3000000000000,
"contract_abi_url": "https://api.basescan.org/api?module=contract&action=getabi&address={contract_address}&apikey={api_key}",
"transaction_url": "https://basescan.org/tx/{transaction_digest}",
"subgraph_url": ""
},
"celo": {
"agent_registry_contract": "0xE49CB081e8d96920C38aA7AB90cb0294ab4Bc8EA",
"service_registry_contract": "0xE3607b00E75f6405248323A9417ff6b39B244b50",
"mech_marketplace_contract": "0x0000000000000000000000000000000000000000",
"rpc_url": "https://forno.celo.org",
"wss_endpoint": "wss://forno.celo.org/ws",
"ledger_config": {
"address": "https://forno.celo.org",
"chain_id": 42220,
"poa_chain": true,
"default_gas_price_strategy": "eip1559",
"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": ""
},
"optimism": {
"agent_registry_contract": "0x75D529FAe220bC8db714F0202193726b46881B76",
"service_registry_contract": "0x3d77596beb0f130a4415df3D2D8232B3d3D31e44",
"mech_marketplace_contract": "0x0000000000000000000000000000000000000000",
"rpc_url": "https://mainnet.optimism.io",
"wss_endpoint": "wss://optimism.gateway.tenderly.co",
"ledger_config": {
"address": "https://mainnet.optimism.io",
"chain_id": 10,
"poa_chain": false,
"default_gas_price_strategy": "eip1559",
"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": ""
}
}