Skip to content

Commit 35a346d

Browse files
feat: add testnet ip ofc token
Ticket: WIN-8435
1 parent 4969a36 commit 35a346d

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

modules/statics/src/coins/ofcErc20Coins.ts

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ofcerc20, tofcerc20 } from '../ofc';
1+
import { OfcCoin, ofcerc20, tofcerc20 } from '../ofc';
22
import { CoinFeature, UnderlyingAsset } from '../base';
33
import { AccountCoin } from '../account';
44

@@ -4804,11 +4804,11 @@ export const tOfcErc20Coins = [
48044804
ofcerc20(
48054805
'1458bca6-e0d3-455e-81c7-55862dc5af52',
48064806
'ofcmon:usdc',
4807-
'USDC:MON',
4807+
'MON:USDC',
48084808
6,
48094809
underlyingAssetForSymbol('mon:usdc'),
48104810
undefined,
4811-
undefined,
4811+
[...OfcCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN],
48124812
'',
48134813
undefined,
48144814
undefined,
@@ -4838,7 +4838,7 @@ export const tOfcErc20Coins = [
48384838
6,
48394839
underlyingAssetForSymbol('xdc:usdc'),
48404840
undefined,
4841-
undefined,
4841+
[...OfcCoin.DEFAULT_FEATURES, CoinFeature.STABLECOIN],
48424842
'',
48434843
undefined,
48444844
undefined,
@@ -4917,6 +4917,20 @@ export const tOfcErc20Coins = [
49174917
true,
49184918
'ip'
49194919
),
4920+
tofcerc20(
4921+
'94eb6074-b01f-43b4-81ed-d53fb5c2566d',
4922+
'ofctip:tmt',
4923+
'TMT',
4924+
18,
4925+
underlyingAssetForSymbol('tip:tmt'),
4926+
undefined,
4927+
undefined,
4928+
'',
4929+
undefined,
4930+
undefined,
4931+
true,
4932+
'tip'
4933+
),
49204934
];
49214935

49224936
function underlyingAssetForSymbol(underlyingAssetValue: string): UnderlyingAsset {

0 commit comments

Comments
 (0)