@basedone/core 0.1.6 → 0.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.mts +79 -8
- package/dist/index.d.ts +79 -8
- package/dist/index.js +3979 -402
- package/dist/index.mjs +75 -31
- package/dist/{meta-CDVVRMMG.mjs → meta-FVJIMALT.mjs} +66 -31
- package/dist/{meta-HEOHBPHS.mjs → meta-UOGUG3OW.mjs} +102 -74
- package/dist/perpDexs-G7V2QIM6.mjs +2830 -0
- package/dist/perpDexs-GGL32HT4.mjs +259 -0
- package/dist/{spotMeta-NK626IKQ.mjs → spotMeta-OD7S6HGW.mjs} +350 -8
- package/dist/{spotMeta-4LMKHJUT.mjs → spotMeta-PCN4Z4R3.mjs} +740 -3
- package/index.ts +1 -0
- package/lib/cloid/cloid.ts +2 -0
- package/lib/fee.ts +40 -13
- package/lib/hip3/market-info.ts +36 -8
- package/lib/hip3/utils.ts +23 -2
- package/lib/meta/data/mainnet/meta.json +102 -74
- package/lib/meta/data/mainnet/perpDexs.json +241 -4
- package/lib/meta/data/mainnet/spotMeta.json +350 -8
- package/lib/meta/data/testnet/meta.json +66 -31
- package/lib/meta/data/testnet/perpDexs.json +2287 -136
- package/lib/meta/data/testnet/spotMeta.json +740 -3
- package/lib/meta/metadata.ts +8 -1
- package/lib/meta/types.ts +36 -0
- package/package.json +1 -1
- package/dist/perpDexs-G5YWV3II.mjs +0 -22
- package/dist/perpDexs-PGY6VMYS.mjs +0 -679
|
@@ -4,13 +4,250 @@
|
|
|
4
4
|
"name": "xyz",
|
|
5
5
|
"fullName": "XYZ",
|
|
6
6
|
"deployer": "0x88806a71d74ad0a510b350545c9ae490912f0888",
|
|
7
|
-
"oracleUpdater":
|
|
8
|
-
"feeRecipient":
|
|
7
|
+
"oracleUpdater": null,
|
|
8
|
+
"feeRecipient": "0x97f46f90c04efb91d0d740bd263e76683ca6f904",
|
|
9
9
|
"assetToStreamingOiCap": [
|
|
10
|
+
[
|
|
11
|
+
"xyz:AAPL",
|
|
12
|
+
"25000000.0"
|
|
13
|
+
],
|
|
14
|
+
[
|
|
15
|
+
"xyz:AMZN",
|
|
16
|
+
"25000000.0"
|
|
17
|
+
],
|
|
18
|
+
[
|
|
19
|
+
"xyz:COIN",
|
|
20
|
+
"25000000.0"
|
|
21
|
+
],
|
|
22
|
+
[
|
|
23
|
+
"xyz:GOLD",
|
|
24
|
+
"25000000.0"
|
|
25
|
+
],
|
|
26
|
+
[
|
|
27
|
+
"xyz:GOOGL",
|
|
28
|
+
"50000000.0"
|
|
29
|
+
],
|
|
30
|
+
[
|
|
31
|
+
"xyz:HOOD",
|
|
32
|
+
"25000000.0"
|
|
33
|
+
],
|
|
34
|
+
[
|
|
35
|
+
"xyz:INTC",
|
|
36
|
+
"25000000.0"
|
|
37
|
+
],
|
|
38
|
+
[
|
|
39
|
+
"xyz:META",
|
|
40
|
+
"25000000.0"
|
|
41
|
+
],
|
|
42
|
+
[
|
|
43
|
+
"xyz:MSFT",
|
|
44
|
+
"25000000.0"
|
|
45
|
+
],
|
|
46
|
+
[
|
|
47
|
+
"xyz:NVDA",
|
|
48
|
+
"50000000.0"
|
|
49
|
+
],
|
|
50
|
+
[
|
|
51
|
+
"xyz:ORCL",
|
|
52
|
+
"25000000.0"
|
|
53
|
+
],
|
|
54
|
+
[
|
|
55
|
+
"xyz:PLTR",
|
|
56
|
+
"25000000.0"
|
|
57
|
+
],
|
|
58
|
+
[
|
|
59
|
+
"xyz:TSLA",
|
|
60
|
+
"25000000.0"
|
|
61
|
+
],
|
|
10
62
|
[
|
|
11
63
|
"xyz:XYZ100",
|
|
12
|
-
"
|
|
64
|
+
"100000000.0"
|
|
65
|
+
]
|
|
66
|
+
],
|
|
67
|
+
"subDeployers": [
|
|
68
|
+
[
|
|
69
|
+
"setOracle",
|
|
70
|
+
[
|
|
71
|
+
"0x1234567890545d1df9ee64b35fdd16966e08acec"
|
|
72
|
+
]
|
|
73
|
+
]
|
|
74
|
+
],
|
|
75
|
+
"deployerFeeScale": "1.0",
|
|
76
|
+
"lastDeployerFeeScaleChangeTime": "1970-01-01T00:00:00"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "flx",
|
|
80
|
+
"fullName": "Felix Exchange",
|
|
81
|
+
"deployer": "0x2fab552502a6d45920d5741a2f3ebf4c35536352",
|
|
82
|
+
"oracleUpdater": "0x94757f8dcb4bf73b850195660e959d1105cfedd5",
|
|
83
|
+
"feeRecipient": "0xe2872b5ae7dcbba40cc4510d08c8bbea95b42d43",
|
|
84
|
+
"assetToStreamingOiCap": [
|
|
85
|
+
[
|
|
86
|
+
"flx:COIN",
|
|
87
|
+
"2000000.0"
|
|
88
|
+
],
|
|
89
|
+
[
|
|
90
|
+
"flx:CRCL",
|
|
91
|
+
"2000000.0"
|
|
92
|
+
],
|
|
93
|
+
[
|
|
94
|
+
"flx:TSLA",
|
|
95
|
+
"4500000.0"
|
|
96
|
+
]
|
|
97
|
+
],
|
|
98
|
+
"subDeployers": [
|
|
99
|
+
[
|
|
100
|
+
"registerAsset",
|
|
101
|
+
[
|
|
102
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
103
|
+
]
|
|
104
|
+
],
|
|
105
|
+
[
|
|
106
|
+
"setOracle",
|
|
107
|
+
[
|
|
108
|
+
"0x94757f8dcb4bf73b850195660e959d1105cfedd5",
|
|
109
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
110
|
+
]
|
|
111
|
+
],
|
|
112
|
+
[
|
|
113
|
+
"insertMarginTable",
|
|
114
|
+
[
|
|
115
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
116
|
+
]
|
|
117
|
+
],
|
|
118
|
+
[
|
|
119
|
+
"setFeeRecipient",
|
|
120
|
+
[
|
|
121
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
122
|
+
]
|
|
123
|
+
],
|
|
124
|
+
[
|
|
125
|
+
"haltTrading",
|
|
126
|
+
[
|
|
127
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
128
|
+
]
|
|
129
|
+
],
|
|
130
|
+
[
|
|
131
|
+
"setMarginTableIds",
|
|
132
|
+
[
|
|
133
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
134
|
+
]
|
|
135
|
+
],
|
|
136
|
+
[
|
|
137
|
+
"setOpenInterestCaps",
|
|
138
|
+
[
|
|
139
|
+
"0x17f5d164a9fa8ed292cdc91e34c0edeed6fc9b90",
|
|
140
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
141
|
+
]
|
|
142
|
+
],
|
|
143
|
+
[
|
|
144
|
+
"setFundingMultipliers",
|
|
145
|
+
[
|
|
146
|
+
"0xae083732032a813f9142733cdf380e1bc9e518af",
|
|
147
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
148
|
+
]
|
|
149
|
+
],
|
|
150
|
+
[
|
|
151
|
+
"setMarginModes",
|
|
152
|
+
[
|
|
153
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
154
|
+
]
|
|
155
|
+
],
|
|
156
|
+
[
|
|
157
|
+
"setFeeScale",
|
|
158
|
+
[
|
|
159
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
160
|
+
]
|
|
161
|
+
],
|
|
162
|
+
[
|
|
163
|
+
"setGrowthModes",
|
|
164
|
+
[
|
|
165
|
+
"0xd0d4ef34424af3da883672b8cdeca751293655a5"
|
|
166
|
+
]
|
|
167
|
+
]
|
|
168
|
+
],
|
|
169
|
+
"deployerFeeScale": "1.0",
|
|
170
|
+
"lastDeployerFeeScaleChangeTime": "1970-01-01T00:00:00"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"name": "vntl",
|
|
174
|
+
"fullName": "Ventuals",
|
|
175
|
+
"deployer": "0x8888888192a4a0593c13532ba48449fc24c3beda",
|
|
176
|
+
"oracleUpdater": null,
|
|
177
|
+
"feeRecipient": "0x5afe865300895b96d20132a8d9fa8e7829334b52",
|
|
178
|
+
"assetToStreamingOiCap": [
|
|
179
|
+
[
|
|
180
|
+
"vntl:ANTHROPIC",
|
|
181
|
+
"3000000.0"
|
|
182
|
+
],
|
|
183
|
+
[
|
|
184
|
+
"vntl:OPENAI",
|
|
185
|
+
"3000000.0"
|
|
186
|
+
],
|
|
187
|
+
[
|
|
188
|
+
"vntl:SPACEX",
|
|
189
|
+
"3000000.0"
|
|
190
|
+
]
|
|
191
|
+
],
|
|
192
|
+
"subDeployers": [
|
|
193
|
+
[
|
|
194
|
+
"setOracle",
|
|
195
|
+
[
|
|
196
|
+
"0x0ac1e81a640f1492c286d71031af5af27a9b712e"
|
|
197
|
+
]
|
|
198
|
+
],
|
|
199
|
+
[
|
|
200
|
+
"setMarginTableIds",
|
|
201
|
+
[
|
|
202
|
+
"0x6bdf4b47b638a8bb8ba630fbf867dc0f458d953e"
|
|
203
|
+
]
|
|
204
|
+
],
|
|
205
|
+
[
|
|
206
|
+
"setOpenInterestCaps",
|
|
207
|
+
[
|
|
208
|
+
"0x6bdf4b47b638a8bb8ba630fbf867dc0f458d953e"
|
|
209
|
+
]
|
|
210
|
+
],
|
|
211
|
+
[
|
|
212
|
+
"setFundingMultipliers",
|
|
213
|
+
[
|
|
214
|
+
"0x6bdf4b47b638a8bb8ba630fbf867dc0f458d953e",
|
|
215
|
+
"0x9f82ce39734468c213f46834d0189222e1fadf5b"
|
|
216
|
+
]
|
|
217
|
+
]
|
|
218
|
+
],
|
|
219
|
+
"deployerFeeScale": "1.0",
|
|
220
|
+
"lastDeployerFeeScaleChangeTime": "1970-01-01T00:00:00"
|
|
221
|
+
},
|
|
222
|
+
{
|
|
223
|
+
"name": "hyna",
|
|
224
|
+
"fullName": "HyENA",
|
|
225
|
+
"deployer": "0x53e655101ea361537124ef814ad4e654b54d0637",
|
|
226
|
+
"oracleUpdater": "0xaab93501e78f5105e265a1eafda10ce6530de17e",
|
|
227
|
+
"feeRecipient": null,
|
|
228
|
+
"assetToStreamingOiCap": [
|
|
229
|
+
[
|
|
230
|
+
"hyna:BTC",
|
|
231
|
+
"500000.0"
|
|
232
|
+
],
|
|
233
|
+
[
|
|
234
|
+
"hyna:ETH",
|
|
235
|
+
"500000.0"
|
|
236
|
+
],
|
|
237
|
+
[
|
|
238
|
+
"hyna:HYPE",
|
|
239
|
+
"500000.0"
|
|
240
|
+
]
|
|
241
|
+
],
|
|
242
|
+
"subDeployers": [
|
|
243
|
+
[
|
|
244
|
+
"setOracle",
|
|
245
|
+
[
|
|
246
|
+
"0xaab93501e78f5105e265a1eafda10ce6530de17e"
|
|
247
|
+
]
|
|
13
248
|
]
|
|
14
|
-
]
|
|
249
|
+
],
|
|
250
|
+
"deployerFeeScale": "1.0",
|
|
251
|
+
"lastDeployerFeeScaleChangeTime": "2025-12-03T10:32:09.252520621"
|
|
15
252
|
}
|
|
16
253
|
]
|
|
@@ -2060,6 +2060,123 @@
|
|
|
2060
2060
|
"name": "@244",
|
|
2061
2061
|
"index": 244,
|
|
2062
2062
|
"isCanonical": false
|
|
2063
|
+
},
|
|
2064
|
+
{
|
|
2065
|
+
"tokens": [
|
|
2066
|
+
382,
|
|
2067
|
+
0
|
|
2068
|
+
],
|
|
2069
|
+
"name": "@245",
|
|
2070
|
+
"index": 245,
|
|
2071
|
+
"isCanonical": false
|
|
2072
|
+
},
|
|
2073
|
+
{
|
|
2074
|
+
"tokens": [
|
|
2075
|
+
376,
|
|
2076
|
+
0
|
|
2077
|
+
],
|
|
2078
|
+
"name": "@246",
|
|
2079
|
+
"index": 246,
|
|
2080
|
+
"isCanonical": false
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"tokens": [
|
|
2084
|
+
284,
|
|
2085
|
+
0
|
|
2086
|
+
],
|
|
2087
|
+
"name": "@247",
|
|
2088
|
+
"index": 247,
|
|
2089
|
+
"isCanonical": false
|
|
2090
|
+
},
|
|
2091
|
+
{
|
|
2092
|
+
"tokens": [
|
|
2093
|
+
389,
|
|
2094
|
+
0
|
|
2095
|
+
],
|
|
2096
|
+
"name": "@248",
|
|
2097
|
+
"index": 248,
|
|
2098
|
+
"isCanonical": false
|
|
2099
|
+
},
|
|
2100
|
+
{
|
|
2101
|
+
"tokens": [
|
|
2102
|
+
260,
|
|
2103
|
+
0
|
|
2104
|
+
],
|
|
2105
|
+
"name": "@249",
|
|
2106
|
+
"index": 249,
|
|
2107
|
+
"isCanonical": false
|
|
2108
|
+
},
|
|
2109
|
+
{
|
|
2110
|
+
"tokens": [
|
|
2111
|
+
121,
|
|
2112
|
+
360
|
|
2113
|
+
],
|
|
2114
|
+
"name": "@250",
|
|
2115
|
+
"index": 250,
|
|
2116
|
+
"isCanonical": false
|
|
2117
|
+
},
|
|
2118
|
+
{
|
|
2119
|
+
"tokens": [
|
|
2120
|
+
395,
|
|
2121
|
+
0
|
|
2122
|
+
],
|
|
2123
|
+
"name": "@251",
|
|
2124
|
+
"index": 251,
|
|
2125
|
+
"isCanonical": false
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"tokens": [
|
|
2129
|
+
388,
|
|
2130
|
+
360
|
|
2131
|
+
],
|
|
2132
|
+
"name": "@252",
|
|
2133
|
+
"index": 252,
|
|
2134
|
+
"isCanonical": false
|
|
2135
|
+
},
|
|
2136
|
+
{
|
|
2137
|
+
"tokens": [
|
|
2138
|
+
166,
|
|
2139
|
+
0
|
|
2140
|
+
],
|
|
2141
|
+
"name": "@253",
|
|
2142
|
+
"index": 253,
|
|
2143
|
+
"isCanonical": false
|
|
2144
|
+
},
|
|
2145
|
+
{
|
|
2146
|
+
"tokens": [
|
|
2147
|
+
124,
|
|
2148
|
+
360
|
|
2149
|
+
],
|
|
2150
|
+
"name": "@254",
|
|
2151
|
+
"index": 254,
|
|
2152
|
+
"isCanonical": false
|
|
2153
|
+
},
|
|
2154
|
+
{
|
|
2155
|
+
"tokens": [
|
|
2156
|
+
150,
|
|
2157
|
+
235
|
|
2158
|
+
],
|
|
2159
|
+
"name": "@255",
|
|
2160
|
+
"index": 255,
|
|
2161
|
+
"isCanonical": false
|
|
2162
|
+
},
|
|
2163
|
+
{
|
|
2164
|
+
"tokens": [
|
|
2165
|
+
374,
|
|
2166
|
+
0
|
|
2167
|
+
],
|
|
2168
|
+
"name": "@256",
|
|
2169
|
+
"index": 256,
|
|
2170
|
+
"isCanonical": false
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"tokens": [
|
|
2174
|
+
403,
|
|
2175
|
+
0
|
|
2176
|
+
],
|
|
2177
|
+
"name": "@257",
|
|
2178
|
+
"index": 257,
|
|
2179
|
+
"isCanonical": false
|
|
2063
2180
|
}
|
|
2064
2181
|
],
|
|
2065
2182
|
"tokens": [
|
|
@@ -3452,7 +3569,10 @@
|
|
|
3452
3569
|
"index": 121,
|
|
3453
3570
|
"tokenId": "0xbc8a22f25703a03101630ce6b09f4baa",
|
|
3454
3571
|
"isCanonical": false,
|
|
3455
|
-
"evmContract":
|
|
3572
|
+
"evmContract": {
|
|
3573
|
+
"address": "0xfd739d4e423301ce9385c1fb8850539d657c296d",
|
|
3574
|
+
"evm_extra_wei_decimals": 10
|
|
3575
|
+
},
|
|
3456
3576
|
"fullName": "Kinetiq Staked HYPE",
|
|
3457
3577
|
"deployerTradingFeeShare": "0.0"
|
|
3458
3578
|
},
|
|
@@ -3488,9 +3608,12 @@
|
|
|
3488
3608
|
"index": 124,
|
|
3489
3609
|
"tokenId": "0xbd31bd605c0a1b82c72aae3587f9061f",
|
|
3490
3610
|
"isCanonical": false,
|
|
3491
|
-
"evmContract":
|
|
3611
|
+
"evmContract": {
|
|
3612
|
+
"address": "0x000000000000780555bd0bca3791f89f9542c2d6",
|
|
3613
|
+
"evm_extra_wei_decimals": 10
|
|
3614
|
+
},
|
|
3492
3615
|
"fullName": "Kinetiq",
|
|
3493
|
-
"deployerTradingFeeShare": "
|
|
3616
|
+
"deployerTradingFeeShare": "1.0"
|
|
3494
3617
|
},
|
|
3495
3618
|
{
|
|
3496
3619
|
"name": "BUSSY",
|
|
@@ -3977,9 +4100,12 @@
|
|
|
3977
4100
|
"index": 166,
|
|
3978
4101
|
"tokenId": "0x45b7ba9b61a02d94c19e606d99b7a263",
|
|
3979
4102
|
"isCanonical": false,
|
|
3980
|
-
"evmContract":
|
|
4103
|
+
"evmContract": {
|
|
4104
|
+
"address": "0xf07f3c76ce22f6326d50b1622c8aa46faaeb3c16",
|
|
4105
|
+
"evm_extra_wei_decimals": 10
|
|
4106
|
+
},
|
|
3981
4107
|
"fullName": null,
|
|
3982
|
-
"deployerTradingFeeShare": "
|
|
4108
|
+
"deployerTradingFeeShare": "1.0"
|
|
3983
4109
|
},
|
|
3984
4110
|
{
|
|
3985
4111
|
"name": "ANIME",
|
|
@@ -6046,7 +6172,10 @@
|
|
|
6046
6172
|
"index": 338,
|
|
6047
6173
|
"tokenId": "0x593494b6af79172fa983a0cf1c88e0e0",
|
|
6048
6174
|
"isCanonical": false,
|
|
6049
|
-
"evmContract":
|
|
6175
|
+
"evmContract": {
|
|
6176
|
+
"address": "0x58538e6a46e07434d7e7375bc268d3cb839c0133",
|
|
6177
|
+
"evm_extra_wei_decimals": 12
|
|
6178
|
+
},
|
|
6050
6179
|
"fullName": "Unit Ethena",
|
|
6051
6180
|
"deployerTradingFeeShare": "1.0"
|
|
6052
6181
|
},
|
|
@@ -6472,7 +6601,10 @@
|
|
|
6472
6601
|
"index": 374,
|
|
6473
6602
|
"tokenId": "0x83a0bf54708a0236a49f7301677ffdc2",
|
|
6474
6603
|
"isCanonical": false,
|
|
6475
|
-
"evmContract":
|
|
6604
|
+
"evmContract": {
|
|
6605
|
+
"address": "0x4f96b683714377c38123631f2d17cdf18b3f46a7",
|
|
6606
|
+
"evm_extra_wei_decimals": 10
|
|
6607
|
+
},
|
|
6476
6608
|
"fullName": "SEDA",
|
|
6477
6609
|
"deployerTradingFeeShare": "1.0"
|
|
6478
6610
|
},
|
|
@@ -6560,7 +6692,10 @@
|
|
|
6560
6692
|
"index": 382,
|
|
6561
6693
|
"tokenId": "0xf716f4785831c07d7b7001fa34ab4db9",
|
|
6562
6694
|
"isCanonical": false,
|
|
6563
|
-
"evmContract":
|
|
6695
|
+
"evmContract": {
|
|
6696
|
+
"address": "0xf80adb0ea6fcd4f803b081b42da379dbc88abf7a",
|
|
6697
|
+
"evm_extra_wei_decimals": 10
|
|
6698
|
+
},
|
|
6564
6699
|
"fullName": "NanoByte Token",
|
|
6565
6700
|
"deployerTradingFeeShare": "1.0"
|
|
6566
6701
|
},
|
|
@@ -6596,6 +6731,213 @@
|
|
|
6596
6731
|
"evmContract": null,
|
|
6597
6732
|
"fullName": "Syndicate",
|
|
6598
6733
|
"deployerTradingFeeShare": "1.0"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"name": "PB",
|
|
6737
|
+
"szDecimals": 2,
|
|
6738
|
+
"weiDecimals": 8,
|
|
6739
|
+
"index": 386,
|
|
6740
|
+
"tokenId": "0x37708f756e7d2bfc8c900d334cbe955c",
|
|
6741
|
+
"isCanonical": false,
|
|
6742
|
+
"evmContract": null,
|
|
6743
|
+
"fullName": "HyperLink",
|
|
6744
|
+
"deployerTradingFeeShare": "1.0"
|
|
6745
|
+
},
|
|
6746
|
+
{
|
|
6747
|
+
"name": "APEXHL",
|
|
6748
|
+
"szDecimals": 2,
|
|
6749
|
+
"weiDecimals": 8,
|
|
6750
|
+
"index": 387,
|
|
6751
|
+
"tokenId": "0x82b065ff569e4bd6c36ac60248cbc850",
|
|
6752
|
+
"isCanonical": false,
|
|
6753
|
+
"evmContract": null,
|
|
6754
|
+
"fullName": null,
|
|
6755
|
+
"deployerTradingFeeShare": "1.0"
|
|
6756
|
+
},
|
|
6757
|
+
{
|
|
6758
|
+
"name": "AXL",
|
|
6759
|
+
"szDecimals": 2,
|
|
6760
|
+
"weiDecimals": 8,
|
|
6761
|
+
"index": 388,
|
|
6762
|
+
"tokenId": "0x9fb16485b70ac89fd8c45b1a130e1601",
|
|
6763
|
+
"isCanonical": false,
|
|
6764
|
+
"evmContract": {
|
|
6765
|
+
"address": "0xc4dc717136b8fd754df181d122914c2866f11a79",
|
|
6766
|
+
"evm_extra_wei_decimals": -2
|
|
6767
|
+
},
|
|
6768
|
+
"fullName": "Axelar",
|
|
6769
|
+
"deployerTradingFeeShare": "1.0"
|
|
6770
|
+
},
|
|
6771
|
+
{
|
|
6772
|
+
"name": "BZEC",
|
|
6773
|
+
"szDecimals": 2,
|
|
6774
|
+
"weiDecimals": 8,
|
|
6775
|
+
"index": 389,
|
|
6776
|
+
"tokenId": "0x33b2c5252e8ea8431808129c41668129",
|
|
6777
|
+
"isCanonical": false,
|
|
6778
|
+
"evmContract": {
|
|
6779
|
+
"address": "0xbe068bb3c7ef5b56360655638f75bf5a6c5f8c10",
|
|
6780
|
+
"evm_extra_wei_decimals": 10
|
|
6781
|
+
},
|
|
6782
|
+
"fullName": "Bitfrost Native ZEC",
|
|
6783
|
+
"deployerTradingFeeShare": "1.0"
|
|
6784
|
+
},
|
|
6785
|
+
{
|
|
6786
|
+
"name": "MAK",
|
|
6787
|
+
"szDecimals": 2,
|
|
6788
|
+
"weiDecimals": 8,
|
|
6789
|
+
"index": 390,
|
|
6790
|
+
"tokenId": "0x66abd0c0f0d694fa7457d076872a2706",
|
|
6791
|
+
"isCanonical": false,
|
|
6792
|
+
"evmContract": null,
|
|
6793
|
+
"fullName": "Makina",
|
|
6794
|
+
"deployerTradingFeeShare": "1.0"
|
|
6795
|
+
},
|
|
6796
|
+
{
|
|
6797
|
+
"name": "BOUNCE",
|
|
6798
|
+
"szDecimals": 2,
|
|
6799
|
+
"weiDecimals": 8,
|
|
6800
|
+
"index": 391,
|
|
6801
|
+
"tokenId": "0xa72b04cf10192ca86b3a840f8f4f15a0",
|
|
6802
|
+
"isCanonical": false,
|
|
6803
|
+
"evmContract": null,
|
|
6804
|
+
"fullName": "Bounce Tech",
|
|
6805
|
+
"deployerTradingFeeShare": "1.0"
|
|
6806
|
+
},
|
|
6807
|
+
{
|
|
6808
|
+
"name": "RLUSD",
|
|
6809
|
+
"szDecimals": 2,
|
|
6810
|
+
"weiDecimals": 8,
|
|
6811
|
+
"index": 392,
|
|
6812
|
+
"tokenId": "0xcf79c40d98396e61c2d01c0984847f72",
|
|
6813
|
+
"isCanonical": false,
|
|
6814
|
+
"evmContract": null,
|
|
6815
|
+
"fullName": "RLUSD",
|
|
6816
|
+
"deployerTradingFeeShare": "1.0"
|
|
6817
|
+
},
|
|
6818
|
+
{
|
|
6819
|
+
"name": "SOSA",
|
|
6820
|
+
"szDecimals": 2,
|
|
6821
|
+
"weiDecimals": 8,
|
|
6822
|
+
"index": 393,
|
|
6823
|
+
"tokenId": "0x391669409d785fbb8fd5f6fb77cc2c64",
|
|
6824
|
+
"isCanonical": false,
|
|
6825
|
+
"evmContract": null,
|
|
6826
|
+
"fullName": null,
|
|
6827
|
+
"deployerTradingFeeShare": "1.0"
|
|
6828
|
+
},
|
|
6829
|
+
{
|
|
6830
|
+
"name": "HYBR",
|
|
6831
|
+
"szDecimals": 2,
|
|
6832
|
+
"weiDecimals": 8,
|
|
6833
|
+
"index": 394,
|
|
6834
|
+
"tokenId": "0xa2fbfbcf015a5f5d766bf3b469063be8",
|
|
6835
|
+
"isCanonical": false,
|
|
6836
|
+
"evmContract": null,
|
|
6837
|
+
"fullName": "HYBRA",
|
|
6838
|
+
"deployerTradingFeeShare": "1.0"
|
|
6839
|
+
},
|
|
6840
|
+
{
|
|
6841
|
+
"name": "MMOVE",
|
|
6842
|
+
"szDecimals": 2,
|
|
6843
|
+
"weiDecimals": 8,
|
|
6844
|
+
"index": 395,
|
|
6845
|
+
"tokenId": "0xedfb8d993ee8cb935338601d8673dfcf",
|
|
6846
|
+
"isCanonical": false,
|
|
6847
|
+
"evmContract": {
|
|
6848
|
+
"address": "0x3073f7aaa4db83f95e9fff17424f71d4751a3073",
|
|
6849
|
+
"evm_extra_wei_decimals": 0
|
|
6850
|
+
},
|
|
6851
|
+
"fullName": null,
|
|
6852
|
+
"deployerTradingFeeShare": "1.0"
|
|
6853
|
+
},
|
|
6854
|
+
{
|
|
6855
|
+
"name": "BLOB",
|
|
6856
|
+
"szDecimals": 0,
|
|
6857
|
+
"weiDecimals": 5,
|
|
6858
|
+
"index": 396,
|
|
6859
|
+
"tokenId": "0x35461d81e6db95cb1bcf19d41f24c6eb",
|
|
6860
|
+
"isCanonical": false,
|
|
6861
|
+
"evmContract": null,
|
|
6862
|
+
"fullName": null,
|
|
6863
|
+
"deployerTradingFeeShare": "1.0"
|
|
6864
|
+
},
|
|
6865
|
+
{
|
|
6866
|
+
"name": "CEXY",
|
|
6867
|
+
"szDecimals": 2,
|
|
6868
|
+
"weiDecimals": 8,
|
|
6869
|
+
"index": 397,
|
|
6870
|
+
"tokenId": "0x7710b73075972bd40af23af669ab6c4d",
|
|
6871
|
+
"isCanonical": false,
|
|
6872
|
+
"evmContract": null,
|
|
6873
|
+
"fullName": "Supercexy",
|
|
6874
|
+
"deployerTradingFeeShare": "1.0"
|
|
6875
|
+
},
|
|
6876
|
+
{
|
|
6877
|
+
"name": "STABLE",
|
|
6878
|
+
"szDecimals": 2,
|
|
6879
|
+
"weiDecimals": 7,
|
|
6880
|
+
"index": 398,
|
|
6881
|
+
"tokenId": "0xec43194f64d555bdaef5afb5b6c6c686",
|
|
6882
|
+
"isCanonical": false,
|
|
6883
|
+
"evmContract": null,
|
|
6884
|
+
"fullName": "Stable",
|
|
6885
|
+
"deployerTradingFeeShare": "1.0"
|
|
6886
|
+
},
|
|
6887
|
+
{
|
|
6888
|
+
"name": "NEST",
|
|
6889
|
+
"szDecimals": 2,
|
|
6890
|
+
"weiDecimals": 8,
|
|
6891
|
+
"index": 399,
|
|
6892
|
+
"tokenId": "0xcb3ed61d045996b50a1baa8a689ceeb0",
|
|
6893
|
+
"isCanonical": false,
|
|
6894
|
+
"evmContract": null,
|
|
6895
|
+
"fullName": "The HYPE-aligned MetaDEX, powering the HYPE Engine",
|
|
6896
|
+
"deployerTradingFeeShare": "1.0"
|
|
6897
|
+
},
|
|
6898
|
+
{
|
|
6899
|
+
"name": "RAM",
|
|
6900
|
+
"szDecimals": 2,
|
|
6901
|
+
"weiDecimals": 8,
|
|
6902
|
+
"index": 400,
|
|
6903
|
+
"tokenId": "0x4e803e852b446cdbd415ba3e167b9a82",
|
|
6904
|
+
"isCanonical": false,
|
|
6905
|
+
"evmContract": null,
|
|
6906
|
+
"fullName": "Ramses",
|
|
6907
|
+
"deployerTradingFeeShare": "1.0"
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"name": "QONE",
|
|
6911
|
+
"szDecimals": 2,
|
|
6912
|
+
"weiDecimals": 7,
|
|
6913
|
+
"index": 401,
|
|
6914
|
+
"tokenId": "0xbf086597fdd837bfb58cf968533edaf3",
|
|
6915
|
+
"isCanonical": false,
|
|
6916
|
+
"evmContract": null,
|
|
6917
|
+
"fullName": "Quantum-resistant token",
|
|
6918
|
+
"deployerTradingFeeShare": "1.0"
|
|
6919
|
+
},
|
|
6920
|
+
{
|
|
6921
|
+
"name": "US",
|
|
6922
|
+
"szDecimals": 2,
|
|
6923
|
+
"weiDecimals": 8,
|
|
6924
|
+
"index": 402,
|
|
6925
|
+
"tokenId": "0x062c0b7fcd25d617e1fbcd8c051fbe84",
|
|
6926
|
+
"isCanonical": false,
|
|
6927
|
+
"evmContract": null,
|
|
6928
|
+
"fullName": "UltraSolid",
|
|
6929
|
+
"deployerTradingFeeShare": "1.0"
|
|
6930
|
+
},
|
|
6931
|
+
{
|
|
6932
|
+
"name": "UMEGA",
|
|
6933
|
+
"szDecimals": 1,
|
|
6934
|
+
"weiDecimals": 6,
|
|
6935
|
+
"index": 403,
|
|
6936
|
+
"tokenId": "0xc99926509a189b40651055a15d3be621",
|
|
6937
|
+
"isCanonical": false,
|
|
6938
|
+
"evmContract": null,
|
|
6939
|
+
"fullName": "Unit MegaETH",
|
|
6940
|
+
"deployerTradingFeeShare": "1.0"
|
|
6599
6941
|
}
|
|
6600
6942
|
]
|
|
6601
6943
|
}
|