@juno-network/assets 0.5.5 → 0.5.8
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 +34 -0
- package/main/assets.js +112 -260
- package/main/chain.js +98 -97
- package/main/ibc_assets.js +1962 -1961
- package/module/assets.js +113 -261
- package/module/chain.js +99 -98
- package/module/ibc_assets.js +1962 -1961
- package/package.json +7 -5
- package/types/assets.d.ts +3 -28
- package/types/chain.d.ts +3 -61
- package/types/ibc_assets.d.ts +3 -31
- package/types/index.d.ts +5 -6
package/main/chain.js
CHANGED
@@ -4,136 +4,137 @@ Object.defineProperty(exports, "__esModule", {
|
|
4
4
|
value: true
|
5
5
|
});
|
6
6
|
exports["default"] = void 0;
|
7
|
-
var
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
7
|
+
var chain = {
|
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
18
|
},
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
19
|
+
codebase: {
|
20
|
+
git_repo: 'https://github.com/CosmosContracts/juno',
|
21
|
+
recommended_version: 'v9.0.0',
|
22
|
+
compatible_versions: ['v9.0.0']
|
23
23
|
},
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
}, {
|
32
|
-
|
33
|
-
|
34
|
-
}, {
|
35
|
-
|
36
|
-
|
37
|
-
|
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
38
|
}],
|
39
|
-
|
40
|
-
|
41
|
-
|
39
|
+
persistent_peers: [{
|
40
|
+
id: 'b1f46f1a1955fc773d3b73180179b0e0a07adce1',
|
41
|
+
address: '162.55.244.250:39656'
|
42
42
|
}, {
|
43
|
-
|
44
|
-
|
43
|
+
id: '7f593757c0cde8972ce929381d8ac8e446837811',
|
44
|
+
address: '178.18.255.244:26656'
|
45
45
|
}, {
|
46
|
-
|
47
|
-
|
46
|
+
id: '7b22dfc605989d66b89d2dfe118d799ea5abc2f0',
|
47
|
+
address: '167.99.210.65:26656'
|
48
48
|
}, {
|
49
|
-
|
50
|
-
|
49
|
+
id: '4bd9cac019775047d27f9b9cea66b25270ab497d',
|
50
|
+
address: '137.184.7.164:26656'
|
51
51
|
}, {
|
52
|
-
|
53
|
-
|
52
|
+
id: 'bd822a8057902fbc80fd9135e335f0dfefa32342',
|
53
|
+
address: '65.21.202.159:38656'
|
54
54
|
}, {
|
55
|
-
|
56
|
-
|
55
|
+
id: '15827c6c13f919e4d9c11bcca23dff4e3e79b1b8',
|
56
|
+
address: '51.38.52.210:38656'
|
57
57
|
}, {
|
58
|
-
|
59
|
-
|
58
|
+
id: 'e665df28999b2b7b40cff2fe4030682c380bf294',
|
59
|
+
address: '188.40.106.109:38656'
|
60
60
|
}, {
|
61
|
-
|
62
|
-
|
61
|
+
id: '92804ce50c85ff4c7cf149d347dd880fc3735bf4',
|
62
|
+
address: '34.94.231.154:26656'
|
63
63
|
}, {
|
64
|
-
|
65
|
-
|
64
|
+
id: '795ed214b8354e8468f46d1bbbf6e128a88fe3bd',
|
65
|
+
address: '34.127.19.222:26656'
|
66
66
|
}, {
|
67
|
-
|
68
|
-
|
67
|
+
id: 'ea9c1ac0e91639b2c7957d9604655e2263abe4e1',
|
68
|
+
address: '185.181.103.136:26656'
|
69
69
|
}]
|
70
70
|
},
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
71
|
+
apis: {
|
72
|
+
rpc: [{
|
73
|
+
address: 'https://rpc-juno.whispernode.com',
|
74
|
+
provider: ' WhisperNode 🤐'
|
75
75
|
}, {
|
76
|
-
|
77
|
-
|
76
|
+
address: 'https://rpc-juno.itastakers.com',
|
77
|
+
provider: 'itastakers'
|
78
78
|
}, {
|
79
|
-
|
80
|
-
|
79
|
+
address: 'https://rpc-juno.ecostake.com',
|
80
|
+
provider: 'ecostake'
|
81
81
|
}, {
|
82
|
-
|
83
|
-
|
82
|
+
address: 'https://juno-rpc.polkachu.com',
|
83
|
+
provider: 'Polkachu'
|
84
84
|
}, {
|
85
|
-
|
86
|
-
|
85
|
+
address: 'https://rpc.juno.pupmos.network',
|
86
|
+
provider: 'PUPMØS'
|
87
87
|
}, {
|
88
|
-
|
89
|
-
|
88
|
+
address: 'https://rpc.junomint.com',
|
89
|
+
provider: 'EZStaking.io'
|
90
90
|
}, {
|
91
|
-
|
92
|
-
|
91
|
+
address: 'https://rpc-juno-ia.notional.ventures/',
|
92
|
+
provider: 'Notional'
|
93
93
|
}],
|
94
|
-
|
95
|
-
|
96
|
-
|
94
|
+
rest: [{
|
95
|
+
address: 'https://lcd-juno.whispernode.com',
|
96
|
+
provider: ' WhisperNode 🤐'
|
97
97
|
}, {
|
98
|
-
|
99
|
-
|
98
|
+
address: 'https://lcd-juno.itastakers.com',
|
99
|
+
provider: 'itastakers'
|
100
100
|
}, {
|
101
|
-
|
102
|
-
|
101
|
+
address: 'https://rest-juno.ecostake.com',
|
102
|
+
provider: 'ecostake'
|
103
103
|
}, {
|
104
|
-
|
105
|
-
|
104
|
+
address: 'https://api.juno.pupmos.network',
|
105
|
+
provider: 'PUPMØS'
|
106
106
|
}, {
|
107
|
-
|
108
|
-
|
107
|
+
address: 'https://lcd.junomint.com',
|
108
|
+
provider: 'EZStaking.io'
|
109
109
|
}, {
|
110
|
-
|
111
|
-
|
110
|
+
address: 'https://api-juno-ia.notional.ventures/',
|
111
|
+
provider: 'Notional'
|
112
112
|
}],
|
113
|
-
|
114
|
-
|
115
|
-
|
113
|
+
grpc: [{
|
114
|
+
address: '35.243.205.230:9090',
|
115
|
+
provider: 'strangelove'
|
116
116
|
}, {
|
117
|
-
|
118
|
-
|
117
|
+
address: 'grpc-juno-ia.notional.ventures:443',
|
118
|
+
provider: 'Notional'
|
119
119
|
}]
|
120
120
|
},
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
121
|
+
explorers: [{
|
122
|
+
kind: 'ping.pub',
|
123
|
+
url: 'https://ping.pub/juno',
|
124
|
+
tx_page: 'https://ping.pub/juno/tx/${txHash}'
|
125
125
|
}, {
|
126
|
-
|
127
|
-
|
128
|
-
|
126
|
+
kind: 'explorers.guru',
|
127
|
+
url: 'https://juno.explorers.guru',
|
128
|
+
tx_page: 'https://juno.explorers.guru/transaction/${txHash}'
|
129
129
|
}, {
|
130
|
-
|
131
|
-
|
132
|
-
|
130
|
+
kind: 'mintscan',
|
131
|
+
url: 'https://www.mintscan.io/juno',
|
132
|
+
tx_page: 'https://www.mintscan.io/juno/txs/{txHash}'
|
133
133
|
}, {
|
134
|
-
|
135
|
-
|
136
|
-
|
134
|
+
kind: 'atomscan',
|
135
|
+
url: 'https://atomscan.com/juno',
|
136
|
+
tx_page: 'https://atomscan.com/juno/transactions/${txHash}'
|
137
137
|
}]
|
138
138
|
};
|
139
|
+
var _default = chain;
|
139
140
|
exports["default"] = _default;
|