From a73551b33a96ef1697e7e6c118490af46c86b3ef Mon Sep 17 00:00:00 2001 From: donosonaumczuk Date: Tue, 4 Jun 2024 11:36:23 -0300 Subject: [PATCH] misc: Local network added to addresses.json --- addresses.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/addresses.json b/addresses.json index a5d8be6..cdc776e 100644 --- a/addresses.json +++ b/addresses.json @@ -248,6 +248,30 @@ "ProfileCreationProxy": "0x8de25afc4B37e0AdBb58caf3dF06fAf419455404", "Treasury": "0x648Ddb72d51B5f1849586f6Fd2a95E70754A126A" }, + "local": { + "testnet": true, + "chainId": 31337, + "network": "local", + "LensProfilesGuardianTimelock": 300, + "LensHandlesGuardianTimelock": 300, + "Currencies": [], + "Modules": { + "v1": { + "collect": [], + "follow": [], + "reference": [] + }, + "v2": { + "follow": [], + "act": [], + "collect": [], + "reference": [] + } + }, + "TreasuryFee": 500, + "ProfileRoyaltyFee": 500, + "HandleRoyaltyFee": 500 + }, "example": { "testnet": true, "chainId": 69,