From fb81df0d25c04986a1d2e158a83df17bd4de0632 Mon Sep 17 00:00:00 2001 From: Aleix Date: Tue, 30 Jan 2024 12:16:08 +0100 Subject: [PATCH] New PluginRepo contract address --- packages/subgraph/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/subgraph/utils/constants.ts b/packages/subgraph/utils/constants.ts index ccf5f804..158dd789 100644 --- a/packages/subgraph/utils/constants.ts +++ b/packages/subgraph/utils/constants.ts @@ -1,4 +1,4 @@ export const ADDRESS_ZERO = '0x0000000000000000000000000000000000000000'; export const PLUGIN_INTERFACE = '0x11223344'; -export const PLUGIN_REPO_ADDRESS = '0x74057f3f3809a874f28e3ebe80a1f1a5a137b64e'; // make sure address are lowercased +export const PLUGIN_REPO_ADDRESS = '0x98c60a356f03244f9c33c9ca224d960cd45fd2c1'; // make sure address are lowercased