We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d1de55 + 8dc18d1 commit 5db9532Copy full SHA for 5db9532
modules/statics/src/base.ts
@@ -2758,6 +2758,7 @@ export enum UnderlyingAsset {
2758
2759
// Nep141 testnet tokens
2760
'tnear:tnep24dp' = 'tnear:tnep24dp',
2761
+ 'tnear:usdc' = 'tnear:usdc',
2762
2763
// VET tokens
2764
'vet:vtho' = 'vet:vtho',
modules/statics/src/coins/nep141Tokens.ts
@@ -34,4 +34,14 @@ export const nep141Tokens = [
34
UnderlyingAsset['tnear:tnep24dp'],
35
NEAR_TOKEN_FEATURES
36
),
37
+ tnep141Token(
38
+ '272b824a-792a-444b-be3a-4783cd34ae59',
39
+ 'tnear:usdc',
40
+ 'USD Coin',
41
+ 6,
42
+ '3e2210e1184b45b64c8a434c0a7e7b23cc04ea7eb7a6c3c32520d03d4afcb8af',
43
+ '1250000000000000000000',
44
+ UnderlyingAsset['tnear:usdc'],
45
+ NEAR_TOKEN_FEATURES
46
+ ),
47
];
0 commit comments