From 1a960c9f2782457a95a1e5e385e6e759e36796fd Mon Sep 17 00:00:00 2001 From: shivammp Date: Thu, 8 Aug 2024 10:14:33 +0530 Subject: [PATCH] chore: Remove Base chain for TURF --- config/whitelist.json | 4 ---- src/constants/verifiedAssets.ts | 1 - 2 files changed, 5 deletions(-) diff --git a/config/whitelist.json b/config/whitelist.json index b9fb728..47047ee 100644 --- a/config/whitelist.json +++ b/config/whitelist.json @@ -2690,10 +2690,6 @@ { "address": "0xb59c8912c83157a955f9d715e556257f432c35d7", "chainId": "42161" - }, - { - "address": "0xb59c8912c83157a955f9d715e556257f432c35d7", - "chainId": "8453" } ], "profileLinks": { diff --git a/src/constants/verifiedAssets.ts b/src/constants/verifiedAssets.ts index 5cc0c27..a5ded57 100644 --- a/src/constants/verifiedAssets.ts +++ b/src/constants/verifiedAssets.ts @@ -1604,7 +1604,6 @@ const verifiedAssets: AddressMapping[] = [ tokenAddresses: [ { address: '0x38c2a4a7330b22788374b8ff70bba513c8d848ca', chainId: '1' }, { address: '0xb59c8912c83157a955f9d715e556257f432c35d7', chainId: '42161'}, - { address: '0xb59c8912c83157a955f9d715e556257f432c35d7', chainId: '8453'}, ], profileLinks: { siteUrl: 'https://truflation.com/',