From 8b86d6199a54e8817062817936e52549503c8858 Mon Sep 17 00:00:00 2001 From: 0xpApaSmURf <89014495+0xpApaSmURf@users.noreply.github.com> Date: Thu, 1 Feb 2024 09:49:29 +0000 Subject: [PATCH] feat: removed backed from token restrictions (#180) --- src/constants/tokenRestrictions.tsx | 4 ++-- src/constants/tokens.ts | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/constants/tokenRestrictions.tsx b/src/constants/tokenRestrictions.tsx index 9b9a9c51..3b95d6f9 100644 --- a/src/constants/tokenRestrictions.tsx +++ b/src/constants/tokenRestrictions.tsx @@ -1,6 +1,6 @@ import { SupportedChainId } from './chains' import TokenRestrictionCache from './TokenRestrictionLookupTable' -import { bIB01_MAINNET,EURS, OUT2 } from './tokens' +import {EURS, OUT2 } from './tokens' export enum TOKEN_RESTRICTION_TYPE { NONE = -1, @@ -20,7 +20,7 @@ export const TOKEN_RESTRICTIONS: { [EURS.address]: TOKEN_RESTRICTION_TYPE.ACCREDITED_INVESTOR, }, [SupportedChainId.MAINNET]: { - [bIB01_MAINNET.address]: TOKEN_RESTRICTION_TYPE.ACCREDITED_INVESTOR, + }, } diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index a6319150..f7fa7478 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -45,13 +45,13 @@ export const STETH_MAINNET = new Token( 'stETH', 'Liquid staked Ether 2.0' ) -export const bIB01_MAINNET = new Token( - SupportedChainId.MAINNET, - "0xca30c93b02514f86d5c86a6e375e3a330b435fb5", - 18, - 'bIB01', - 'Backed IB01 $ Treasury Bond 0-1yr' -) +// const bIB01_MAINNET = new Token( +// SupportedChainId.MAINNET, +// "0xca30c93b02514f86d5c86a6e375e3a330b435fb5", +// 18, +// 'bIB01', +// 'Backed IB01 $ Treasury Bond 0-1yr' +// ) export const OUT1 = new Token( SupportedChainId.OPTIMISM_GOERLI, '0x32307adfFE088e383AFAa721b06436aDaBA47DBE',