-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchains.json
More file actions
108 lines (108 loc) · 3.79 KB
/
chains.json
File metadata and controls
108 lines (108 loc) · 3.79 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
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
{
"$schema": "./chains.schema.json",
"_doc": "Single source of truth: static config + deployed contract addresses",
"owner": "0xDA1077c4b0dd6da1BDF166F30aa4BDbF517d637b",
"chains": {
"polygon": {
"chainId": 137,
"name": "Polygon PoS",
"rpcEnvVar": "POLYGON_RPC",
"defaultRpc": "https://polygon-rpc.com",
"tokens": {
"QUICK": "0xB5C064F955D8e7F38fE0460C556a72987494eE17"
},
"contracts": {
"dragonLair": "0x958d208Cdf087843e9AD98d23823d32E17d723A1",
"nonfungiblePositionManager": "0x8eF88E4c7CfbbaC1C163f7eddd4B578792201de6",
"farmingCenter": "0x7F281A8cdF66eF5e9db8434Ec6D97acc1bc01E78",
"poolDeployer": "0x2D98E2FA9da15aa6dC9581AB097Ced7af697CB92",
"syrupFactory": "0xEDA776E7e1111BE5E82F9148B2deF870f99c1908"
},
"modules": {
"walletAndDQuick": true,
"syrupStaking": true,
"algebraV3": true,
"liquidityManagers": true,
"v2LPStaking": true
},
"deployed": {
"_updatedAt": "2025-12-24T02:19:01.081Z",
"aggregator": "0x3fe6dd5156e688c637d0701855b890544568b348",
"walletAndDQuick": "0x22729e385310f035b54866c270d9f0b2cf0b6d64",
"syrupStaking": "0x559781f2b6d8b9499626317d68858f99e45437be",
"algebraV3": "0xda047161ecb594af531751199bae733775175ce7",
"liquidityManagers": "0xda13ca59c0806c6093cf07e6f29b379e31adc181",
"v2LPStaking": "0x4880c9ff216ae69cb1fc717575d824314ed862a9"
},
"legacy": {
"_note": "Old snapshot wrappers - historical reference only",
"voting8": "0x7c87a471abd9bf56d41c752ab7c1b5de91d8dda6",
"voting10": "0x59bcc928c513a6a872b7365511ed2a458c4f5d92",
"v3Pools1": "0x2fcb66504ea8ee541176662939ef0c53e95c4a19"
}
},
"base": {
"chainId": 8453,
"name": "Base",
"rpcEnvVar": "BASE_RPC",
"defaultRpc": "https://mainnet.base.org",
"tokens": {
"QUICK": "0x7094c27f342DBAdfbbeD005b219431595E33b305"
},
"contracts": {
"nonfungiblePositionManager": "0x84715977598247125C3D6E2e85370d1F6fDA1eaF",
"factory": "0xC5396866754799B9720125B104AE01d935Ab9C7b",
"poolDeployer": "0xE08026Fd8537d67C501199610c42D08bB34eAa75",
"syrupFactory": "0x4880c9ff216ae69Cb1Fc717575d824314Ed862a9"
},
"modules": {
"walletQuick": true,
"syrupStaking": true,
"algebraIntegralV4": true,
"liquidityManagers": true,
"v2LPStaking": true
},
"deployed": {
"_updatedAt": "2026-01-14T15:42:09.844Z",
"aggregator": "0x9975bc2fa6590620aeee87bd7e7e4bec0001095c",
"walletQuick": "0xc52f200f29ac8f37d23ee00a31e6cdafdbd71506",
"algebraIntegralV4": "0x1a58bcb93c1398ad336cb231f9b88b773dfa4870",
"liquidityManagers": "0x22729e385310f035b54866c270d9f0b2cf0b6d64",
"v2LPStaking": "0x559781f2b6d8b9499626317d68858f99e45437be",
"syrupStaking": "0x4e0acd3980a601821b9724586cd3da81cdc7f33a"
}
},
"ethereum": {
"chainId": 1,
"name": "Ethereum Mainnet",
"rpcEnvVar": "ETHEREUM_RPC",
"defaultRpc": "https://eth.llamarpc.com",
"tokens": {
"QUICK": "0xd2bA23dE8a19316A638dc1e7a9ADdA1d74233368"
},
"contracts": {},
"modules": {
"walletQuick": true
},
"deployed": {
"_updatedAt": "2025-12-23T18:37:48.584Z",
"walletQuick": "0x76ca31488f2ac0681299fb15509a57090d393764"
}
},
"manta": {
"chainId": 169,
"name": "Manta Pacific",
"rpcEnvVar": "MANTA_RPC",
"defaultRpc": "https://pacific-rpc.manta.network/http",
"tokens": {
"QUICK": ""
},
"contracts": {},
"modules": {
"walletQuick": true
},
"deployed": {},
"_todo": "QUICK token address TBD"
}
}
}