@@ -2,16 +2,22 @@ import {TokenScriptsMeta} from "../providers/databaseProvider";
2
2
3
3
export const knownTokenScripts : TokenScriptsMeta [ ] = [
4
4
{
5
- tokenScriptId : "ENS " ,
5
+ tokenScriptId : "137-0xB48f53010Acbc0E24D3D12D892E2215879e6fD13 " ,
6
6
loadType : "resolve" ,
7
- name : "ENS " ,
8
- iconUrl : "/assets/tokenscript-icons/ENS .png"
7
+ name : "MORCHI " ,
8
+ iconUrl : "https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/logos/MORCHI .png"
9
9
} ,
10
10
{
11
- tokenScriptId : "DAI " ,
11
+ tokenScriptId : "8217-0x4e3f3a3dba12cec714cba0508a1bab8ead85af31 " ,
12
12
loadType : "resolve" ,
13
- name : "DAI" ,
14
- iconUrl : "/assets/tokenscript-icons/DAI.png"
13
+ name : "Seven Dragons" ,
14
+ iconUrl : "https://resources.smartlayer.network/smart-token-store/images/seven-dragon/market-tile.png"
15
+ } ,
16
+ {
17
+ tokenScriptId : "185-0x80A6da00140C4798bAba3b3f362839b6f87b6fc6" ,
18
+ loadType : "resolve" ,
19
+ name : "Mint Cats" ,
20
+ iconUrl : "https://resources.smartlayer.network/smart-token-store/images/mint/market-tile-2.png"
15
21
} ,
16
22
{
17
23
tokenScriptId : "137-0xD5cA946AC1c1F24Eb26dae9e1A53ba6a02bd97Fe" ,
@@ -25,6 +31,60 @@ export const knownTokenScripts: TokenScriptsMeta[] = [
25
31
name : "SmartCat Loot" ,
26
32
iconUrl : "/assets/tokenscripts/smart-cat/loot-meta/contract.png"
27
33
} ,
34
+ // {
35
+ // tokenScriptId: "1-0x3c7e352481f4b2fdec1e642a3f0018661c77513d",
36
+ // loadType: "resolve",
37
+ // name: "DevconVI",
38
+ // iconUrl: "https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/logos/devcon-vi.png"
39
+ // },
40
+ // {
41
+ // tokenScriptId: "1-0x0c8b0e8f975bf3dfb99904005385e825a391af81",
42
+ // loadType: "resolve",
43
+ // name: "Nifty Tailor Suit Up",
44
+ // iconUrl: "https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/logos/nifty-tailor-suit-up.png"
45
+ // },
46
+ {
47
+ tokenScriptId : "1-0xDb82c0d91E057E05600C8F8dc836bEb41da6df14" ,
48
+ loadType : "resolve" ,
49
+ name : "SLN Ethereum" ,
50
+ iconUrl : "https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/sln/sln-front-facing-logo-ts.webp"
51
+ } ,
52
+ {
53
+ tokenScriptId : "137-0x1fe78e67ad10ba3a9583e672cac0480737d1b9f7" ,
54
+ loadType : "resolve" ,
55
+ name : "SLN Polygon" ,
56
+ iconUrl : "https://cdn.jsdelivr.net/gh/SmartTokenLabs/resources/images/sln/sln-front-facing-logo-ts.webp"
57
+ } ,
58
+ {
59
+ tokenScriptId : "ENS" ,
60
+ loadType : "resolve" ,
61
+ name : "ENS" ,
62
+ iconUrl : "/assets/tokenscript-icons/ENS.png"
63
+ } ,
64
+ {
65
+ tokenScriptId : "1-0x6b175474e89094c44da98b954eedeac495271d0f" ,
66
+ loadType : "resolve" ,
67
+ name : "DAI" ,
68
+ iconUrl : "https://resources.smartlayer.network/smart-token-store/images/dai-logo.svg"
69
+ } ,
70
+ {
71
+ tokenScriptId : "1-0xdac17f958d2ee523a2206206994597c13d831ec7" ,
72
+ loadType : "resolve" ,
73
+ name : "USDT" ,
74
+ iconUrl : "https://resources.smartlayer.network/smart-token-store/images/tether-logo.svg"
75
+ } ,
76
+ {
77
+ tokenScriptId : "1-0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" ,
78
+ loadType : "resolve" ,
79
+ name : "USDC" ,
80
+ iconUrl : "https://resources.smartlayer.network/smart-token-store/images/usdc-logo.svg"
81
+ } ,
82
+ {
83
+ tokenScriptId : "1-0x514910771af9ca656af840dff83e8264ecf986ca" ,
84
+ loadType : "resolve" ,
85
+ name : "LINK" ,
86
+ iconUrl : "https://resources.smartlayer.network/smart-token-store/images/chainlink-logo.svg"
87
+ } ,
28
88
{
29
89
tokenScriptId : "1-0xAFb979d9afAd1aD27C5eFf4E27226E3AB9e5dCC9" ,
30
90
loadType : "resolve" ,
@@ -43,18 +103,6 @@ export const knownTokenScripts: TokenScriptsMeta[] = [
43
103
name: "Redbrick",
44
104
iconUrl: "https://resources.smartlayer.network/smart-token-store/images/seven-dragon/market-tile.png"
45
105
},*/
46
- {
47
- tokenScriptId : "8217-0x4e3f3a3dba12cec714cba0508a1bab8ead85af31" ,
48
- loadType : "resolve" ,
49
- name : "Seven Dragons" ,
50
- iconUrl : "https://resources.smartlayer.network/smart-token-store/images/seven-dragon/market-tile.png"
51
- } ,
52
- {
53
- tokenScriptId : "185-0x80A6da00140C4798bAba3b3f362839b6f87b6fc6" ,
54
- loadType : "resolve" ,
55
- name : "Mint Cats" ,
56
- iconUrl : "https://resources.smartlayer.network/smart-token-store/images/mint/market-tile-2.png"
57
- } ,
58
106
] ;
59
107
60
108
export const getKnownTokenScriptMetaById = ( tsId : string ) => {
0 commit comments