Skip to content

Commit

Permalink
new addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Mar 21, 2024
1 parent 8f6a1b5 commit 92b19d4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contrib/promexporter/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 92b19d4

Please sign in to comment.