forked from NSPG13/agent-bounties
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase-mainnet.json
More file actions
39 lines (39 loc) · 1.72 KB
/
Copy pathbase-mainnet.json
File metadata and controls
39 lines (39 loc) · 1.72 KB
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
{
"schema_version": 2,
"protocol_version": "agent-bounties/autonomous-v1",
"network": "base-mainnet",
"chain_id": 8453,
"rpc_url": "https://mainnet.base.org",
"native_usdc": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"status": "active",
"factory": {
"contract": "0x082c52131aaf0c56e76b075f895eab6fcab6d2f9",
"implementation": "0x2fa36d2b2327642db3a6cc8cdd91544ad7484eb9",
"deployment_transaction": "0x8c172a34188cc68cf61f7293825e3c93e025a029b878436d34aafd2103c2e70e",
"deployment_block": 48496662,
"deployer": "0x884834e884d6e93462655a2820140ad03e6747bc",
"runtime_code_hash": "0x06f810de7b46f854ecc29e9c0c28156edab4b0d3e0bbe2bf5be8876687bebfc6",
"implementation_runtime_code_hash": "0xc36fcba5176b2cd8b57a9fd0cbf931177dc8b36cf8367c1568ccebe5f03be3f6",
"source": "contracts/base-escrow/src/AgentBountyFactory.sol:AgentBountyFactory",
"constructor_args": {
"settlement_token": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
}
},
"policy": {
"operator_settlement_signer": false,
"upgradeable": false,
"canonical_bounty_instances": "deterministic_eip1167",
"default_creation_funding": "full_target",
"crowdfunding_allowed": true,
"claim_requires_verifier_reward_bond": true,
"pass_and_fail_pay_equal_verifier_reward": true,
"rejection_reopens_fully_funded": true,
"claim_timeout_funds_completion_bonus": true,
"verification_timeout_refunds_solver_bond": true,
"deterministic_verification_atomic_settlement": true,
"ai_judge_minimum_signature_threshold": 2,
"hosted_paid_state_requires_confirmed_bounty_settled_event": true,
"indexer_uses_batched_canonical_addresses": true
},
"legacy_manifest": "deployments/base-mainnet-legacy.json"
}