@juno-network/assets 0.5.8 → 0.7.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 +25 -8
- package/main/index.js +22 -4
- package/main/testnet.js +76 -0
- package/main/testnet_assets.js +31 -0
- package/{main/ibc_assets.js → module/asset_list.js} +231 -160
- package/module/assets.js +243 -74
- package/module/chain.js +25 -8
- package/module/index.js +7 -3
- package/module/testnet.js +69 -0
- package/module/testnet_assets.js +24 -0
- package/package.json +5 -5
- package/types/asset_list.d.ts +3 -0
- package/types/index.d.ts +9 -5
- package/types/testnet.d.ts +3 -0
- package/types/testnet_assets.d.ts +3 -0
- 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
|
151
|
+
}, {
|
152
|
+
denom: 'raw',
|
153
|
+
exponent: 6
|
154
|
+
}],
|
155
|
+
base: 'cw20:juno15u3dt79t6sxxa3x3kpkhzsy56edaa5a66wvt3kxmukqjz2sx0hes5sn38g',
|
156
|
+
name: 'JunoSwap',
|
157
|
+
display: 'raw',
|
158
|
+
symbol: 'RAW',
|
159
|
+
logo_URIs: {
|
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
|
75
170
|
}, {
|
76
|
-
denom: '
|
77
|
-
exponent:
|
171
|
+
denom: 'asvt',
|
172
|
+
exponent: 6
|
78
173
|
}],
|
79
|
-
base: '
|
80
|
-
name: '
|
81
|
-
display: '
|
82
|
-
symbol: '
|
174
|
+
base: 'cw20:juno17wzaxtfdw5em7lc94yed4ylgjme63eh73lm3lutp2rhcxttyvpwsypjm4w',
|
175
|
+
name: 'Another.Software Validator Token',
|
176
|
+
display: 'asvt',
|
177
|
+
symbol: 'ASVT',
|
83
178
|
logo_URIs: {
|
84
|
-
|
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
|
-
|
186
|
+
denom: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
187
|
+
exponent: 0
|
188
|
+
}, {
|
189
|
+
denom: 'hns',
|
190
|
+
exponent: 6
|
191
|
+
}],
|
192
|
+
base: 'cw20:juno1ur4jx0sxchdevahep7fwq28yk4tqsrhshdtylz46yka3uf6kky5qllqp4k',
|
193
|
+
name: 'IBC HNS (Handshake)',
|
194
|
+
display: 'hns',
|
195
|
+
symbol: 'HNS',
|
196
|
+
logo_URIs: {
|
197
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hns.svg'
|
198
|
+
}
|
199
|
+
}, {
|
200
|
+
description: 'DAO dedicated to building tools on the Juno Network',
|
201
|
+
type_asset: 'cw20',
|
202
|
+
address: 'juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
203
|
+
denom_units: [{
|
204
|
+
denom: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
205
|
+
exponent: 0
|
94
206
|
}, {
|
95
|
-
denom: '
|
207
|
+
denom: 'joe',
|
96
208
|
exponent: 6
|
97
209
|
}],
|
98
|
-
base: '
|
99
|
-
name: '
|
100
|
-
display: '
|
101
|
-
symbol: '
|
210
|
+
base: 'cw20:juno1n7n7d5088qlzlj37e9mgmkhx6dfgtvt02hqxq66lcap4dxnzdhwqfmgng3',
|
211
|
+
name: 'JoeDAO',
|
212
|
+
display: 'joe',
|
213
|
+
symbol: 'JOE',
|
102
214
|
logo_URIs: {
|
103
|
-
|
215
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/joe.png'
|
104
216
|
}
|
105
217
|
}, {
|
106
|
-
description: '
|
107
|
-
type_asset: '
|
108
|
-
address: '
|
218
|
+
description: 'Governance Token for Digital Land Acquisition DAO',
|
219
|
+
type_asset: 'cw20',
|
220
|
+
address: 'juno1sfwye65qxcfsc837gu5qcprcz7w49gkv3wnat04764ld76hy3arqs779tr',
|
109
221
|
denom_units: [{
|
110
|
-
denom: '
|
111
|
-
exponent: 0
|
112
|
-
|
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
|
243
|
+
}, {
|
244
|
+
denom: 'glto',
|
245
|
+
exponent: 6
|
246
|
+
}],
|
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: 'juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
278
|
+
denom_units: [{
|
279
|
+
denom: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
280
|
+
exponent: 0
|
113
281
|
}, {
|
114
|
-
denom: '
|
282
|
+
denom: 'hole',
|
115
283
|
exponent: 6
|
116
284
|
}],
|
117
|
-
base: '
|
118
|
-
name: '
|
119
|
-
display: '
|
120
|
-
symbol: '
|
285
|
+
base: 'cw20:juno1t46z6hg8vvsena7sue0vg6w85ljar3cundplkre9sz0skeqkap9sxyyy6m',
|
286
|
+
name: 'BlackHole',
|
287
|
+
display: 'hole',
|
288
|
+
symbol: 'HOLE',
|
121
289
|
logo_URIs: {
|
122
|
-
|
290
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.png',
|
291
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/hole.svg'
|
123
292
|
}
|
124
293
|
}, {
|
125
294
|
description: 'The native token cw20 for Neta on Juno Chain',
|
package/main/chain.js
CHANGED
@@ -12,25 +12,42 @@ var chain = {
|
|
12
12
|
pretty_name: 'Juno',
|
13
13
|
chain_id: 'juno-1',
|
14
14
|
bech32_prefix: 'juno',
|
15
|
-
|
15
|
+
daemon_name: 'junod',
|
16
|
+
node_home: '$HOME/.juno',
|
16
17
|
genesis: {
|
17
18
|
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/mainnet/main/juno-1/genesis.json'
|
18
19
|
},
|
20
|
+
key_algos: ['secp256k1'],
|
21
|
+
slip44: 118,
|
22
|
+
fees: {
|
23
|
+
fee_tokens: [{
|
24
|
+
denom: 'ujuno',
|
25
|
+
low_gas_price: 0.03,
|
26
|
+
average_gas_price: 0.04,
|
27
|
+
high_gas_price: 0.05
|
28
|
+
}]
|
29
|
+
},
|
30
|
+
staking: {
|
31
|
+
staking_tokens: [{
|
32
|
+
denom: 'ujuno'
|
33
|
+
}]
|
34
|
+
},
|
19
35
|
codebase: {
|
20
36
|
git_repo: 'https://github.com/CosmosContracts/juno',
|
21
37
|
recommended_version: 'v9.0.0',
|
22
|
-
compatible_versions: ['v9.0.0']
|
38
|
+
compatible_versions: ['v9.0.0'],
|
39
|
+
cosmos_sdk_version: '0.45',
|
40
|
+
tendermint_version: '0.34',
|
41
|
+
cosmwasm_version: '0.27',
|
42
|
+
cosmwasm_enabled: true
|
23
43
|
},
|
24
|
-
daemon_name: 'junod',
|
25
|
-
node_home: '$HOME/.juno',
|
26
|
-
key_algos: ['secp256k1'],
|
27
44
|
peers: {
|
28
45
|
seeds: [{
|
29
46
|
id: '2484353dab0b2c1275765b8ffa2c50b3b36158ca',
|
30
47
|
address: 'seed-node.junochain.com:26656'
|
31
48
|
}, {
|
32
|
-
id: '
|
33
|
-
address: 'juno-seed.blockpane.com:26656'
|
49
|
+
id: '90b09362d9ce3845096c4938eea0dba682b0ad2c',
|
50
|
+
address: 'juno-seed-new.blockpane.com:26656'
|
34
51
|
}, {
|
35
52
|
id: '22ee6e65e5e79cd0b970dd11e52761de8d1d6dfd',
|
36
53
|
address: 'seeds.pupmos.network:2001',
|
@@ -129,7 +146,7 @@ var chain = {
|
|
129
146
|
}, {
|
130
147
|
kind: 'mintscan',
|
131
148
|
url: 'https://www.mintscan.io/juno',
|
132
|
-
tx_page: 'https://www.mintscan.io/juno/txs
|
149
|
+
tx_page: 'https://www.mintscan.io/juno/txs/${txHash}'
|
133
150
|
}, {
|
134
151
|
kind: 'atomscan',
|
135
152
|
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,34 @@ Object.defineProperty(exports, "chain", {
|
|
18
24
|
}
|
19
25
|
});
|
20
26
|
exports["default"] = void 0;
|
21
|
-
Object.defineProperty(exports, "
|
27
|
+
Object.defineProperty(exports, "testnet", {
|
28
|
+
enumerable: true,
|
29
|
+
get: function get() {
|
30
|
+
return _testnet["default"];
|
31
|
+
}
|
32
|
+
});
|
33
|
+
Object.defineProperty(exports, "testnet_assets", {
|
22
34
|
enumerable: true,
|
23
35
|
get: function get() {
|
24
|
-
return
|
36
|
+
return _testnet_assets["default"];
|
25
37
|
}
|
26
38
|
});
|
27
39
|
|
40
|
+
var _asset_list = _interopRequireDefault(require("./asset_list"));
|
41
|
+
|
28
42
|
var _assets = _interopRequireDefault(require("./assets"));
|
29
43
|
|
30
44
|
var _chain = _interopRequireDefault(require("./chain"));
|
31
45
|
|
32
|
-
var
|
46
|
+
var _testnet = _interopRequireDefault(require("./testnet"));
|
47
|
+
|
48
|
+
var _testnet_assets = _interopRequireDefault(require("./testnet_assets"));
|
33
49
|
|
34
50
|
var _default = {
|
35
51
|
chain: _chain["default"],
|
36
52
|
assets: _assets["default"],
|
37
|
-
|
53
|
+
asset_list: _asset_list["default"],
|
54
|
+
testnet: _testnet["default"],
|
55
|
+
testnet_assets: _testnet_assets["default"]
|
38
56
|
};
|
39
57
|
exports["default"] = _default;
|
package/main/testnet.js
ADDED
@@ -0,0 +1,76 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var testnet = {
|
8
|
+
$schema: '../../chain.schema.json',
|
9
|
+
chain_name: 'junotestnet',
|
10
|
+
status: 'live',
|
11
|
+
network_type: 'testnet',
|
12
|
+
pretty_name: 'Juno Testnet',
|
13
|
+
chain_id: 'uni-3',
|
14
|
+
bech32_prefix: 'juno',
|
15
|
+
daemon_name: 'junod',
|
16
|
+
node_home: '$HOME/.juno',
|
17
|
+
genesis: {
|
18
|
+
genesis_url: 'https://raw.githubusercontent.com/CosmosContracts/testnets/main/uni-3/genesis.json'
|
19
|
+
},
|
20
|
+
key_algos: ['secp256k1'],
|
21
|
+
slip44: 118,
|
22
|
+
fees: {
|
23
|
+
fee_tokens: [{
|
24
|
+
denom: 'ujunox',
|
25
|
+
low_gas_price: 0.03,
|
26
|
+
average_gas_price: 0.04,
|
27
|
+
high_gas_price: 0.05
|
28
|
+
}]
|
29
|
+
},
|
30
|
+
staking: {
|
31
|
+
staking_tokens: [{
|
32
|
+
denom: 'ujunox'
|
33
|
+
}]
|
34
|
+
},
|
35
|
+
codebase: {
|
36
|
+
git_repo: 'https://github.com/CosmosContracts/juno',
|
37
|
+
recommended_version: 'v7.0.0-beta.2',
|
38
|
+
compatible_versions: ['v7.0.0-beta.2'],
|
39
|
+
cosmos_sdk_version: '0.45',
|
40
|
+
tendermint_version: '0.34',
|
41
|
+
cosmwasm_version: '0.27',
|
42
|
+
cosmwasm_enabled: true
|
43
|
+
},
|
44
|
+
peers: {
|
45
|
+
seeds: [],
|
46
|
+
persistent_peers: [{
|
47
|
+
id: 'ed90921d43ede634043d152d7a87e8881fb85e90',
|
48
|
+
address: '65.108.77.106:26709',
|
49
|
+
provider: 'EZStaking.io'
|
50
|
+
}]
|
51
|
+
},
|
52
|
+
apis: {
|
53
|
+
rpc: [{
|
54
|
+
address: 'https://rpc.uni.junomint.com',
|
55
|
+
provider: 'EZStaking.io'
|
56
|
+
}, {
|
57
|
+
address: 'https://rpc.uni.junonetwork.io',
|
58
|
+
provider: 'Juno'
|
59
|
+
}],
|
60
|
+
rest: [{
|
61
|
+
address: 'https://lcd.uni.junomint.com',
|
62
|
+
provider: 'EZStaking.io'
|
63
|
+
}, {
|
64
|
+
address: 'https://api.uni.junonetwork.io',
|
65
|
+
provider: 'Juno'
|
66
|
+
}],
|
67
|
+
grpc: []
|
68
|
+
},
|
69
|
+
explorers: [{
|
70
|
+
kind: 'Mintscan',
|
71
|
+
url: 'https://testnet.mintscan.io/juno-testnet',
|
72
|
+
tx_page: 'https://testnet.mintscan.io/juno-testnet/txs/${txHash}'
|
73
|
+
}]
|
74
|
+
};
|
75
|
+
var _default = testnet;
|
76
|
+
exports["default"] = _default;
|
@@ -0,0 +1,31 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var testnet_assets = {
|
8
|
+
$schema: '../../assetlist.schema.json',
|
9
|
+
chain_name: 'junotestnet',
|
10
|
+
assets: [{
|
11
|
+
description: 'The native token of JUNO Chain',
|
12
|
+
denom_units: [{
|
13
|
+
denom: 'ujunox',
|
14
|
+
exponent: 0
|
15
|
+
}, {
|
16
|
+
denom: 'junox',
|
17
|
+
exponent: 6
|
18
|
+
}],
|
19
|
+
base: 'ujunox',
|
20
|
+
name: 'Juno Testnet',
|
21
|
+
display: 'junox',
|
22
|
+
symbol: 'JUNO',
|
23
|
+
logo_URIs: {
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
25
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
26
|
+
},
|
27
|
+
coingecko_id: 'juno-network'
|
28
|
+
}]
|
29
|
+
};
|
30
|
+
var _default = testnet_assets;
|
31
|
+
exports["default"] = _default;
|