diff --git a/src/constants/tokenRestrictions.tsx b/src/constants/tokenRestrictions.tsx index e15f5e91..9b9a9c51 100644 --- a/src/constants/tokenRestrictions.tsx +++ b/src/constants/tokenRestrictions.tsx @@ -1,6 +1,6 @@ import { SupportedChainId } from './chains' import TokenRestrictionCache from './TokenRestrictionLookupTable' -import { EURS, OUT2 } from './tokens' +import { bIB01_MAINNET,EURS, OUT2 } from './tokens' export enum TOKEN_RESTRICTION_TYPE { NONE = -1, @@ -19,6 +19,9 @@ export const TOKEN_RESTRICTIONS: { [SupportedChainId.SEPOLIA]: { [EURS.address]: TOKEN_RESTRICTION_TYPE.ACCREDITED_INVESTOR, }, + [SupportedChainId.MAINNET]: { + [bIB01_MAINNET.address]: TOKEN_RESTRICTION_TYPE.ACCREDITED_INVESTOR, + }, } if (!process.env.REACT_APP_SUMSUB_ACCREDITED_INVESTOR_FORM_URL) { diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 3c504e76..a6319150 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -45,6 +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' +) export const OUT1 = new Token( SupportedChainId.OPTIMISM_GOERLI, '0x32307adfFE088e383AFAa721b06436aDaBA47DBE',