From 46534324f5a963d2214c2c70ace0022486c26a54 Mon Sep 17 00:00:00 2001 From: alexcos20 Date: Fri, 2 Oct 2020 06:06:25 -0700 Subject: [PATCH] fix type in Metadata --- src/utils/ConfigHelper.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ConfigHelper.ts b/src/utils/ConfigHelper.ts index fa37fc41..13aac9d6 100644 --- a/src/utils/ConfigHelper.ts +++ b/src/utils/ConfigHelper.ts @@ -50,7 +50,7 @@ const configs: ConfigHelperConfig[] = [ providerUri: 'https://provider.rinkeby.v3.dev-ocean.com', poolFactoryAddress: '0x53eDF9289B0898e1652Ce009AACf8D25fA9A42F8', fixedRateExchangeAddress: '0xeD1DfC5F3a589CfC4E8B91C1fbfC18FC6699Fbde', - metadataContractAddress: '0x2C63bf697f74C72CFB727Fb5eB8e6266cE341e13' + metadataContractAddress: '0xFD8a7b6297153397B7eb4356C47dbd381d58bFF4' }, { networkId: 1,