File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2923,6 +2923,16 @@ export const allCoinsAndTokens = [
29232923 Networks . test . ip
29242924 ) ,
29252925
2926+ erc20Token (
2927+ '9d0e81bc-b049-402b-83ce-3a5dd9680f17' ,
2928+ 'tip:tmt' ,
2929+ 'Testnet Story TMT' ,
2930+ 6 ,
2931+ '0xb283ec8dad644effc5c4c50bb7bb21442ac3c2db' ,
2932+ UnderlyingAsset [ 'tip:tmt' ] ,
2933+ Networks . test . ip
2934+ ) ,
2935+
29262936 // Story mainnet tokens
29272937 erc20Token (
29282938 '2460e83c-e819-42c3-83c9-3974e08a45c8' ,
Original file line number Diff line number Diff line change @@ -2945,6 +2945,7 @@ export enum UnderlyingAsset {
29452945
29462946 // Story testnet tokens
29472947 'tip:usdc' = 'tip:usdc' ,
2948+ 'tip:tmt' = 'tip:tmt' ,
29482949
29492950 // Story mainnet tokens
29502951 'ip:aria' = 'ip:aria' ,
You can’t perform that action at this time.
0 commit comments