@juno-network/assets 0.5.1
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/LICENSE +21 -0
- package/README.md +29 -0
- package/main/assets.js +295 -0
- package/main/chain.js +139 -0
- package/main/ibc_assets.js +2179 -0
- package/main/index.js +39 -0
- package/module/assets.js +288 -0
- package/module/chain.js +132 -0
- package/module/ibc_assets.js +2172 -0
- package/module/index.js +9 -0
- package/package.json +81 -0
- package/types/assets.d.ts +28 -0
- package/types/chain.d.ts +61 -0
- package/types/ibc_assets.d.ts +31 -0
- package/types/index.d.ts +11 -0
package/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
The MIT License (MIT)
|
2
|
+
|
3
|
+
Copyright (c) 2022 Dan Lynch <pyramation@gmail.com>
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
package/README.md
ADDED
@@ -0,0 +1,29 @@
|
|
1
|
+
# @juno-network/asset
|
2
|
+
|
3
|
+
<p align="center" width="100%">
|
4
|
+
<img height="90" src="https://user-images.githubusercontent.com/545047/184516834-4b8190b0-0721-4778-b4fb-fa19ed3f9279.svg" />
|
5
|
+
</p>
|
6
|
+
|
7
|
+
<p align="center" width="100%">
|
8
|
+
<a href="https://github.com/CosmosContracts/typescript/actions/workflows/run-tests.yml">
|
9
|
+
<img height="20" src="https://github.com/CosmosContracts/typescript/actions/workflows/run-tests.yml/badge.svg" />
|
10
|
+
</a>
|
11
|
+
<a href="https://github.com/CosmosContracts/typescript/blob/main/LICENSE"><img height="20" src="https://img.shields.io/badge/license-MIT-blue.svg"></a>
|
12
|
+
<a href="https://www.npmjs.com/package/@juno-network/assets"><img height="20" src="https://img.shields.io/github/package-json/v/CosmosContracts/typescript?filename=packages%2Fassets%2Fpackage.json"></a>
|
13
|
+
</p>
|
14
|
+
|
15
|
+
Chain Registry info for Juno, including asset lists.
|
16
|
+
|
17
|
+
```
|
18
|
+
npm install @juno-network/assets
|
19
|
+
```
|
20
|
+
|
21
|
+
```js
|
22
|
+
import { chain, assets, ibc_assets } from '@juno-network/assets';
|
23
|
+
```
|
24
|
+
|
25
|
+
## Credits
|
26
|
+
|
27
|
+
Code built with the help of these related projects:
|
28
|
+
|
29
|
+
* [chain-registry](https://github.com/cosmology/chain-registry) an npm module for the official Cosmos chain-registry
|
package/main/assets.js
ADDED
@@ -0,0 +1,295 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var _default = {
|
8
|
+
"$schema": "../assetlist.schema.json",
|
9
|
+
"chain_name": "juno",
|
10
|
+
"assets": [{
|
11
|
+
"description": "The native token of JUNO Chain",
|
12
|
+
"denom_units": [{
|
13
|
+
"denom": "ujuno",
|
14
|
+
"exponent": 0
|
15
|
+
}, {
|
16
|
+
"denom": "juno",
|
17
|
+
"exponent": 6
|
18
|
+
}],
|
19
|
+
"base": "ujuno",
|
20
|
+
"name": "Juno",
|
21
|
+
"display": "juno",
|
22
|
+
"symbol": "JUNO",
|
23
|
+
"logo_URIs": {
|
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
|
+
},
|
27
|
+
"coingecko_id": "juno-network"
|
28
|
+
}, {
|
29
|
+
"description": "The native token cw20 for Neta on Juno Chain",
|
30
|
+
"type_asset": "cw20",
|
31
|
+
"address": "juno168ctmpyppk90d34p3jjy658zf5a5l3w8wk35wht6ccqj4mr0yv8s4j5awr",
|
32
|
+
"denom_units": [{
|
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
|
55
|
+
}, {
|
56
|
+
"denom": "marble",
|
57
|
+
"exponent": 3
|
58
|
+
}],
|
59
|
+
"base": "cw20:juno1g2g7ucurum66d42g8k5twk34yegdq8c82858gz0tq2fc75zy7khssgnhjl",
|
60
|
+
"name": "Marble",
|
61
|
+
"display": "marble",
|
62
|
+
"symbol": "MARBLE",
|
63
|
+
"logo_URIs": {
|
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"
|
66
|
+
},
|
67
|
+
"coingecko_id": "marble"
|
68
|
+
}, {
|
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",
|
72
|
+
"denom_units": [{
|
73
|
+
"denom": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
|
74
|
+
"exponent": 0
|
75
|
+
}, {
|
76
|
+
"denom": "hope",
|
77
|
+
"exponent": 6
|
78
|
+
}],
|
79
|
+
"base": "cw20:juno1re3x67ppxap48ygndmrc7har2cnc7tcxtm9nplcas4v0gc3wnmvs3s807z",
|
80
|
+
"name": "Hope Galaxy",
|
81
|
+
"display": "hope",
|
82
|
+
"symbol": "HOPE",
|
83
|
+
"logo_URIs": {
|
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"
|
126
|
+
}
|
127
|
+
}, {
|
128
|
+
"description": "The DAO token to build consensus among Hong Kong People",
|
129
|
+
"type_asset": "cw20",
|
130
|
+
"address": "juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
|
131
|
+
"denom_units": [{
|
132
|
+
"denom": "cw20:juno1tdjwrqmnztn2j3sj2ln9xnyps5hs48q3ddwjrz7jpv6mskappjys5czd49",
|
133
|
+
"exponent": 0,
|
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
|
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"
|
180
|
+
}
|
181
|
+
}, {
|
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",
|
185
|
+
"denom_units": [{
|
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
|
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
|
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": "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",
|
289
|
+
"logo_URIs": {
|
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"
|
292
|
+
}
|
293
|
+
}]
|
294
|
+
};
|
295
|
+
exports["default"] = _default;
|
package/main/chain.js
ADDED
@@ -0,0 +1,139 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var _default = {
|
8
|
+
"$schema": "../chain.schema.json",
|
9
|
+
"chain_name": "juno",
|
10
|
+
"status": "live",
|
11
|
+
"network_type": "mainnet",
|
12
|
+
"pretty_name": "Juno",
|
13
|
+
"chain_id": "juno-1",
|
14
|
+
"bech32_prefix": "juno",
|
15
|
+
"slip44": 118,
|
16
|
+
"genesis": {
|
17
|
+
"genesis_url": "https://raw.githubusercontent.com/CosmosContracts/mainnet/main/juno-1/genesis.json"
|
18
|
+
},
|
19
|
+
"codebase": {
|
20
|
+
"git_repo": "https://github.com/CosmosContracts/juno",
|
21
|
+
"recommended_version": "v9.0.0",
|
22
|
+
"compatible_versions": ["v9.0.0"]
|
23
|
+
},
|
24
|
+
"daemon_name": "junod",
|
25
|
+
"node_home": "$HOME/.juno",
|
26
|
+
"key_algos": ["secp256k1"],
|
27
|
+
"peers": {
|
28
|
+
"seeds": [{
|
29
|
+
"id": "2484353dab0b2c1275765b8ffa2c50b3b36158ca",
|
30
|
+
"address": "seed-node.junochain.com:26656"
|
31
|
+
}, {
|
32
|
+
"id": "ef2315d81caa27e4b0fd0f267d301569ee958893",
|
33
|
+
"address": "juno-seed.blockpane.com:26656"
|
34
|
+
}, {
|
35
|
+
"id": "22ee6e65e5e79cd0b970dd11e52761de8d1d6dfd",
|
36
|
+
"address": "seeds.pupmos.network:2001",
|
37
|
+
"provider": "PUPMØS"
|
38
|
+
}],
|
39
|
+
"persistent_peers": [{
|
40
|
+
"id": "b1f46f1a1955fc773d3b73180179b0e0a07adce1",
|
41
|
+
"address": "162.55.244.250:39656"
|
42
|
+
}, {
|
43
|
+
"id": "7f593757c0cde8972ce929381d8ac8e446837811",
|
44
|
+
"address": "178.18.255.244:26656"
|
45
|
+
}, {
|
46
|
+
"id": "7b22dfc605989d66b89d2dfe118d799ea5abc2f0",
|
47
|
+
"address": "167.99.210.65:26656"
|
48
|
+
}, {
|
49
|
+
"id": "4bd9cac019775047d27f9b9cea66b25270ab497d",
|
50
|
+
"address": "137.184.7.164:26656"
|
51
|
+
}, {
|
52
|
+
"id": "bd822a8057902fbc80fd9135e335f0dfefa32342",
|
53
|
+
"address": "65.21.202.159:38656"
|
54
|
+
}, {
|
55
|
+
"id": "15827c6c13f919e4d9c11bcca23dff4e3e79b1b8",
|
56
|
+
"address": "51.38.52.210:38656"
|
57
|
+
}, {
|
58
|
+
"id": "e665df28999b2b7b40cff2fe4030682c380bf294",
|
59
|
+
"address": "188.40.106.109:38656"
|
60
|
+
}, {
|
61
|
+
"id": "92804ce50c85ff4c7cf149d347dd880fc3735bf4",
|
62
|
+
"address": "34.94.231.154:26656"
|
63
|
+
}, {
|
64
|
+
"id": "795ed214b8354e8468f46d1bbbf6e128a88fe3bd",
|
65
|
+
"address": "34.127.19.222:26656"
|
66
|
+
}, {
|
67
|
+
"id": "ea9c1ac0e91639b2c7957d9604655e2263abe4e1",
|
68
|
+
"address": "185.181.103.136:26656"
|
69
|
+
}]
|
70
|
+
},
|
71
|
+
"apis": {
|
72
|
+
"rpc": [{
|
73
|
+
"address": "https://rpc-juno.whispernode.com",
|
74
|
+
"provider": " WhisperNode 🤐"
|
75
|
+
}, {
|
76
|
+
"address": "https://rpc-juno.itastakers.com",
|
77
|
+
"provider": "itastakers"
|
78
|
+
}, {
|
79
|
+
"address": "https://rpc-juno.ecostake.com",
|
80
|
+
"provider": "ecostake"
|
81
|
+
}, {
|
82
|
+
"address": "https://juno-rpc.polkachu.com",
|
83
|
+
"provider": "Polkachu"
|
84
|
+
}, {
|
85
|
+
"address": "https://rpc.juno.pupmos.network",
|
86
|
+
"provider": "PUPMØS"
|
87
|
+
}, {
|
88
|
+
"address": "https://rpc.junomint.com",
|
89
|
+
"provider": "EZStaking.io"
|
90
|
+
}, {
|
91
|
+
"address": "https://rpc-juno-ia.notional.ventures/",
|
92
|
+
"provider": "Notional"
|
93
|
+
}],
|
94
|
+
"rest": [{
|
95
|
+
"address": "https://lcd-juno.whispernode.com",
|
96
|
+
"provider": " WhisperNode 🤐"
|
97
|
+
}, {
|
98
|
+
"address": "https://lcd-juno.itastakers.com",
|
99
|
+
"provider": "itastakers"
|
100
|
+
}, {
|
101
|
+
"address": "https://rest-juno.ecostake.com",
|
102
|
+
"provider": "ecostake"
|
103
|
+
}, {
|
104
|
+
"address": "https://api.juno.pupmos.network",
|
105
|
+
"provider": "PUPMØS"
|
106
|
+
}, {
|
107
|
+
"address": "https://lcd.junomint.com",
|
108
|
+
"provider": "EZStaking.io"
|
109
|
+
}, {
|
110
|
+
"address": "https://api-juno-ia.notional.ventures/",
|
111
|
+
"provider": "Notional"
|
112
|
+
}],
|
113
|
+
"grpc": [{
|
114
|
+
"address": "35.243.205.230:9090",
|
115
|
+
"provider": "strangelove"
|
116
|
+
}, {
|
117
|
+
"address": "grpc-juno-ia.notional.ventures:443",
|
118
|
+
"provider": "Notional"
|
119
|
+
}]
|
120
|
+
},
|
121
|
+
"explorers": [{
|
122
|
+
"kind": "ping.pub",
|
123
|
+
"url": "https://ping.pub/juno",
|
124
|
+
"tx_page": "https://ping.pub/juno/tx/${txHash}"
|
125
|
+
}, {
|
126
|
+
"kind": "explorers.guru",
|
127
|
+
"url": "https://juno.explorers.guru",
|
128
|
+
"tx_page": "https://juno.explorers.guru/transaction/${txHash}"
|
129
|
+
}, {
|
130
|
+
"kind": "mintscan",
|
131
|
+
"url": "https://www.mintscan.io/juno",
|
132
|
+
"tx_page": "https://www.mintscan.io/juno/txs/{txHash}"
|
133
|
+
}, {
|
134
|
+
"kind": "atomscan",
|
135
|
+
"url": "https://atomscan.com/juno",
|
136
|
+
"tx_page": "https://atomscan.com/juno/transactions/${txHash}"
|
137
|
+
}]
|
138
|
+
};
|
139
|
+
exports["default"] = _default;
|