Skip to content

Commit

Permalink
chore: configuration addition and linters
Browse files Browse the repository at this point in the history
  • Loading branch information
kupermind committed Oct 16, 2024
1 parent c71519f commit 3664c82
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 12 deletions.
2 changes: 2 additions & 0 deletions .gitleaksignore
Original file line number Diff line number Diff line change
Expand Up @@ -426,3 +426,5 @@ eff9ec09651b73fcbd7270f070b2747e6f408157:scripts/deployment/l2/globals_arbitrum_
08d8153bc8dc60d952edbb022229c1994906c7e:scripts/deployment/l2/globals_mode_sepolia.json:generic-api-key:2
b5ca8da1a582e0e91c3d292f72c91411874756f0:scripts/deployment/l2/globals_mode_mainnet.json:generic-api-key:1
b5ca8da1a582e0e91c3d292f72c91411874756f0:scripts/deployment/l2/globals_mode_mainnet.json:generic-api-key:2
c71519f1ffae8a411ee44ee49de26d13ec6a0ce2:scripts/deployment/l2/globals_mode_mainnet.json:generic-api-key:1
c71519f1ffae8a411ee44ee49de26d13ec6a0ce2:scripts/deployment/l2/globals_mode_mainnet.json:generic-api-key:2
29 changes: 17 additions & 12 deletions docs/configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -655,47 +655,52 @@
{
"name": "ServiceRegistryL2",
"artifact": "abis/0.8.28/ServiceRegistryL2.json",
"address": ""
"address": "0x3C1fF68f5aa342D296d4DEe4Bb1cACCA912D95fE"
},
{
"name": "ServiceRegistryTokenUtility",
"artifact": "abis/0.8.28/ServiceRegistryTokenUtility.json",
"address": ""
"address": "0x34C895f302D0b5cf52ec0Edd3945321EB0f83dd5"
},
{
"name": "ServiceManagerToken",
"artifact": "abis/0.8.28/ServiceManagerToken.json",
"address": ""
"address": "0x63e66d7ad413C01A7b49C7FF4e3Bb765C4E4bd1b"
},
{
"name": "OperatorWhitelist",
"artifact": "abis/0.8.28/OperatorWhitelist.json",
"address": ""
"address": "0x3d77596beb0f130a4415df3D2D8232B3d3D31e44"
},
{
"name": "GnosisSafeMultisig",
"artifact": "abis/0.8.28/GnosisSafeMultisig.json",
"address": ""
"address": "0xBb7e1D6Cb6F243D6bdE81CE92a9f2aFF7Fbe7eac"
},
{
"name": "GnosisSafeSameAddressMultisig",
"artifact": "abis/0.8.28/GnosisSafeSameAddressMultisig.json",
"address": ""
"address": "0xFbBEc0C8b13B38a9aC0499694A69a10204c5E2aB"
},
{
"name": "StakingToken",
"artifact": "abis/0.8.25/StakingToken.json",
"address": ""
"artifact": "abis/0.8.28/StakingToken.json",
"address": "0xE49CB081e8d96920C38aA7AB90cb0294ab4Bc8EA"
},
{
"name": "StakingNativeToken",
"artifact": "abis/0.8.28/StakingNativeToken.json",
"address": "0x88DE734655184a09B70700aE4F72364d1ad23728"
},
{
"name": "StakingVerifier",
"artifact": "abis/0.8.25/StakingVerifier.json",
"address": ""
"artifact": "abis/0.8.28/StakingVerifier.json",
"address": "0x87c511c8aE3fAF0063b3F3CF9C6ab96c4AA5C60c"
},
{
"name": "StakingFactory",
"artifact": "abis/0.8.25/StakingFactory.json",
"address": ""
"artifact": "abis/0.8.28/StakingFactory.json",
"address": "0x75D529FAe220bC8db714F0202193726b46881B76"
}
]
},
Expand Down

0 comments on commit 3664c82

Please sign in to comment.