@juno-network/assets 0.5.8 → 0.6.0
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/README.md +2 -2
- package/{module/ibc_assets.js → main/asset_list.js} +238 -153
- package/main/assets.js +243 -74
- package/main/chain.js +1 -1
- package/main/index.js +9 -9
- package/{main/ibc_assets.js → module/asset_list.js} +231 -160
- package/module/assets.js +243 -74
- package/module/chain.js +1 -1
- package/module/index.js +3 -3
- package/package.json +5 -5
- package/types/ibc_assets.d.ts +0 -3
package/main/assets.js
CHANGED
@@ -8,118 +8,287 @@ var assets = {
|
|
8
8
|
$schema: '../assetlist.schema.json',
|
9
9
|
chain_name: 'juno',
|
10
10
|
assets: [{
|
11
|
-
description: '
|
11
|
+
description: 'The native token of JUNO Chain',
|
12
12
|
denom_units: [{
|
13
|
-
denom: '
|
13
|
+
denom: 'ujuno',
|
14
14
|
exponent: 0
|
15
15
|
}, {
|
16
|
-
denom: '
|
17
|
-
exponent:
|
16
|
+
denom: 'juno',
|
17
|
+
exponent: 6
|
18
18
|
}],
|
19
|
-
base: '
|
20
|
-
name: '
|
21
|
-
display: '
|
22
|
-
symbol: '
|
19
|
+
base: 'ujuno',
|
20
|
+
name: 'Juno',
|
21
|
+
display: 'juno',
|
22
|
+
symbol: 'JUNO',
|
23
23
|
logo_URIs: {
|
24
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
25
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png',
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg'
|
26
26
|
},
|
27
|
-
coingecko_id: '
|
27
|
+
coingecko_id: 'juno-network'
|
28
28
|
}, {
|
29
|
-
description: 'The
|
30
|
-
type_asset: '
|
31
|
-
address: '
|
29
|
+
description: 'The native token cw20 for Neta on Juno Chain',
|
30
|
+
type_asset: 'cw20',
|
31
|
+
address: 'juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
32
32
|
denom_units: [{
|
33
|
-
denom: '
|
34
|
-
exponent: 0
|
35
|
-
|
33
|
+
denom: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
34
|
+
exponent: 0
|
35
|
+
}, {
|
36
|
+
denom: 'neta',
|
37
|
+
exponent: 6
|
38
|
+
}],
|
39
|
+
base: 'cw20:juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr',
|
40
|
+
name: 'Neta',
|
41
|
+
display: 'neta',
|
42
|
+
symbol: 'NETA',
|
43
|
+
logo_URIs: {
|
44
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.png',
|
45
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/neta.svg'
|
46
|
+
},
|
47
|
+
coingecko_id: 'neta'
|
48
|
+
}, {
|
49
|
+
description: 'The native token cw20 for Marble DAO on Juno Chain',
|
50
|
+
type_asset: 'cw20',
|
51
|
+
address: 'juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
52
|
+
denom_units: [{
|
53
|
+
denom: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
54
|
+
exponent: 0
|
36
55
|
}, {
|
37
|
-
denom: '
|
38
|
-
exponent:
|
56
|
+
denom: 'marble',
|
57
|
+
exponent: 3
|
39
58
|
}],
|
40
|
-
base: '
|
41
|
-
name: '
|
42
|
-
display: '
|
43
|
-
symbol: '
|
59
|
+
base: 'cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl',
|
60
|
+
name: 'Marble',
|
61
|
+
display: 'marble',
|
62
|
+
symbol: 'MARBLE',
|
44
63
|
logo_URIs: {
|
45
|
-
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.png',
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/marble.svg'
|
46
66
|
},
|
47
|
-
coingecko_id: '
|
67
|
+
coingecko_id: 'marble'
|
48
68
|
}, {
|
49
|
-
description: '
|
50
|
-
type_asset: '
|
51
|
-
address: '
|
69
|
+
description: 'Hope Galaxy is an NFT collection based on its own native Token $HOPE, a cw20 token on Juno chain.',
|
70
|
+
type_asset: 'cw20',
|
71
|
+
address: 'juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
52
72
|
denom_units: [{
|
53
|
-
denom: '
|
54
|
-
exponent: 0
|
55
|
-
aliases: ['dai-wei']
|
73
|
+
denom: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
74
|
+
exponent: 0
|
56
75
|
}, {
|
57
|
-
denom: '
|
58
|
-
exponent:
|
76
|
+
denom: 'hope',
|
77
|
+
exponent: 6
|
59
78
|
}],
|
60
|
-
base: '
|
61
|
-
name: '
|
62
|
-
display: '
|
63
|
-
symbol: '
|
79
|
+
base: 'cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z',
|
80
|
+
name: 'Hope Galaxy',
|
81
|
+
display: 'hope',
|
82
|
+
symbol: 'HOPE',
|
64
83
|
logo_URIs: {
|
65
|
-
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.png',
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hope.svg'
|
86
|
+
},
|
87
|
+
coingecko_id: 'hope-galaxy'
|
88
|
+
}, {
|
89
|
+
description: 'Racoon aims to simplify accessibility to AI, NFTs and Gambling on the Cosmos Ecosystem',
|
90
|
+
type_asset: 'cw20',
|
91
|
+
address: 'juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
92
|
+
denom_units: [{
|
93
|
+
denom: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
94
|
+
exponent: 0
|
95
|
+
}, {
|
96
|
+
denom: 'rac',
|
97
|
+
exponent: 6
|
98
|
+
}],
|
99
|
+
base: 'cw20:juno1r4pzw8f9z0sypct5l9j906d47z998ulwvhvqe5xdwgy8wf84583sxwh0pa',
|
100
|
+
name: 'Racoon',
|
101
|
+
display: 'rac',
|
102
|
+
symbol: 'RAC',
|
103
|
+
logo_URIs: {
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.png',
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/rac.svg'
|
106
|
+
},
|
107
|
+
coingecko_id: 'racoon'
|
108
|
+
}, {
|
109
|
+
description: 'The native token of Marble DEX on Juno Chain',
|
110
|
+
type_asset: 'cw20',
|
111
|
+
address: 'juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
112
|
+
denom_units: [{
|
113
|
+
denom: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
114
|
+
exponent: 0
|
115
|
+
}, {
|
116
|
+
denom: 'block',
|
117
|
+
exponent: 6
|
118
|
+
}],
|
119
|
+
base: 'cw20:juno1y9rf7ql6ffwkv02hsgd4yruz23pn4w97p75e2slsnkm0mnamhzysvqnxaq',
|
120
|
+
name: 'Block',
|
121
|
+
display: 'block',
|
122
|
+
symbol: 'BLOCK',
|
123
|
+
logo_URIs: {
|
124
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.png',
|
125
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/block.svg'
|
66
126
|
}
|
67
127
|
}, {
|
68
|
-
description: '
|
69
|
-
type_asset: '
|
70
|
-
address: '
|
128
|
+
description: 'The DAO token to build consensus among Hong Kong People',
|
129
|
+
type_asset: 'cw20',
|
130
|
+
address: 'juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
71
131
|
denom_units: [{
|
72
|
-
denom: '
|
132
|
+
denom: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
73
133
|
exponent: 0,
|
74
|
-
aliases: ['
|
134
|
+
aliases: ['dhk']
|
135
|
+
}],
|
136
|
+
base: 'cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49',
|
137
|
+
name: 'DHK',
|
138
|
+
display: 'dhk',
|
139
|
+
symbol: 'DHK',
|
140
|
+
logo_URIs: {
|
141
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.png',
|
142
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dhk.svg'
|
143
|
+
}
|
144
|
+
}, {
|
145
|
+
description: 'Token governance for Junoswap',
|
146
|
+
type_asset: 'cw20',
|
147
|
+
address: 'juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
148
|
+
denom_units: [{
|
149
|
+
denom: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
150
|
+
exponent: 0
|
75
151
|
}, {
|
76
|
-
denom: '
|
77
|
-
exponent:
|
152
|
+
denom: 'raw',
|
153
|
+
exponent: 6
|
78
154
|
}],
|
79
|
-
base: '
|
80
|
-
name: '
|
81
|
-
display: '
|
82
|
-
symbol: '
|
155
|
+
base: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
156
|
+
name: 'JunoSwap',
|
157
|
+
display: 'raw',
|
158
|
+
symbol: 'RAW',
|
83
159
|
logo_URIs: {
|
84
|
-
|
160
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/raw.png'
|
161
|
+
},
|
162
|
+
coingecko_id: 'junoswap-raw-dao'
|
163
|
+
}, {
|
164
|
+
description: 'Profit sharing token for Another.Software validator. Hold and receive dividends from Another.Software validator commissions!',
|
165
|
+
type_asset: 'cw20',
|
166
|
+
address: 'juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
167
|
+
denom_units: [{
|
168
|
+
denom: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
169
|
+
exponent: 0
|
170
|
+
}, {
|
171
|
+
denom: 'asvt',
|
172
|
+
exponent: 6
|
173
|
+
}],
|
174
|
+
base: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
175
|
+
name: 'Another.Software Validator Token',
|
176
|
+
display: 'asvt',
|
177
|
+
symbol: 'ASVT',
|
178
|
+
logo_URIs: {
|
179
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/asvt.png'
|
85
180
|
}
|
86
181
|
}, {
|
87
|
-
description: '
|
88
|
-
type_asset: '
|
89
|
-
address: '
|
182
|
+
description: 'IBC HNS is HNS, coin of Handshake, decentralized root namesystem, but wrapped to cosmos for IBC support by Another.Software through Juno netowrk.',
|
183
|
+
type_asset: 'cw20',
|
184
|
+
address: 'juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
90
185
|
denom_units: [{
|
91
|
-
denom: '
|
92
|
-
exponent: 0
|
93
|
-
aliases: ['uusdc']
|
186
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
187
|
+
exponent: 0
|
94
188
|
}, {
|
95
|
-
denom: '
|
189
|
+
denom: 'hns',
|
96
190
|
exponent: 6
|
97
191
|
}],
|
98
|
-
base: '
|
99
|
-
name: '
|
100
|
-
display: '
|
101
|
-
symbol: '
|
192
|
+
base: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
193
|
+
name: 'IBC HNS (Handshake)',
|
194
|
+
display: 'hns',
|
195
|
+
symbol: 'HNS',
|
102
196
|
logo_URIs: {
|
103
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
104
198
|
}
|
105
199
|
}, {
|
106
|
-
description: '
|
107
|
-
type_asset: '
|
108
|
-
address: '
|
200
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
201
|
+
type_asset: 'cw20',
|
202
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
109
203
|
denom_units: [{
|
110
|
-
denom: '
|
111
|
-
exponent: 0
|
112
|
-
|
204
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
205
|
+
exponent: 0
|
206
|
+
}, {
|
207
|
+
denom: 'joe',
|
208
|
+
exponent: 6
|
209
|
+
}],
|
210
|
+
base: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
211
|
+
name: 'JoeDAO',
|
212
|
+
display: 'joe',
|
213
|
+
symbol: 'JOE',
|
214
|
+
logo_URIs: {
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
216
|
+
}
|
217
|
+
}, {
|
218
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
219
|
+
type_asset: 'cw20',
|
220
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
221
|
+
denom_units: [{
|
222
|
+
denom: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
223
|
+
exponent: 0
|
224
|
+
}, {
|
225
|
+
denom: 'dla',
|
226
|
+
exponent: 6
|
227
|
+
}],
|
228
|
+
base: 'cw20:juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
229
|
+
name: 'Digital Land Acquisition DAO',
|
230
|
+
display: 'dla',
|
231
|
+
symbol: 'DLA',
|
232
|
+
logo_URIs: {
|
233
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.png',
|
234
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/dla.svg'
|
235
|
+
}
|
236
|
+
}, {
|
237
|
+
description: 'DeFi gaming platform built on Juno',
|
238
|
+
type_asset: 'cw20',
|
239
|
+
address: 'juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
240
|
+
denom_units: [{
|
241
|
+
denom: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
242
|
+
exponent: 0
|
113
243
|
}, {
|
114
|
-
denom: '
|
244
|
+
denom: 'glto',
|
115
245
|
exponent: 6
|
116
246
|
}],
|
117
|
-
base: '
|
118
|
-
name: '
|
119
|
-
display: '
|
120
|
-
symbol: '
|
247
|
+
base: 'cw20:juno1j0a9ymgngasfn3l5me8qpd53l5zlm9wurfdk7r65s5mg6tkxal3qpgf5se',
|
248
|
+
name: 'Gelotto',
|
249
|
+
display: 'glto',
|
250
|
+
symbol: 'GLTO',
|
251
|
+
logo_URIs: {
|
252
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.png',
|
253
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/glto.svg'
|
254
|
+
}
|
255
|
+
}, {
|
256
|
+
description: 'Gelotto Year 1 Grand Prize Token',
|
257
|
+
type_asset: 'cw20',
|
258
|
+
address: 'juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
259
|
+
denom_units: [{
|
260
|
+
denom: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
261
|
+
exponent: 0
|
262
|
+
}, {
|
263
|
+
denom: 'gkey',
|
264
|
+
exponent: 6
|
265
|
+
}],
|
266
|
+
base: 'cw20:juno1gz8cf86zr4vw9cjcyyv432vgdaecvr9n254d3uwwkx9rermekddsxzageh',
|
267
|
+
name: 'GKey',
|
268
|
+
display: 'gkey',
|
269
|
+
symbol: 'GKEY',
|
270
|
+
logo_URIs: {
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.png',
|
272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/gkey.svg'
|
273
|
+
}
|
274
|
+
}, {
|
275
|
+
description: 'The native token cw20 for BlackHole on Juno Chain',
|
276
|
+
type_asset: 'cw20',
|
277
|
+
address: 'juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
278
|
+
denom_units: [{
|
279
|
+
denom: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
280
|
+
exponent: 0
|
281
|
+
}, {
|
282
|
+
denom: 'blkh',
|
283
|
+
exponent: 4
|
284
|
+
}],
|
285
|
+
base: 'cw20:juno1rdw3gumdz7zyjn2pev9ugxs765xlv6vtv6g3jt2lqw580zrchvjs66daca',
|
286
|
+
name: 'Blackhole',
|
287
|
+
display: 'blkh',
|
288
|
+
symbol: 'BLKH',
|
121
289
|
logo_URIs: {
|
122
|
-
|
290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.png',
|
291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/blkh.svg'
|
123
292
|
}
|
124
293
|
}, {
|
125
294
|
description: 'The native token cw20 for Neta on Juno Chain',
|
package/main/chain.js
CHANGED
@@ -129,7 +129,7 @@ var chain = {
|
|
129
129
|
}, {
|
130
130
|
kind: 'mintscan',
|
131
131
|
url: 'https://www.mintscan.io/juno',
|
132
|
-
tx_page: 'https://www.mintscan.io/juno/txs
|
132
|
+
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}'
|
133
133
|
}, {
|
134
134
|
kind: 'atomscan',
|
135
135
|
url: 'https://atomscan.com/juno',
|
package/main/index.js
CHANGED
@@ -5,6 +5,12 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
|
|
5
5
|
Object.defineProperty(exports, "__esModule", {
|
6
6
|
value: true
|
7
7
|
});
|
8
|
+
Object.defineProperty(exports, "asset_list", {
|
9
|
+
enumerable: true,
|
10
|
+
get: function get() {
|
11
|
+
return _asset_list["default"];
|
12
|
+
}
|
13
|
+
});
|
8
14
|
Object.defineProperty(exports, "assets", {
|
9
15
|
enumerable: true,
|
10
16
|
get: function get() {
|
@@ -18,22 +24,16 @@ Object.defineProperty(exports, "chain", {
|
|
18
24
|
}
|
19
25
|
});
|
20
26
|
exports["default"] = void 0;
|
21
|
-
|
22
|
-
|
23
|
-
get: function get() {
|
24
|
-
return _ibc_assets["default"];
|
25
|
-
}
|
26
|
-
});
|
27
|
+
|
28
|
+
var _asset_list = _interopRequireDefault(require("./asset_list"));
|
27
29
|
|
28
30
|
var _assets = _interopRequireDefault(require("./assets"));
|
29
31
|
|
30
32
|
var _chain = _interopRequireDefault(require("./chain"));
|
31
33
|
|
32
|
-
var _ibc_assets = _interopRequireDefault(require("./ibc_assets"));
|
33
|
-
|
34
34
|
var _default = {
|
35
35
|
chain: _chain["default"],
|
36
36
|
assets: _assets["default"],
|
37
|
-
|
37
|
+
asset_list: _asset_list["default"]
|
38
38
|
};
|
39
39
|
exports["default"] = _default;
|