-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployments.json
More file actions
288 lines (288 loc) · 11.7 KB
/
Copy pathdeployments.json
File metadata and controls
288 lines (288 loc) · 11.7 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
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
{
"schemaVersion": "1.0.0",
"generatedAt": "2026-07-01",
"protocol": "Sail Protocol",
"create2Factory": "0x4e59b44847b379578588920cA78FbF26c0B4956C",
"canonicalAddresses": {
"core": {
"Timelock": "0xC1E5F9A581D4100Aa949f80204540a33aD97A7b6",
"SailGovernance": "0x4315B37cA4A315A7042af1Fcb37F8436f4D24356",
"SailKernel": "0x38b508756c976e876EFF05a29E731A4d348BA6ED",
"MandateFactory": "0x6d2C802ffa0d9A8Ed69A5Bf22c1b63ccB566B8Fc",
"StandardFeePolicy": "0x1087312447C8a2BfA15EB9cE23590E3502DBA04b",
"SafeModuleEnabler": "0x7897Cb53a4be4a2eaAf46D60573C4Fd83b33fE1F"
},
"sharedTemplates": {
"ApproveAndCallBatchPermission": "0x0535A4D51333484ef583103DAB1a9449756ab732",
"BorrowPermission": "0x3e2666051599223cEAb10De55C89A0842857d8AF",
"DepositPermission": "0xBfB5e13a97b12Ee89d2F2b9B65eCf7e0E371911f",
"SwapPermission": "0x35cEEa0db96997Cc3CF3beB42FFa36A499342F7C",
"SwapPermissionNoOracle": "0x34Ba96CbEd1f46c88A5265E645DC5fe41662b519",
"TransferPermission": "0xda909a1CC584fb7559Ce4A828b008B473Da095e1",
"WithdrawPermission": "0xB8A6CC40466c0C33a230f87a1EBC368568B96269"
},
"supersededTemplates": {
"WithdrawPermission.v1": {
"address": "0xF5eF5dda450a130e3020d54f565E830e4a7531f8",
"status": "live but superseded",
"note": "Original ERC-20-transfer WithdrawPermission (single allowed recipient). Replaced by the vault-exit WithdrawPermission at canonicalAddresses.sharedTemplates.WithdrawPermission, deployed under a rotated salt (sail.template.withdraw.v2) so the two do not collide. This contract is NOT upgraded or disabled: accounts that already registered it keep working, and nothing revokes it on their behalf. New registrations should use the v2 address."
}
}
},
"governance": {
"adminSafe": {
"address": "0x152a32c851d317Cd54F1E6423377d7D58Dd3DE8C",
"threshold": "3/5",
"role": "parameter governance behind 48h timelock"
},
"treasurySafe": {
"address": "0x7b37F85575F1568a37dBA342BC5FE6d393F0872f",
"threshold": "3/5",
"role": "protocol fee recipient"
},
"emergencySafe": {
"address": "0xFf02DE6630F192Bc6d14608f5C52a9f1ae478961",
"threshold": "2/3",
"role": "emergency pause (auto-expiry + cooldown)"
},
"deployerEOA": {
"address": "0xB01dCE443d052e44b7D13726c0EC9fFB7f5815B6",
"role": "deployment only; holds no protocol authority"
}
},
"fees": {
"permissionRegistrationFee": {
"capWei": "10000000000000000",
"capNote": "0.01 native-unit ceiling; immutable, applies per 18-decimal native token; enforced in SailGovernance",
"mechanismNote": "Flat native-token fee per permission registration; excess msg.value refunded. Each chain has two both-true values. deployTimeActiveWei is the immutable historical constructor value recorded in the per-chain manifest (initialPermissionRegistrationFee); it is identical (0.00015) on every chain because the CREATE2 same-address property requires byte-identical constructor arguments, so a different deploy-time fee would have produced a different contract address. currentActiveWei is the live rate in effect now, which governance may change post-deploy via the 48h timelock without affecting the (already locked) address; on HyperEVM(999) and BSC(56) governance raised it after deployment. Both values are <= capWei.",
"perChainActive": {
"1": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"10": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"56": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 BNB",
"currentActiveWei": "450000000000000",
"currentActiveLabel": "0.00045 BNB",
"nativeSymbol": "BNB"
},
"130": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"480": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"999": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 HYPE",
"currentActiveWei": "5000000000000000",
"currentActiveLabel": "0.005 HYPE",
"nativeSymbol": "HYPE"
},
"4326": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"4663": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"8453": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"42161": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"84532": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
},
"11155111": {
"deployTimeActiveWei": "150000000000000",
"deployTimeActiveLabel": "0.00015 ETH",
"currentActiveWei": "150000000000000",
"currentActiveLabel": "0.00015 ETH",
"nativeSymbol": "ETH"
}
}
},
"protocolCutOnManagerFees": {
"activeBps": 0,
"capBps": 2500,
"note": "0 at launch; cap 25%, immutable"
}
},
"chains": [
{
"name": "Ethereum",
"chainId": 1,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 25432741,
"templatesDeployBlock": 25433597,
"explorerVerified": true,
"manifest": "deployments/1/core.json",
"templatesManifest": "deployments/1/templates.shared.json"
},
{
"name": "Optimism",
"chainId": 10,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 153625159,
"templatesDeployBlock": 153630821,
"explorerVerified": true,
"manifest": "deployments/10/core.json",
"templatesManifest": "deployments/10/templates.shared.json"
},
{
"name": "Unichain",
"chainId": 130,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 52100873,
"templatesDeployBlock": 52112215,
"explorerVerified": true,
"manifest": "deployments/130/core.json",
"templatesManifest": "deployments/130/templates.shared.json"
},
{
"name": "Arbitrum",
"chainId": 42161,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 25432669,
"templatesDeployBlock": 25433628,
"explorerVerified": true,
"manifest": "deployments/42161/core.json",
"templatesManifest": "deployments/42161/templates.shared.json"
},
{
"name": "MegaETH",
"chainId": 4326,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 20056530,
"templatesDeployBlock": 20066041,
"explorerVerified": true,
"manifest": "deployments/4326/core.json",
"templatesManifest": "deployments/4326/templates.shared.json"
},
{
"name": "World",
"chainId": 480,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 31756901,
"templatesDeployBlock": 31763531,
"explorerVerified": true,
"manifest": "deployments/480/core.json",
"templatesManifest": "deployments/480/templates.shared.json"
},
{
"name": "BSC",
"chainId": 56,
"isTestnet": false,
"nativeSymbol": "BNB",
"coreDeployBlock": 107312662,
"templatesDeployBlock": 107337878,
"explorerVerified": true,
"manifest": "deployments/56/core.json",
"templatesManifest": "deployments/56/templates.shared.json"
},
{
"name": "Base",
"chainId": 8453,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 48029413,
"templatesDeployBlock": 48035387,
"explorerVerified": true,
"manifest": "deployments/8453/core.json",
"templatesManifest": "deployments/8453/templates.shared.json"
},
{
"name": "HyperEVM",
"chainId": 999,
"isTestnet": false,
"nativeSymbol": "HYPE",
"coreDeployBlock": 39238629,
"templatesDeployBlock": 39251223,
"explorerVerified": false,
"manifest": "deployments/999/core.json",
"templatesManifest": "deployments/999/templates.shared.json"
},
{
"name": "EthSepolia",
"chainId": 11155111,
"isTestnet": true,
"nativeSymbol": "ETH",
"coreDeployBlock": 11174750,
"templatesDeployBlock": 11175702,
"explorerVerified": true,
"manifest": "deployments/11155111/core.json",
"templatesManifest": "deployments/11155111/templates.shared.json"
},
{
"name": "BaseSepolia",
"chainId": 84532,
"isTestnet": true,
"nativeSymbol": "ETH",
"coreDeployBlock": 43539604,
"templatesDeployBlock": 43545056,
"explorerVerified": true,
"manifest": "deployments/84532/core.json",
"templatesManifest": "deployments/84532/templates.shared.json"
},
{
"name": "Robinhood",
"chainId": 4663,
"isTestnet": false,
"nativeSymbol": "ETH",
"coreDeployBlock": 11313197,
"templatesDeployBlock": 11367461,
"explorerVerified": false,
"manifest": "deployments/4663/core.json",
"templatesManifest": "deployments/4663/templates.shared.json",
"allowlistBootstrapped": true,
"verificationNote": "No Etherscan-v2 contract verifier for this chain; a Blockscout explorer is live at https://robinhoodchain.blockscout.com, but contracts are not source-verified there (explorerVerified=false). Core and shared templates both deployed via calldata-replay (exact salt+initCode recovered from the corresponding Base(8453) CREATE2-factory transactions, replayed verbatim) rather than a fresh forge build, because a fresh rebuild's solc metadata hash diverges from what is live elsewhere (see deployments/4663/core.json and templates.shared.json deploymentNote). Genesis allowlists bootstrapped by the admin Safe via the transaction-builder/robinhood-bootstrap-allowlists.json payload — confirmed on-chain (allowlistBootstrapped()==true, trustedSafeFactory/trustedModuleSetup/trustedFeePolicy all true). Onboarding (createAccount/registerAccount) is fully functional on this chain."
}
],
"provenanceNote": "Deployment manifests were generated from working trees recorded with a -dirty git suffix; exact source-commit tagging + reproducible-build verification is tracked as a separate pre-launch step."
}