From 92b19d45d1f765cd0ceacec311c927a2aaccc94f Mon Sep 17 00:00:00 2001 From: Trajan0x Date: Thu, 21 Mar 2024 15:46:23 +0000 Subject: [PATCH] new addresses --- contrib/promexporter/config/config.go | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/contrib/promexporter/config/config.go b/contrib/promexporter/config/config.go index 3325088346..f798dd9c99 100644 --- a/contrib/promexporter/config/config.go +++ b/contrib/promexporter/config/config.go @@ -104,10 +104,15 @@ func DecodeConfig(filePath string) (_ Config, err error) { ChainIDs: types.ToInts(types.ETH, types.ARBITRUM, types.AVALANCHE, types.OPTIMISM), }, { - Address: "0xb300eff6b57aa09e5fccf7221fcb9e676a74d931", + Address: "0xdd50676f81f607fd8ba7ed3187ddf172db174cd3", Name: "rfq", ChainIDs: types.ToInts(types.OPTIMISM, types.ARBITRUM, types.ETH), }, + { + Address: "0xdc927bd56cf9dfc2e3779c7e3d6d28da1c219969", + Name: "rfq2", + ChainIDs: types.ToInts(types.OPTIMISM, types.ARBITRUM, types.ETH), + }, } cfg.BridgeChecks = map[int]string{