From 2cb4478ba2c76aa0bf391ce1d68f51b19b7a0fd7 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 8 Sep 2020 19:48:54 +0200 Subject: [PATCH] change mainnet oceanTokenAddress --- 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 27a74a7d..3dfde7cb 100644 --- a/src/utils/ConfigHelper.ts +++ b/src/utils/ConfigHelper.ts @@ -40,7 +40,7 @@ const configs: ConfigHelperConfig[] = [ network: 'mainnet', nodeUri: 'https://mainnet.infura.io/v3', factoryAddress: '0x1234', - oceanTokenAddress: '0x985dd3d42de1e256d09e1c10f112bccb8015ad41', + oceanTokenAddress: '0x7AFeBBB46fDb47ed17b22ed075Cde2447694fB9e', metadataStoreUri: null, providerUri: null, poolFactoryAddress: null,