From a3a97ae316c25eff35cc0203184734d54a462d4d Mon Sep 17 00:00:00 2001 From: "asset-metadata-bot[bot]" <226385837+asset-metadata-bot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 10:42:38 +0000 Subject: [PATCH] feat: add new tokens for WIN-7420 --- modules/statics/src/coins/botOfcTokens.ts | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/modules/statics/src/coins/botOfcTokens.ts b/modules/statics/src/coins/botOfcTokens.ts index 444db33c5d..b772e50218 100644 --- a/modules/statics/src/coins/botOfcTokens.ts +++ b/modules/statics/src/coins/botOfcTokens.ts @@ -1 +1,16 @@ -export const botOfcTokens = []; +import type { UnderlyingAsset } from '../base'; +import * as AccountCtors from '../ofc'; +export const botOfcTokens = [ + AccountCtors.tofcerc20( + '5c1ecdc5-9a13-42a3-b10d-eee8831e14c1', + 'ofchteth:ams', + 'AMS Token v2', + 1, + 'hteth:ams' as unknown as UnderlyingAsset, + undefined, + undefined, + undefined, + undefined, + undefined + ), +];