From c2becdc25dc48851651b2ae141f4855679c1ec0f Mon Sep 17 00:00:00 2001 From: Shubham Damkondwar Date: Mon, 22 Dec 2025 16:15:24 +0530 Subject: [PATCH] fix: tog:tog token config WIN-8356 TICKET: WIN-8356 --- modules/statics/src/coins/erc20Coins.ts | 6 +++++- modules/statics/src/coins/ofcErc20Coins.ts | 15 ++++++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/modules/statics/src/coins/erc20Coins.ts b/modules/statics/src/coins/erc20Coins.ts index 7b5f343fc9..638e33563e 100644 --- a/modules/statics/src/coins/erc20Coins.ts +++ b/modules/statics/src/coins/erc20Coins.ts @@ -14201,6 +14201,10 @@ export const erc20Coins = [ 'Testnet OG TOG', 6, '0x233fd9435ddaf83fbb548f7e360ce34d0ed1eb9a', - UnderlyingAsset['tog:tog'] + UnderlyingAsset['tog:tog'], + undefined, + undefined, + undefined, + Networks.test.og ), ]; diff --git a/modules/statics/src/coins/ofcErc20Coins.ts b/modules/statics/src/coins/ofcErc20Coins.ts index ff5be5d21e..799b476728 100644 --- a/modules/statics/src/coins/ofcErc20Coins.ts +++ b/modules/statics/src/coins/ofcErc20Coins.ts @@ -4685,7 +4685,20 @@ export const tOfcErc20Coins = [ // Story Network tokens ofcerc20('452cc4f6-3c77-4193-a572-4b0d0f838c3c', 'ofcip:aria', 'Aria', 18, underlyingAssetForSymbol('ip:aria')), - tofcerc20('0f1c9dc6-183c-4b11-8614-5f28406193c7', 'ofctog:TOG', 'OG TOG', 6, underlyingAssetForSymbol('tog:tog')), + tofcerc20( + '0f1c9dc6-183c-4b11-8614-5f28406193c7', + 'ofctog:TOG', + 'OG TOG', + 6, + underlyingAssetForSymbol('tog:tog'), + undefined, + undefined, + undefined, + undefined, + undefined, + undefined, + 'tog' + ), ]; function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {