From a4e3139fef896a6f4701c046ebe0fc9c85583cb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Mendes?= Date: Thu, 14 Sep 2023 09:39:39 -0300 Subject: [PATCH] support omni child on avax base and zkevm --- networks.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/networks.yaml b/networks.yaml index aced87c..3bd9c65 100644 --- a/networks.yaml +++ b/networks.yaml @@ -197,6 +197,9 @@ avalanche: authorizerAdaptorEntrypoint: address: "0x4E7bBd911cf1EFa442BC1b2e9Ea01ffE785412EC" startBlock: 26387586 + omniVotingEscrowChild: + address: "0xE241C6e48CA045C7f631600a0f1403b2bFea05ad" + startBlock: 30445851 polygon-zkevm: network: polygon-zkevm EventEmitter: @@ -208,6 +211,9 @@ polygon-zkevm: authorizerAdaptorEntrypoint: address: "0xb9aD3466cdd42015cc05d4804DC68D562b6a2065" startBlock: 203624 + omniVotingEscrowChild: + address: "0xE241C6e48CA045C7f631600a0f1403b2bFea05ad" + startBlock: 394609 base: network: base EventEmitter: @@ -221,4 +227,7 @@ base: startBlock: 2555348 authorizerAdaptorEntrypoint: address: "0x9129E834e15eA19b6069e8f08a8EcFc13686B8dC" - startBlock: 1205742 \ No newline at end of file + startBlock: 1205742 + omniVotingEscrowChild: + address: "0xE241C6e48CA045C7f631600a0f1403b2bFea05ad" + startBlock: 2417884 \ No newline at end of file