diff --git a/.gitleaksignore b/.gitleaksignore index 203c89ca..09fc9598 100644 --- a/.gitleaksignore +++ b/.gitleaksignore @@ -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 \ No newline at end of file diff --git a/docs/configuration.json b/docs/configuration.json index ce178871..4e4fd65a 100644 --- a/docs/configuration.json +++ b/docs/configuration.json @@ -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" } ] },