From f177a930979dd5e1c6c90bc59e078792cc03e3bd Mon Sep 17 00:00:00 2001 From: Shivaram Krishna Date: Wed, 29 Oct 2025 12:48:54 +0530 Subject: [PATCH] feat: onboarding tokens win-7708 --- modules/statics/src/allCoinsAndTokens.ts | 18 ++++++++++++++++++ modules/statics/src/base.ts | 2 ++ modules/statics/src/coins/ofcErc20Coins.ts | 15 +++++++++++++++ 3 files changed, 35 insertions(+) diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index 40cfe3b60a..1df85b585d 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -2506,6 +2506,24 @@ export const allCoinsAndTokens = [ UnderlyingAsset['baseeth:towns'], Networks.main.basechain ), + erc20Token( + 'cc24757e-e2e4-4bfe-8102-834f1be55341', + 'baseeth:brlv', + 'BRL Velocity', + 18, + '0xd2047ebdb205ee6862b69ae9fb3501652cc97d36', + UnderlyingAsset['baseeth:brlv'], + Networks.main.basechain + ), + erc20Token( + '364a7400-844a-4bda-80dc-74ed6fbce488', + 'baseeth:wbrly', + 'Wrapped BRLY', + 24, + '0xe1f72919df7b523919dd49c7b5adc6002f983453', + UnderlyingAsset['baseeth:wbrly'], + Networks.main.basechain + ), hederaCoin( '98aad956-27ee-45dd-aa43-6a23c9a1d1d0', 'hbar', diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index 999a5e8652..bcb6288e7b 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -2825,6 +2825,8 @@ export enum UnderlyingAsset { 'baseeth:avnt' = 'baseeth:avnt', 'baseeth:mira' = 'baseeth:mira', 'baseeth:towns' = 'baseeth:towns', + 'baseeth:brlv' = 'baseeth:brlv', + 'baseeth:wbrly' = 'baseeth:wbrly', // BaseETH testnet tokens 'tbaseeth:usdc' = 'tbaseeth:usdc', diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index d78d7c9f84..4a8237ba9d 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4492,6 +4492,21 @@ export const tOfcErc20Coins = [ ofcerc20('faddfbec-becf-4f9f-8f8b-9daebfcadbec', 'ofcbaseeth:towns', 'Towns', 18, UnderlyingAsset['baseeth:towns']), + ofcerc20( + '088adddd-d75d-416f-94f0-05b686ffc424', + 'ofcbaseeth:brlv', + 'BRL Velocity', + 18, + UnderlyingAsset['baseeth:brlv'] + ), + ofcerc20( + '72d1eb99-3882-42db-abdd-c3a02f3829b4', + 'ofcbaseeth:wbrly', + 'Wrapped BRLY', + 24, + UnderlyingAsset['baseeth:wbrly'] + ), + ofcerc20('abeefced-cfda-4afa-8f9c-aebfcadbecfd', 'ofceth:align', 'Aligned', 18, UnderlyingAsset['eth:align']), ofcerc20('bcfffdee-daeb-4bfb-9fad-bfcadbecfdae', 'ofceth:xan', 'Anoma', 18, UnderlyingAsset['eth:xan']),