diff --git a/modules/statics/src/allCoinsAndTokens.ts b/modules/statics/src/allCoinsAndTokens.ts index 286b5c7d18..94be9ef785 100644 --- a/modules/statics/src/allCoinsAndTokens.ts +++ b/modules/statics/src/allCoinsAndTokens.ts @@ -43,6 +43,7 @@ import { tstellarToken, tsuiToken, ttaoToken, + tip20Token, ttip20Token, ttronToken, tvetNFTCollection, @@ -2907,6 +2908,24 @@ export const allCoinsAndTokens = [ BaseUnit.ETH, TEMPO_FEATURES ), + tip20Token( + '63eab677-8bf3-4079-8bb1-f57666ff21e5', + 'tempo:pathusd', + 'pathUSD', + 6, + '0x20c0000000000000000000000000000000000000', + UnderlyingAsset['tempo:pathusd'], + TEMPO_FEATURES + ), + tip20Token( + '39a57b34-0ce5-40d6-a231-c53a287491a6', + 'tempo:usdc', + 'USDC', + 6, + '0x20c000000000000000000000b9537d11c60e8b50', + UnderlyingAsset['tempo:usdc'], + TEMPO_FEATURES + ), // Tempo TIP20 testnet tokens ttip20Token( 'e1872fd8-14ee-4dc9-bc5e-fd52552d9c60', diff --git a/modules/statics/src/base.ts b/modules/statics/src/base.ts index ef1cdf66e5..b52d2723dd 100644 --- a/modules/statics/src/base.ts +++ b/modules/statics/src/base.ts @@ -3616,6 +3616,10 @@ export enum UnderlyingAsset { 'canton:cbtc' = 'canton:cbtc', 'canton:usdxlr' = 'canton:usdxlr', + // Tempo mainnet tokens + 'tempo:pathusd' = 'tempo:pathusd', + 'tempo:usdc' = 'tempo:usdc', + // Tempo testnet tokens 'ttempo:pathusd' = 'ttempo:pathusd', 'ttempo:alphausd' = 'ttempo:alphausd', diff --git a/modules/statics/src/coins/ofcCoins.ts b/modules/statics/src/coins/ofcCoins.ts index 8654be87ef..eb19aef7d6 100644 --- a/modules/statics/src/coins/ofcCoins.ts +++ b/modules/statics/src/coins/ofcCoins.ts @@ -40,6 +40,7 @@ import { tofcTonToken, ofcSuiToken, tofcSuiToken, + ofcTempoToken, tofcTempoToken, } from '../ofc'; import { UnderlyingAsset, CoinKind, CoinFeature } from '../base'; @@ -4070,6 +4071,15 @@ export const ofcCoins = [ // New SUI OFC token ofcSuiToken('1e01eb3d-2573-4662-aa5e-4c390e4a9b38', 'ofcsui:dmc', 'DeLorean', 9, UnderlyingAsset['sui:dmc']), ofcSuiToken('e4f5a6b7-8c9d-4eaf-82a3-4b5c6d7e8f9a', 'ofcsui:mmt', 'Momentum', 9, UnderlyingAsset['sui:mmt']), + // Tempo mainnet OFC tokens + ofcTempoToken( + '61cbeade-67a7-4f18-b60d-bca7bf66d97e', + 'ofctempo:pathusd', + 'pathUSD', + 6, + UnderlyingAsset['tempo:pathusd'] + ), + ofcTempoToken('c9a90ee0-6546-413c-9cbe-94fdc14985c5', 'ofctempo:usdc', 'USDC', 6, UnderlyingAsset['tempo:usdc']), // Tempo testnet OFC tokens tofcTempoToken( '7912e76e-5a5c-4f1b-86e9-1fc2a51f5a98',