@venusprotocol/governance-contracts 1.3.0 → 1.4.0-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +11 -0
- package/deployments/bscmainnet.json +7451 -0
- package/deployments/bsctestnet.json +6800 -0
- package/deployments/ethereum/.chainId +1 -0
- package/deployments/ethereum/AccessControlManager.json +564 -0
- package/deployments/ethereum/solcInputs/f3b32d95e78d88a56120d2db9f8dd708.json +78 -0
- package/deployments/ethereum.json +369 -0
- package/deployments/sepolia.json +369 -0
- package/dist/deploy/helpers/deploymentUtils.js +1 -1
- package/dist/deploy/helpers/deploymentUtils.js.map +1 -1
- package/dist/hardhat.config.d.ts.map +1 -1
- package/dist/hardhat.config.js +52 -6
- package/dist/hardhat.config.js.map +1 -1
- package/package.json +1 -1
- package/deployments/deployments.json +0 -14628
|
@@ -0,0 +1,369 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "sepolia",
|
|
3
|
+
"chainId": "11155111",
|
|
4
|
+
"contracts": {
|
|
5
|
+
"AccessControlManager": {
|
|
6
|
+
"address": "0xbf705C00578d43B6147ab4eaE04DBBEd1ccCdc96",
|
|
7
|
+
"abi": [
|
|
8
|
+
{
|
|
9
|
+
"inputs": [],
|
|
10
|
+
"stateMutability": "nonpayable",
|
|
11
|
+
"type": "constructor"
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"anonymous": false,
|
|
15
|
+
"inputs": [
|
|
16
|
+
{
|
|
17
|
+
"indexed": false,
|
|
18
|
+
"internalType": "address",
|
|
19
|
+
"name": "account",
|
|
20
|
+
"type": "address"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"indexed": false,
|
|
24
|
+
"internalType": "address",
|
|
25
|
+
"name": "contractAddress",
|
|
26
|
+
"type": "address"
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"indexed": false,
|
|
30
|
+
"internalType": "string",
|
|
31
|
+
"name": "functionSig",
|
|
32
|
+
"type": "string"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"name": "PermissionGranted",
|
|
36
|
+
"type": "event"
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"anonymous": false,
|
|
40
|
+
"inputs": [
|
|
41
|
+
{
|
|
42
|
+
"indexed": false,
|
|
43
|
+
"internalType": "address",
|
|
44
|
+
"name": "account",
|
|
45
|
+
"type": "address"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"indexed": false,
|
|
49
|
+
"internalType": "address",
|
|
50
|
+
"name": "contractAddress",
|
|
51
|
+
"type": "address"
|
|
52
|
+
},
|
|
53
|
+
{
|
|
54
|
+
"indexed": false,
|
|
55
|
+
"internalType": "string",
|
|
56
|
+
"name": "functionSig",
|
|
57
|
+
"type": "string"
|
|
58
|
+
}
|
|
59
|
+
],
|
|
60
|
+
"name": "PermissionRevoked",
|
|
61
|
+
"type": "event"
|
|
62
|
+
},
|
|
63
|
+
{
|
|
64
|
+
"anonymous": false,
|
|
65
|
+
"inputs": [
|
|
66
|
+
{
|
|
67
|
+
"indexed": true,
|
|
68
|
+
"internalType": "bytes32",
|
|
69
|
+
"name": "role",
|
|
70
|
+
"type": "bytes32"
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"indexed": true,
|
|
74
|
+
"internalType": "bytes32",
|
|
75
|
+
"name": "previousAdminRole",
|
|
76
|
+
"type": "bytes32"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"indexed": true,
|
|
80
|
+
"internalType": "bytes32",
|
|
81
|
+
"name": "newAdminRole",
|
|
82
|
+
"type": "bytes32"
|
|
83
|
+
}
|
|
84
|
+
],
|
|
85
|
+
"name": "RoleAdminChanged",
|
|
86
|
+
"type": "event"
|
|
87
|
+
},
|
|
88
|
+
{
|
|
89
|
+
"anonymous": false,
|
|
90
|
+
"inputs": [
|
|
91
|
+
{
|
|
92
|
+
"indexed": true,
|
|
93
|
+
"internalType": "bytes32",
|
|
94
|
+
"name": "role",
|
|
95
|
+
"type": "bytes32"
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
"indexed": true,
|
|
99
|
+
"internalType": "address",
|
|
100
|
+
"name": "account",
|
|
101
|
+
"type": "address"
|
|
102
|
+
},
|
|
103
|
+
{
|
|
104
|
+
"indexed": true,
|
|
105
|
+
"internalType": "address",
|
|
106
|
+
"name": "sender",
|
|
107
|
+
"type": "address"
|
|
108
|
+
}
|
|
109
|
+
],
|
|
110
|
+
"name": "RoleGranted",
|
|
111
|
+
"type": "event"
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"anonymous": false,
|
|
115
|
+
"inputs": [
|
|
116
|
+
{
|
|
117
|
+
"indexed": true,
|
|
118
|
+
"internalType": "bytes32",
|
|
119
|
+
"name": "role",
|
|
120
|
+
"type": "bytes32"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"indexed": true,
|
|
124
|
+
"internalType": "address",
|
|
125
|
+
"name": "account",
|
|
126
|
+
"type": "address"
|
|
127
|
+
},
|
|
128
|
+
{
|
|
129
|
+
"indexed": true,
|
|
130
|
+
"internalType": "address",
|
|
131
|
+
"name": "sender",
|
|
132
|
+
"type": "address"
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"name": "RoleRevoked",
|
|
136
|
+
"type": "event"
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"inputs": [],
|
|
140
|
+
"name": "DEFAULT_ADMIN_ROLE",
|
|
141
|
+
"outputs": [
|
|
142
|
+
{
|
|
143
|
+
"internalType": "bytes32",
|
|
144
|
+
"name": "",
|
|
145
|
+
"type": "bytes32"
|
|
146
|
+
}
|
|
147
|
+
],
|
|
148
|
+
"stateMutability": "view",
|
|
149
|
+
"type": "function"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"inputs": [
|
|
153
|
+
{
|
|
154
|
+
"internalType": "bytes32",
|
|
155
|
+
"name": "role",
|
|
156
|
+
"type": "bytes32"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"name": "getRoleAdmin",
|
|
160
|
+
"outputs": [
|
|
161
|
+
{
|
|
162
|
+
"internalType": "bytes32",
|
|
163
|
+
"name": "",
|
|
164
|
+
"type": "bytes32"
|
|
165
|
+
}
|
|
166
|
+
],
|
|
167
|
+
"stateMutability": "view",
|
|
168
|
+
"type": "function"
|
|
169
|
+
},
|
|
170
|
+
{
|
|
171
|
+
"inputs": [
|
|
172
|
+
{
|
|
173
|
+
"internalType": "address",
|
|
174
|
+
"name": "contractAddress",
|
|
175
|
+
"type": "address"
|
|
176
|
+
},
|
|
177
|
+
{
|
|
178
|
+
"internalType": "string",
|
|
179
|
+
"name": "functionSig",
|
|
180
|
+
"type": "string"
|
|
181
|
+
},
|
|
182
|
+
{
|
|
183
|
+
"internalType": "address",
|
|
184
|
+
"name": "accountToPermit",
|
|
185
|
+
"type": "address"
|
|
186
|
+
}
|
|
187
|
+
],
|
|
188
|
+
"name": "giveCallPermission",
|
|
189
|
+
"outputs": [],
|
|
190
|
+
"stateMutability": "nonpayable",
|
|
191
|
+
"type": "function"
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
"inputs": [
|
|
195
|
+
{
|
|
196
|
+
"internalType": "bytes32",
|
|
197
|
+
"name": "role",
|
|
198
|
+
"type": "bytes32"
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
"internalType": "address",
|
|
202
|
+
"name": "account",
|
|
203
|
+
"type": "address"
|
|
204
|
+
}
|
|
205
|
+
],
|
|
206
|
+
"name": "grantRole",
|
|
207
|
+
"outputs": [],
|
|
208
|
+
"stateMutability": "nonpayable",
|
|
209
|
+
"type": "function"
|
|
210
|
+
},
|
|
211
|
+
{
|
|
212
|
+
"inputs": [
|
|
213
|
+
{
|
|
214
|
+
"internalType": "address",
|
|
215
|
+
"name": "account",
|
|
216
|
+
"type": "address"
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
"internalType": "address",
|
|
220
|
+
"name": "contractAddress",
|
|
221
|
+
"type": "address"
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"internalType": "string",
|
|
225
|
+
"name": "functionSig",
|
|
226
|
+
"type": "string"
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"name": "hasPermission",
|
|
230
|
+
"outputs": [
|
|
231
|
+
{
|
|
232
|
+
"internalType": "bool",
|
|
233
|
+
"name": "",
|
|
234
|
+
"type": "bool"
|
|
235
|
+
}
|
|
236
|
+
],
|
|
237
|
+
"stateMutability": "view",
|
|
238
|
+
"type": "function"
|
|
239
|
+
},
|
|
240
|
+
{
|
|
241
|
+
"inputs": [
|
|
242
|
+
{
|
|
243
|
+
"internalType": "bytes32",
|
|
244
|
+
"name": "role",
|
|
245
|
+
"type": "bytes32"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"internalType": "address",
|
|
249
|
+
"name": "account",
|
|
250
|
+
"type": "address"
|
|
251
|
+
}
|
|
252
|
+
],
|
|
253
|
+
"name": "hasRole",
|
|
254
|
+
"outputs": [
|
|
255
|
+
{
|
|
256
|
+
"internalType": "bool",
|
|
257
|
+
"name": "",
|
|
258
|
+
"type": "bool"
|
|
259
|
+
}
|
|
260
|
+
],
|
|
261
|
+
"stateMutability": "view",
|
|
262
|
+
"type": "function"
|
|
263
|
+
},
|
|
264
|
+
{
|
|
265
|
+
"inputs": [
|
|
266
|
+
{
|
|
267
|
+
"internalType": "address",
|
|
268
|
+
"name": "account",
|
|
269
|
+
"type": "address"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"internalType": "string",
|
|
273
|
+
"name": "functionSig",
|
|
274
|
+
"type": "string"
|
|
275
|
+
}
|
|
276
|
+
],
|
|
277
|
+
"name": "isAllowedToCall",
|
|
278
|
+
"outputs": [
|
|
279
|
+
{
|
|
280
|
+
"internalType": "bool",
|
|
281
|
+
"name": "",
|
|
282
|
+
"type": "bool"
|
|
283
|
+
}
|
|
284
|
+
],
|
|
285
|
+
"stateMutability": "view",
|
|
286
|
+
"type": "function"
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
"inputs": [
|
|
290
|
+
{
|
|
291
|
+
"internalType": "bytes32",
|
|
292
|
+
"name": "role",
|
|
293
|
+
"type": "bytes32"
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
"internalType": "address",
|
|
297
|
+
"name": "account",
|
|
298
|
+
"type": "address"
|
|
299
|
+
}
|
|
300
|
+
],
|
|
301
|
+
"name": "renounceRole",
|
|
302
|
+
"outputs": [],
|
|
303
|
+
"stateMutability": "nonpayable",
|
|
304
|
+
"type": "function"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"inputs": [
|
|
308
|
+
{
|
|
309
|
+
"internalType": "address",
|
|
310
|
+
"name": "contractAddress",
|
|
311
|
+
"type": "address"
|
|
312
|
+
},
|
|
313
|
+
{
|
|
314
|
+
"internalType": "string",
|
|
315
|
+
"name": "functionSig",
|
|
316
|
+
"type": "string"
|
|
317
|
+
},
|
|
318
|
+
{
|
|
319
|
+
"internalType": "address",
|
|
320
|
+
"name": "accountToRevoke",
|
|
321
|
+
"type": "address"
|
|
322
|
+
}
|
|
323
|
+
],
|
|
324
|
+
"name": "revokeCallPermission",
|
|
325
|
+
"outputs": [],
|
|
326
|
+
"stateMutability": "nonpayable",
|
|
327
|
+
"type": "function"
|
|
328
|
+
},
|
|
329
|
+
{
|
|
330
|
+
"inputs": [
|
|
331
|
+
{
|
|
332
|
+
"internalType": "bytes32",
|
|
333
|
+
"name": "role",
|
|
334
|
+
"type": "bytes32"
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"internalType": "address",
|
|
338
|
+
"name": "account",
|
|
339
|
+
"type": "address"
|
|
340
|
+
}
|
|
341
|
+
],
|
|
342
|
+
"name": "revokeRole",
|
|
343
|
+
"outputs": [],
|
|
344
|
+
"stateMutability": "nonpayable",
|
|
345
|
+
"type": "function"
|
|
346
|
+
},
|
|
347
|
+
{
|
|
348
|
+
"inputs": [
|
|
349
|
+
{
|
|
350
|
+
"internalType": "bytes4",
|
|
351
|
+
"name": "interfaceId",
|
|
352
|
+
"type": "bytes4"
|
|
353
|
+
}
|
|
354
|
+
],
|
|
355
|
+
"name": "supportsInterface",
|
|
356
|
+
"outputs": [
|
|
357
|
+
{
|
|
358
|
+
"internalType": "bool",
|
|
359
|
+
"name": "",
|
|
360
|
+
"type": "bool"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"stateMutability": "view",
|
|
364
|
+
"type": "function"
|
|
365
|
+
}
|
|
366
|
+
]
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
}
|
|
@@ -10,7 +10,7 @@ exports.acmAdminAccount = {
|
|
|
10
10
|
bsctestnet: testnet_json_1.default.Contracts.Timelock,
|
|
11
11
|
bscmainnet: mainnet_json_1.default.Contracts.Timelock,
|
|
12
12
|
sepolia: "0x94fa6078b6b8a26f0b6edffbe6501b22a10470fb",
|
|
13
|
-
ethereum: "",
|
|
13
|
+
ethereum: "0x285960C5B22fD66A736C7136967A3eB15e93CC67",
|
|
14
14
|
};
|
|
15
15
|
exports.default = () => { };
|
|
16
16
|
//# sourceMappingURL=deploymentUtils.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploymentUtils.js","sourceRoot":"","sources":["../../../deploy/helpers/deploymentUtils.ts"],"names":[],"mappings":";;;;;;AAAA,uGAAwF;AACxF,uGAAwF;AAI3E,QAAA,eAAe,GAAuC;IACjE,UAAU,EAAE,sBAAqB,CAAC,SAAS,CAAC,QAAQ;IACpD,UAAU,EAAE,sBAAqB,CAAC,SAAS,CAAC,QAAQ;IACpD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,
|
|
1
|
+
{"version":3,"file":"deploymentUtils.js","sourceRoot":"","sources":["../../../deploy/helpers/deploymentUtils.ts"],"names":[],"mappings":";;;;;;AAAA,uGAAwF;AACxF,uGAAwF;AAI3E,QAAA,eAAe,GAAuC;IACjE,UAAU,EAAE,sBAAqB,CAAC,SAAS,CAAC,QAAQ;IACpD,UAAU,EAAE,sBAAqB,CAAC,SAAS,CAAC,QAAQ;IACpD,OAAO,EAAE,4CAA4C;IACrD,QAAQ,EAAE,4CAA4C;CACvD,CAAC;AAGF,kBAAe,GAAG,EAAE,GAAE,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardhat.config.d.ts","sourceRoot":"","sources":["../hardhat.config.ts"],"names":[],"mappings":"AAAA,OAAO,wCAAwC,CAAC;AAChD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,2BAA2B,CAAC;AACnC,OAAO,8BAA8B,CAAC;AACtC,OAAO,gCAAgC,CAAC;AACxC,OAAO,oBAAoB,CAAC;AAC5B,OAAO,gBAAgB,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAQ,MAAM,gBAAgB,CAAC;AACzD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,iBAAiB,CAAC;AAezB,QAAA,MAAM,MAAM,EAAE,
|
|
1
|
+
{"version":3,"file":"hardhat.config.d.ts","sourceRoot":"","sources":["../hardhat.config.ts"],"names":[],"mappings":"AAAA,OAAO,wCAAwC,CAAC;AAChD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,2BAA2B,CAAC;AACnC,OAAO,8BAA8B,CAAC;AACtC,OAAO,gCAAgC,CAAC;AACxC,OAAO,oBAAoB,CAAC;AAC5B,OAAO,gBAAgB,CAAC;AACxB,OAAO,EAAE,iBAAiB,EAAQ,MAAM,gBAAgB,CAAC;AACzD,OAAO,mBAAmB,CAAC;AAC3B,OAAO,iBAAiB,CAAC;AAezB,QAAA,MAAM,MAAM,EAAE,iBAyIb,CAAC;AAyBF,eAAe,MAAM,CAAC"}
|
package/dist/hardhat.config.js
CHANGED
|
@@ -65,7 +65,7 @@ const config = {
|
|
|
65
65
|
networks: {
|
|
66
66
|
hardhat: isFork(),
|
|
67
67
|
bsctestnet: {
|
|
68
|
-
url: process.env.
|
|
68
|
+
url: process.env.ARCHIVE_NODE_bsctestnet || "https://data-seed-prebsc-1-s1.binance.org:8545",
|
|
69
69
|
chainId: 97,
|
|
70
70
|
accounts: {
|
|
71
71
|
mnemonic: process.env.MNEMONIC || "",
|
|
@@ -75,19 +75,64 @@ const config = {
|
|
|
75
75
|
timeout: 12000000,
|
|
76
76
|
},
|
|
77
77
|
bscmainnet: {
|
|
78
|
-
url: process.env.
|
|
78
|
+
url: process.env.ARCHIVE_NODE_bscmainnet || "https://bsc-dataseed.binance.org/",
|
|
79
79
|
accounts: DEPLOYER_PRIVATE_KEY ? [`0x${DEPLOYER_PRIVATE_KEY}`] : [],
|
|
80
80
|
},
|
|
81
81
|
sepolia: {
|
|
82
|
-
url: process.env.
|
|
82
|
+
url: process.env.ARCHIVE_NODE_sepolia || "https://ethereum-sepolia.blockpi.network/v1/rpc/public",
|
|
83
83
|
chainId: 11155111,
|
|
84
84
|
live: true,
|
|
85
85
|
gasPrice: 20000000000,
|
|
86
86
|
accounts: DEPLOYER_PRIVATE_KEY ? [`0x${DEPLOYER_PRIVATE_KEY}`] : [],
|
|
87
87
|
},
|
|
88
|
+
ethereum: {
|
|
89
|
+
url: process.env.ARCHIVE_NODE_ethereum || "https://ethereum.blockpi.network/v1/rpc/public",
|
|
90
|
+
chainId: 1,
|
|
91
|
+
live: true,
|
|
92
|
+
timeout: 1200000,
|
|
93
|
+
},
|
|
88
94
|
},
|
|
89
95
|
etherscan: {
|
|
90
|
-
apiKey:
|
|
96
|
+
apiKey: {
|
|
97
|
+
bscmainnet: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
98
|
+
bsctestnet: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
99
|
+
sepolia: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
100
|
+
ethereum: process.env.ETHERSCAN_API_KEY || "ETHERSCAN_API_KEY",
|
|
101
|
+
},
|
|
102
|
+
customChains: [
|
|
103
|
+
{
|
|
104
|
+
network: "bscmainnet",
|
|
105
|
+
chainId: 56,
|
|
106
|
+
urls: {
|
|
107
|
+
apiURL: "https://api.bscscan.com/api",
|
|
108
|
+
browserURL: "https://bscscan.com",
|
|
109
|
+
},
|
|
110
|
+
},
|
|
111
|
+
{
|
|
112
|
+
network: "bsctestnet",
|
|
113
|
+
chainId: 97,
|
|
114
|
+
urls: {
|
|
115
|
+
apiURL: "https://api-testnet.bscscan.com/api",
|
|
116
|
+
browserURL: "https://testnet.bscscan.com",
|
|
117
|
+
},
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
network: "sepolia",
|
|
121
|
+
chainId: 11155111,
|
|
122
|
+
urls: {
|
|
123
|
+
apiURL: "https://api-sepolia.etherscan.io/api",
|
|
124
|
+
browserURL: "https://sepolia.etherscan.io",
|
|
125
|
+
},
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
network: "ethereum",
|
|
129
|
+
chainId: 1,
|
|
130
|
+
urls: {
|
|
131
|
+
apiURL: "https://api.etherscan.io/api",
|
|
132
|
+
browserURL: "https://etherscan.io",
|
|
133
|
+
},
|
|
134
|
+
},
|
|
135
|
+
],
|
|
91
136
|
},
|
|
92
137
|
paths: {
|
|
93
138
|
sources: "./contracts",
|
|
@@ -121,12 +166,13 @@ const config = {
|
|
|
121
166
|
},
|
|
122
167
|
};
|
|
123
168
|
function isFork() {
|
|
124
|
-
return process.env.
|
|
169
|
+
return process.env.FORK === "true"
|
|
125
170
|
? {
|
|
126
171
|
allowUnlimitedContractSize: false,
|
|
127
172
|
loggingEnabled: false,
|
|
128
173
|
forking: {
|
|
129
|
-
url:
|
|
174
|
+
url: process.env[`ARCHIVE_NODE_${process.env.FORKED_NETWORK}`] ||
|
|
175
|
+
"https://data-seed-prebsc-1-s1.binance.org:8545",
|
|
130
176
|
blockNumber: 21068448,
|
|
131
177
|
},
|
|
132
178
|
accounts: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hardhat.config.js","sourceRoot":"","sources":["../hardhat.config.ts"],"names":[],"mappings":";;;;;;;;;;;AAAA,kDAAgD;AAChD,4CAA0C;AAC1C,qCAAmC;AACnC,wCAAsC;AACtC,0CAAwC;AACxC,8BAA4B;AAC5B,0BAAwB;AACxB,2CAAyD;AACzD,6BAA2B;AAC3B,2BAAyB;AAEzB,OAAO,CAAC,QAAQ,CAAC,CAAC,MAAM,EAAE,CAAC;AAE3B,MAAM,eAAe,GAAG,OAAO,CAAC,GAAG,CAAC,eAAe,CAAC;AACpD,MAAM,oBAAoB,GAAG,OAAO,CAAC,GAAG,CAAC,oBAAoB,CAAC;AAE9D,IAAA,aAAI,EAAC,UAAU,EAAE,6BAA6B,EAAE,CAAO,QAAQ,EAAE,GAAG,EAAE,EAAE;IACtE,MAAM,QAAQ,GAAG,MAAM,GAAG,CAAC,MAAM,CAAC,UAAU,EAAE,CAAC;IAE/C,KAAK,MAAM,OAAO,IAAI,QAAQ,EAAE;QAC9B,OAAO,CAAC,GAAG,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;KAC9B;AACH,CAAC,CAAA,CAAC,CAAC;AAEH,MAAM,MAAM,GAAsB;IAChC,cAAc,EAAE,SAAS;IACzB,QAAQ,EAAE;QACR,SAAS,EAAE;YACT;gBACE,OAAO,EAAE,QAAQ;gBACjB,QAAQ,EAAE;oBACR,SAAS,EAAE;wBACT,OAAO,EAAE,IAAI;wBACb,IAAI,EAAE,GAAG;qBACV;oBACD,eAAe,EAAE;wBACf,GAAG,EAAE;4BACH,GAAG,EAAE,CAAC,eAAe,CAAC;yBACvB;qBACF;iBACF;aACF;YACD;gBACE,OAAO,EAAE,QAAQ;gBACjB,QAAQ,EAAE;oBACR,SAAS,EAAE;wBACT,OAAO,EAAE,IAAI;wBACb,IAAI,EAAE,KAAK;qBACZ;oBACD,eAAe,EAAE;wBACf,GAAG,EAAE;4BACH,GAAG,EAAE,CAAC,eAAe,CAAC;yBACvB;qBACF;iBACF;aACF;SACF;KACF;IACD,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,EAAE;QACjB,UAAU,EAAE;YACV,GAAG,EAAE,OAAO,CAAC,GAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"hardhat.config.js","sourceRoot":"","sources":["../hardhat.config.ts"],"names":[],"mappings":"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"}
|