Skip to content

Commit ea182b7

Browse files
authored
fix: removed USDT (#1499)
1 parent 8369a89 commit ea182b7

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

src/modules/xcm/tokens/index.ts

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,7 @@ export const xcmToken = {
6565
originChain: Chain.MOONBEAM,
6666
minBridgeAmount: '0.2',
6767
},
68-
{
69-
symbol: 'USDT',
70-
isNativeToken: false,
71-
assetId: '4294969280',
72-
originAssetId: '1984',
73-
logo: require('/src/assets/img/token/usdt.png'),
74-
isXcmCompatible: true,
75-
originChain: Chain.ASSET_HUB,
76-
minBridgeAmount: '1.5',
77-
},
68+
7869
{
7970
symbol: 'IBTC',
8071
isNativeToken: false,
@@ -258,16 +249,7 @@ export const xcmToken = {
258249
originChain: Chain.MOONRIVER,
259250
minBridgeAmount: '0.007',
260251
},
261-
{
262-
symbol: 'USDT',
263-
isNativeToken: false,
264-
assetId: '4294969280',
265-
originAssetId: '1984',
266-
logo: require('/src/assets/img/token/usdt.png'),
267-
isXcmCompatible: true,
268-
originChain: Chain.ASSET_HUB_KUSAMA,
269-
minBridgeAmount: '0.1',
270-
},
252+
271253
{
272254
symbol: 'KBTC',
273255
isNativeToken: false,

0 commit comments

Comments
 (0)