We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f905e02 + 0d7a7d5 commit 10f59ceCopy full SHA for 10f59ce
2 files changed
modules/statics/src/allCoinsAndTokens.ts
@@ -2963,6 +2963,16 @@ export const allCoinsAndTokens = [
2963
Networks.test.ip
2964
),
2965
2966
+ erc20Token(
2967
+ '9d0e81bc-b049-402b-83ce-3a5dd9680f17',
2968
+ 'tip:tmt',
2969
+ 'Testnet Story TMT',
2970
+ 6,
2971
+ '0xb283ec8dad644effc5c4c50bb7bb21442ac3c2db',
2972
+ UnderlyingAsset['tip:tmt'],
2973
+ Networks.test.ip
2974
+ ),
2975
+
2976
// Story mainnet tokens
2977
erc20Token(
2978
'2460e83c-e819-42c3-83c9-3974e08a45c8',
modules/statics/src/base.ts
@@ -2955,6 +2955,7 @@ export enum UnderlyingAsset {
2955
2956
// Story testnet tokens
2957
'tip:usdc' = 'tip:usdc',
2958
+ 'tip:tmt' = 'tip:tmt',
2959
2960
2961
'ip:aria' = 'ip:aria',
0 commit comments