Skip to content

Commit a73551b

Browse files
misc: Local network added to addresses.json
1 parent 215c47a commit a73551b

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

addresses.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,30 @@
248248
"ProfileCreationProxy": "0x8de25afc4B37e0AdBb58caf3dF06fAf419455404",
249249
"Treasury": "0x648Ddb72d51B5f1849586f6Fd2a95E70754A126A"
250250
},
251+
"local": {
252+
"testnet": true,
253+
"chainId": 31337,
254+
"network": "local",
255+
"LensProfilesGuardianTimelock": 300,
256+
"LensHandlesGuardianTimelock": 300,
257+
"Currencies": [],
258+
"Modules": {
259+
"v1": {
260+
"collect": [],
261+
"follow": [],
262+
"reference": []
263+
},
264+
"v2": {
265+
"follow": [],
266+
"act": [],
267+
"collect": [],
268+
"reference": []
269+
}
270+
},
271+
"TreasuryFee": 500,
272+
"ProfileRoyaltyFee": 500,
273+
"HandleRoyaltyFee": 500
274+
},
251275
"example": {
252276
"testnet": true,
253277
"chainId": 69,

0 commit comments

Comments
 (0)