chain-registry 1.69.59 β†’ 1.69.61

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.
Files changed (100) hide show
  1. package/esm/mainnet/acrechain/chain.js +0 -12
  2. package/esm/mainnet/agoric/chain.js +3 -3
  3. package/esm/mainnet/agoric/ibc.js +29 -0
  4. package/esm/mainnet/archway/chain.js +3 -15
  5. package/esm/mainnet/arkh/chain.js +0 -8
  6. package/esm/mainnet/assetmantle/assets.js +2 -2
  7. package/esm/mainnet/assetmantle/chain.js +10 -10
  8. package/esm/mainnet/assets.js +0 -2
  9. package/esm/mainnet/aura/chain.js +3 -7
  10. package/esm/mainnet/beezee/assets.js +86 -0
  11. package/esm/mainnet/beezee/ibc.js +58 -0
  12. package/esm/mainnet/celestia/chain.js +6 -6
  13. package/esm/mainnet/chains.js +0 -2
  14. package/esm/mainnet/cheqd/chain.js +3 -3
  15. package/esm/mainnet/cosmoshub/chain.js +12 -3
  16. package/esm/mainnet/dungeon/chain.js +13 -1
  17. package/esm/mainnet/gitopia/chain.js +6 -6
  18. package/esm/mainnet/haqq/chain.js +19 -6
  19. package/esm/mainnet/humans/chain.js +10 -4
  20. package/esm/mainnet/ibc.js +0 -2
  21. package/esm/mainnet/jackal/chain.js +5 -5
  22. package/esm/mainnet/jackal/ibc.js +29 -0
  23. package/esm/mainnet/named.js +0 -1
  24. package/esm/mainnet/neutron/chain.js +3 -3
  25. package/esm/mainnet/neutron/ibc.js +29 -0
  26. package/esm/mainnet/omniflixhub/chain.js +3 -3
  27. package/esm/mainnet/omniflixhub/ibc.js +29 -0
  28. package/esm/mainnet/osmosis/assets.js +37 -0
  29. package/esm/mainnet/planq/chain.js +6 -6
  30. package/esm/mainnet/point/chain.js +4 -4
  31. package/esm/mainnet/realio/chain.js +5 -5
  32. package/esm/mainnet/routerchain/chain.js +12 -0
  33. package/esm/mainnet/self/chain.js +16 -0
  34. package/esm/mainnet/sge/chain.js +8 -8
  35. package/esm/mainnet/source/chain.js +6 -6
  36. package/esm/mainnet/stafihub/chain.js +3 -3
  37. package/esm/mainnet/stratos/chain.js +19 -8
  38. package/esm/mainnet/uptick/chain.js +6 -6
  39. package/esm/mainnet/xion/chain.js +30 -3
  40. package/esm/mainnet/xpla/chain.js +17 -0
  41. package/esm/mainnet/zetachain/chain.js +18 -0
  42. package/esm/testnet/elystestnet/assets.js +10 -10
  43. package/esm/testnet/elystestnet/chain.js +7 -49
  44. package/mainnet/acrechain/chain.js +0 -12
  45. package/mainnet/agoric/chain.js +3 -3
  46. package/mainnet/agoric/ibc.js +29 -0
  47. package/mainnet/archway/chain.js +3 -15
  48. package/mainnet/arkh/chain.js +0 -8
  49. package/mainnet/assetmantle/assets.js +2 -2
  50. package/mainnet/assetmantle/chain.js +10 -10
  51. package/mainnet/assets.js +0 -2
  52. package/mainnet/aura/chain.js +3 -7
  53. package/mainnet/beezee/assets.js +86 -0
  54. package/mainnet/beezee/ibc.js +58 -0
  55. package/mainnet/celestia/chain.js +6 -6
  56. package/mainnet/chains.js +0 -2
  57. package/mainnet/cheqd/chain.js +3 -3
  58. package/mainnet/cosmoshub/chain.js +12 -3
  59. package/mainnet/dungeon/chain.js +13 -1
  60. package/mainnet/gitopia/chain.js +6 -6
  61. package/mainnet/haqq/chain.js +19 -6
  62. package/mainnet/humans/chain.js +10 -4
  63. package/mainnet/ibc.js +0 -2
  64. package/mainnet/jackal/chain.js +5 -5
  65. package/mainnet/jackal/ibc.js +29 -0
  66. package/mainnet/named.d.ts +0 -1
  67. package/mainnet/named.js +2 -3
  68. package/mainnet/neutron/chain.js +3 -3
  69. package/mainnet/neutron/ibc.js +29 -0
  70. package/mainnet/omniflixhub/chain.js +3 -3
  71. package/mainnet/omniflixhub/ibc.js +29 -0
  72. package/mainnet/osmosis/assets.js +37 -0
  73. package/mainnet/planq/chain.js +6 -6
  74. package/mainnet/point/chain.js +4 -4
  75. package/mainnet/realio/chain.js +5 -5
  76. package/mainnet/routerchain/chain.js +12 -0
  77. package/mainnet/self/chain.js +16 -0
  78. package/mainnet/sge/chain.js +8 -8
  79. package/mainnet/source/chain.js +6 -6
  80. package/mainnet/stafihub/chain.js +3 -3
  81. package/mainnet/stratos/chain.js +19 -8
  82. package/mainnet/uptick/chain.js +6 -6
  83. package/mainnet/xion/chain.js +30 -3
  84. package/mainnet/xpla/chain.js +17 -0
  85. package/mainnet/zetachain/chain.js +18 -0
  86. package/package.json +4 -4
  87. package/testnet/elystestnet/assets.js +10 -10
  88. package/testnet/elystestnet/chain.js +7 -49
  89. package/esm/mainnet/nois/assets.js +0 -37
  90. package/esm/mainnet/nois/chain.js +0 -279
  91. package/esm/mainnet/nois/ibc.js +0 -357
  92. package/esm/mainnet/nois/index.js +0 -6
  93. package/mainnet/nois/assets.d.ts +0 -3
  94. package/mainnet/nois/assets.js +0 -39
  95. package/mainnet/nois/chain.d.ts +0 -3
  96. package/mainnet/nois/chain.js +0 -281
  97. package/mainnet/nois/ibc.d.ts +0 -3
  98. package/mainnet/nois/ibc.js +0 -359
  99. package/mainnet/nois/index.d.ts +0 -3
  100. package/mainnet/nois/index.js +0 -12
@@ -1,357 +0,0 @@
1
- const info = [
2
- {
3
- $schema: '../ibc_data.schema.json',
4
- chain_1: {
5
- chain_name: 'archway',
6
- client_id: '07-tendermint-22',
7
- connection_id: 'connection-20'
8
- },
9
- chain_2: {
10
- chain_name: 'nois',
11
- client_id: '07-tendermint-15',
12
- connection_id: 'connection-9'
13
- },
14
- channels: [{
15
- chain_1: {
16
- channel_id: 'channel-17',
17
- port_id: 'transfer'
18
- },
19
- chain_2: {
20
- channel_id: 'channel-21',
21
- port_id: 'transfer'
22
- },
23
- ordering: 'unordered',
24
- version: 'ics20-1',
25
- tags: {
26
- status: 'live',
27
- preferred: true
28
- }
29
- }, {
30
- chain_1: {
31
- channel_id: 'channel-19',
32
- port_id: 'wasm.archway10f3aasgsnpv84ymjyld50jayc4ecu267sdpjamauwm8nvxlzex9qj4dkwr'
33
- },
34
- chain_2: {
35
- channel_id: 'channel-22',
36
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
37
- },
38
- ordering: 'unordered',
39
- version: 'nois-v7',
40
- tags: {
41
- status: 'live',
42
- preferred: true
43
- }
44
- }]
45
- },
46
- {
47
- $schema: '../ibc_data.schema.json',
48
- chain_1: {
49
- chain_name: 'aura',
50
- client_id: '07-tendermint-13',
51
- connection_id: 'connection-10'
52
- },
53
- chain_2: {
54
- chain_name: 'nois',
55
- client_id: '07-tendermint-4',
56
- connection_id: 'connection-4'
57
- },
58
- channels: [{
59
- chain_1: {
60
- channel_id: 'channel-3',
61
- port_id: 'transfer'
62
- },
63
- chain_2: {
64
- channel_id: 'channel-16',
65
- port_id: 'transfer'
66
- },
67
- ordering: 'unordered',
68
- version: 'ics20-1',
69
- tags: {
70
- status: 'live',
71
- preferred: true
72
- }
73
- }, {
74
- chain_1: {
75
- channel_id: 'channel-8',
76
- port_id: 'wasm.aura1r3zgdsn3dcze07a4r60rxxx7ppvkxfshn9np0pwtkgarrld0786s72jtjt'
77
- },
78
- chain_2: {
79
- channel_id: 'channel-35',
80
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
81
- },
82
- ordering: 'unordered',
83
- version: 'nois-v7',
84
- tags: {
85
- status: 'live',
86
- preferred: true
87
- }
88
- }]
89
- },
90
- {
91
- $schema: '../ibc_data.schema.json',
92
- chain_1: {
93
- chain_name: 'injective',
94
- client_id: '07-tendermint-201',
95
- connection_id: 'connection-184'
96
- },
97
- chain_2: {
98
- chain_name: 'nois',
99
- client_id: '07-tendermint-13',
100
- connection_id: 'connection-6'
101
- },
102
- channels: [{
103
- chain_1: {
104
- channel_id: 'channel-138',
105
- port_id: 'transfer'
106
- },
107
- chain_2: {
108
- channel_id: 'channel-17',
109
- port_id: 'transfer'
110
- },
111
- ordering: 'unordered',
112
- version: 'ics20-1',
113
- tags: {
114
- status: 'live',
115
- preferred: true
116
- }
117
- }, {
118
- chain_1: {
119
- channel_id: 'channel-140',
120
- port_id: 'wasm.inj1w9g3sk7lk8k0pdtctygupt6f3te7x4thvzz57a'
121
- },
122
- chain_2: {
123
- channel_id: 'channel-20',
124
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
125
- },
126
- ordering: 'unordered',
127
- version: 'nois-v7',
128
- tags: {
129
- status: 'live',
130
- preferred: true
131
- }
132
- }]
133
- },
134
- {
135
- $schema: '../ibc_data.schema.json',
136
- chain_1: {
137
- chain_name: 'juno',
138
- client_id: '07-tendermint-335',
139
- connection_id: 'connection-325'
140
- },
141
- chain_2: {
142
- chain_name: 'nois',
143
- client_id: '07-tendermint-1',
144
- connection_id: 'connection-2'
145
- },
146
- channels: [{
147
- chain_1: {
148
- channel_id: 'channel-225',
149
- port_id: 'transfer'
150
- },
151
- chain_2: {
152
- channel_id: 'channel-1',
153
- port_id: 'transfer'
154
- },
155
- ordering: 'unordered',
156
- version: 'ics20-1',
157
- tags: {
158
- status: 'live',
159
- preferred: true
160
- }
161
- }, {
162
- chain_1: {
163
- channel_id: 'channel-243',
164
- port_id: 'wasm.juno1qr84ktm57q5t02u04ddk5r8s79axdzglad6tfdd9g2xgt4hkh6jsgeq9x2'
165
- },
166
- chain_2: {
167
- channel_id: 'channel-2',
168
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
169
- },
170
- ordering: 'unordered',
171
- version: 'nois-v7',
172
- tags: {
173
- status: 'live',
174
- preferred: true
175
- }
176
- }]
177
- },
178
- {
179
- $schema: '../ibc_data.schema.json',
180
- chain_1: {
181
- chain_name: 'neutron',
182
- client_id: '07-tendermint-83',
183
- connection_id: 'connection-62'
184
- },
185
- chain_2: {
186
- chain_name: 'nois',
187
- client_id: '07-tendermint-20',
188
- connection_id: 'connection-13'
189
- },
190
- channels: [{
191
- chain_1: {
192
- channel_id: 'channel-722',
193
- port_id: 'transfer'
194
- },
195
- chain_2: {
196
- channel_id: 'channel-47',
197
- port_id: 'transfer'
198
- },
199
- ordering: 'unordered',
200
- version: 'ics20-1',
201
- tags: {
202
- status: 'live',
203
- preferred: true
204
- }
205
- }, {
206
- chain_1: {
207
- channel_id: 'channel-1559',
208
- port_id: 'wasm.neutron14cwv7d4lwc69zrjrzywwh8c9327m8dpngpq52f5kgqephhgrjc2s9ry3eu'
209
- },
210
- chain_2: {
211
- channel_id: 'channel-48',
212
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
213
- },
214
- ordering: 'unordered',
215
- version: 'nois-v7',
216
- tags: {
217
- status: 'live',
218
- preferred: true
219
- }
220
- }]
221
- },
222
- {
223
- $schema: '../ibc_data.schema.json',
224
- chain_1: {
225
- chain_name: 'nois',
226
- client_id: '07-tendermint-16',
227
- connection_id: 'connection-10'
228
- },
229
- chain_2: {
230
- chain_name: 'osmosis',
231
- client_id: '07-tendermint-3017',
232
- connection_id: 'connection-2507'
233
- },
234
- channels: [{
235
- chain_1: {
236
- channel_id: 'channel-37',
237
- port_id: 'transfer'
238
- },
239
- chain_2: {
240
- channel_id: 'channel-8277',
241
- port_id: 'transfer'
242
- },
243
- ordering: 'unordered',
244
- version: 'ics20-1',
245
- tags: {
246
- status: 'live',
247
- preferred: true,
248
- dex: 'osmosis'
249
- }
250
- }, {
251
- chain_1: {
252
- channel_id: 'channel-11319',
253
- port_id: 'wasm.osmo1tvzr8ur0ynjhqftxpkl4qwel8ly7erhy6cu6ks426xmzf92vk6eqfp9wcl'
254
- },
255
- chain_2: {
256
- channel_id: 'channel-41',
257
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
258
- },
259
- ordering: 'unordered',
260
- version: 'nois-v7',
261
- tags: {
262
- status: 'live',
263
- preferred: true
264
- }
265
- }]
266
- },
267
- {
268
- $schema: '../ibc_data.schema.json',
269
- chain_1: {
270
- chain_name: 'nois',
271
- client_id: '07-tendermint-19',
272
- connection_id: 'connection-11'
273
- },
274
- chain_2: {
275
- chain_name: 'sei',
276
- client_id: '07-tendermint-106',
277
- connection_id: 'connection-144'
278
- },
279
- channels: [{
280
- chain_1: {
281
- channel_id: 'channel-43',
282
- port_id: 'transfer'
283
- },
284
- chain_2: {
285
- channel_id: 'channel-58',
286
- port_id: 'transfer'
287
- },
288
- ordering: 'unordered',
289
- version: 'ics20-1',
290
- tags: {
291
- status: 'live',
292
- preferred: true
293
- }
294
- }, {
295
- chain_1: {
296
- channel_id: 'channel-44',
297
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
298
- },
299
- chain_2: {
300
- channel_id: 'channel-59',
301
- port_id: 'wasm.sei1vxlzhn6qvf95syha2tgr0ct23sk5359s2vqzylgthuyy7kd7ql5qcxa4r0'
302
- },
303
- ordering: 'unordered',
304
- version: 'nois-v7',
305
- tags: {
306
- status: 'live',
307
- preferred: true
308
- }
309
- }]
310
- },
311
- {
312
- $schema: '../ibc_data.schema.json',
313
- chain_1: {
314
- chain_name: 'nois',
315
- client_id: '07-tendermint-0',
316
- connection_id: 'connection-0'
317
- },
318
- chain_2: {
319
- chain_name: 'stargaze',
320
- client_id: '07-tendermint-237',
321
- connection_id: 'connection-171'
322
- },
323
- channels: [{
324
- chain_1: {
325
- channel_id: 'channel-0',
326
- port_id: 'transfer'
327
- },
328
- chain_2: {
329
- channel_id: 'channel-137',
330
- port_id: 'transfer'
331
- },
332
- ordering: 'unordered',
333
- version: 'ics20-1',
334
- tags: {
335
- status: 'live',
336
- preferred: true,
337
- dex: 'osmosis'
338
- }
339
- }, {
340
- chain_1: {
341
- channel_id: 'channel-238',
342
- port_id: 'wasm.stars1mw5y55f53mnara7g3pn2pylxl8dpauscyn83c68442hz9nwktzrq8tjzyf'
343
- },
344
- chain_2: {
345
- channel_id: 'channel-38',
346
- port_id: 'wasm.nois1acyc05v6fgcdgj88nmz2t40aex9nlnptqpwp5hf8hwg7rhce9uuqgqz5wp'
347
- },
348
- ordering: 'unordered',
349
- version: 'nois-v7',
350
- tags: {
351
- status: 'live',
352
- preferred: true
353
- }
354
- }]
355
- }
356
- ];
357
- export default info;
@@ -1,6 +0,0 @@
1
- import _assets from './assets';
2
- import _chain from './chain';
3
- import _ibc from './ibc';
4
- export const assets = _assets;
5
- export const chain = _chain;
6
- export const ibc = _ibc;
@@ -1,3 +0,0 @@
1
- import { AssetList } from '@chain-registry/types';
2
- declare const info: AssetList;
3
- export default info;
@@ -1,39 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = {
4
- $schema: '../assetlist.schema.json',
5
- chain_name: 'nois',
6
- assets: [{
7
- description: 'The native token of Nois',
8
- denom_units: [{
9
- denom: 'unois',
10
- exponent: 0
11
- }, {
12
- denom: 'nois',
13
- exponent: 6
14
- }],
15
- base: 'unois',
16
- name: 'Nois',
17
- display: 'nois',
18
- symbol: 'NOIS',
19
- logo_URIs: {
20
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
21
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg'
22
- },
23
- keywords: [
24
- 'nois',
25
- 'randomness',
26
- 'drand',
27
- 'wasm'
28
- ],
29
- images: [{
30
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
31
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
32
- theme: {
33
- primary_color_hex: '#0c0c14'
34
- }
35
- }],
36
- type_asset: 'sdk.coin'
37
- }]
38
- };
39
- exports.default = info;
@@ -1,3 +0,0 @@
1
- import { Chain } from '@chain-registry/types';
2
- declare const info: Chain;
3
- export default info;
@@ -1,281 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const info = {
4
- $schema: '../chain.schema.json',
5
- chain_name: 'nois',
6
- status: 'live',
7
- network_type: 'mainnet',
8
- website: 'https://nois.network',
9
- pretty_name: 'Nois',
10
- chain_type: 'cosmos',
11
- chain_id: 'nois-1',
12
- bech32_prefix: 'nois',
13
- daemon_name: 'noisd',
14
- node_home: '$HOME/.noisd',
15
- key_algos: ['secp256k1'],
16
- slip44: 118,
17
- fees: {
18
- fee_tokens: [{
19
- denom: 'unois',
20
- fixed_min_gas_price: 0.05,
21
- low_gas_price: 0.05,
22
- average_gas_price: 0.05,
23
- high_gas_price: 0.1
24
- }]
25
- },
26
- staking: {
27
- staking_tokens: [{
28
- denom: 'unois'
29
- }],
30
- lock_duration: {
31
- time: '1814400s'
32
- }
33
- },
34
- codebase: {},
35
- images: [{
36
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
37
- theme: {
38
- primary_color_hex: '#0C0914'
39
- }
40
- }, {
41
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png',
42
- svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.svg',
43
- theme: {
44
- primary_color_hex: '#0c0c14'
45
- }
46
- }],
47
- logo_URIs: {
48
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/nois/images/nois.png'
49
- },
50
- apis: {
51
- rpc: [
52
- {
53
- address: 'https://nois-rpc.nysa.network',
54
- provider: 'nysa.network'
55
- },
56
- {
57
- address: 'https://nois.rpc.bccnodes.com',
58
- provider: 'BccNodes'
59
- },
60
- {
61
- address: 'https://rpc.lavenderfive.com:443/nois',
62
- provider: 'Lavender.Five Nodes 🐝'
63
- },
64
- {
65
- address: 'https://rpc-nois.mib.tech/',
66
- provider: 'MadeInBlock'
67
- },
68
- {
69
- address: 'https://m-nois.rpc.utsa.tech',
70
- provider: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀'
71
- },
72
- {
73
- address: 'http://nois.rpc.m.stavr.tech',
74
- provider: 'πŸ”₯STAVRπŸ”₯'
75
- },
76
- {
77
- address: 'https://rpc-nois.ezstaking.dev',
78
- provider: 'EZStaking'
79
- },
80
- {
81
- address: 'https://nois-mainnet-rpc.itrocket.net',
82
- provider: 'itrocket'
83
- },
84
- {
85
- address: 'https://rpc-nois.d-stake.xyz',
86
- provider: 'D-Stake'
87
- },
88
- {
89
- address: 'https://rpc-nois.sr20de.xyz',
90
- provider: 'SR20DE'
91
- },
92
- {
93
- address: 'https://nois-mainnet-rpc.autostake.com',
94
- provider: 'AutoStake'
95
- },
96
- {
97
- address: 'https://nois-rpc.polkachu.com',
98
- provider: 'Polkachu'
99
- },
100
- {
101
- address: 'https://nois-rpc.kingnodes.com',
102
- provider: 'kingnodes πŸ‘‘'
103
- },
104
- {
105
- address: 'https://rpc.nois.silentvalidator.com',
106
- provider: 'silent'
107
- },
108
- {
109
- address: 'https://nois-rpc.stakeandrelax.net',
110
- provider: 'Stake&Relax πŸ¦₯'
111
- },
112
- {
113
- address: 'https://rpc.nois.cumulo.org.es',
114
- provider: 'Cumulo'
115
- }
116
- ],
117
- grpc: [
118
- {
119
- address: 'https://nois-grpc.nysa.network',
120
- provider: 'nysa.network'
121
- },
122
- {
123
- address: 'nois.grpc.bccnodes.com:443',
124
- provider: 'BccNodes'
125
- },
126
- {
127
- address: 'nois.lavenderfive.com:443',
128
- provider: 'Lavender.Five Nodes 🐝'
129
- },
130
- {
131
- address: 'https://grpc.noismain.mcbnode.online',
132
- provider: 'mcbnode'
133
- },
134
- {
135
- address: 'http://nois.grpc.m.stavr.tech:191',
136
- provider: 'πŸ”₯STAVRπŸ”₯'
137
- },
138
- {
139
- address: 'nois-mainnet-grpc.itrocket.net:36090',
140
- provider: 'itrocket'
141
- },
142
- {
143
- address: 'nois-mainnet-grpc.itrocket.net:36090',
144
- provider: 'itrocket'
145
- },
146
- {
147
- address: 'https://grpc.nois.nodestake.top',
148
- provider: 'NodeStake'
149
- },
150
- {
151
- address: 'https://grpc-nois.d-stake.xyz',
152
- provider: 'D-Stake'
153
- },
154
- {
155
- address: 'https://grpc.nois.hexnodes.co',
156
- provider: 'HexNodes'
157
- },
158
- {
159
- address: 'https://grpc-nois.sr20de.xyz',
160
- provider: 'SR20DE'
161
- },
162
- {
163
- address: 'https://nois-testnet-grpc.autostake.com',
164
- provider: 'AutoStake'
165
- },
166
- {
167
- address: 'nois-grpc.polkachu.com:17390',
168
- provider: 'Polkachu'
169
- },
170
- {
171
- address: 'https://nois-grpc.kingnodes.com',
172
- provider: 'kingnodes πŸ‘‘'
173
- },
174
- {
175
- address: 'grpc.nois.silentvalidator.com:443',
176
- provider: 'silent'
177
- },
178
- {
179
- address: 'nois-grpc.stakeandrelax.net:17390',
180
- provider: 'Stake&Relax πŸ¦₯'
181
- },
182
- {
183
- address: 'grpc.nois.cumulo.org.es:443',
184
- provider: 'Cumulo'
185
- }
186
- ],
187
- rest: [
188
- {
189
- address: 'https://m-nois.api.utsa.tech',
190
- provider: 'π₯𝐞𝐬𝐧𝐒𝐀 | 𝐔𝐓𝐒𝐀'
191
- },
192
- {
193
- address: 'https://rest.lavenderfive.com:443/nois',
194
- provider: 'Lavender.Five Nodes 🐝'
195
- },
196
- {
197
- address: 'https://lcd-nois.ezstaking.dev',
198
- provider: 'EZStaking'
199
- },
200
- {
201
- address: 'https://lcd-nois.mib.tech/',
202
- provider: 'MadeInBlock'
203
- },
204
- {
205
- address: 'https://nois.api.m.stavr.tech',
206
- provider: 'πŸ”₯STAVRπŸ”₯'
207
- },
208
- {
209
- address: 'https://nois-mainnet-api.itrocket.net',
210
- provider: 'itrocket'
211
- },
212
- {
213
- address: 'https://api-nois.d-stake.xyz',
214
- provider: 'D-Stake'
215
- },
216
- {
217
- address: 'https://api-nois.sr20de.xyz',
218
- provider: 'SR20DE'
219
- },
220
- {
221
- address: 'https://nois-api.polkachu.com',
222
- provider: 'Polkachu'
223
- },
224
- {
225
- address: 'https://nois-rest.kingnodes.com',
226
- provider: 'kingnodes πŸ‘‘'
227
- },
228
- {
229
- address: 'https://api.nois.silentvalidator.com',
230
- provider: 'silent'
231
- },
232
- {
233
- address: 'https://nois-api.stakeandrelax.net',
234
- provider: 'Stake&Relax πŸ¦₯'
235
- },
236
- {
237
- address: 'https://api.nois.cumulo.org.es',
238
- provider: 'Cumulo'
239
- }
240
- ]
241
- },
242
- explorers: [
243
- {
244
- kind: 'ezstaking',
245
- url: 'https://ezstaking.app/nois',
246
- tx_page: 'https://ezstaking.app/nois/txs/${txHash}',
247
- account_page: 'https://ezstaking.app/nois/account/${accountAddress}'
248
- },
249
- {
250
- kind: 'staking-explorer.com',
251
- url: 'https://staking-explorer.com/explorer/nois',
252
- tx_page: 'https://staking-explorer.com/transaction.php?chain=nois&tx=${txHash}',
253
- account_page: 'https://staking-explorer.com/account.php?chain=nois&addr=${accountAddress}'
254
- },
255
- {
256
- kind: 'πŸ”₯STAVRπŸ”₯',
257
- url: 'https://explorer.stavr.tech/nois-mainnet',
258
- tx_page: 'https://explorer.stavr.tech/nois-mainnet/txs/${txHash}',
259
- account_page: 'https://explorer.stavr.tech/nois-mainnet/account/${accountAddress}'
260
- },
261
- {
262
- kind: 'BccNodes',
263
- url: 'https://explorer.stavr.tech/nois-mainnet',
264
- tx_page: 'https://explorer.bccnodes.com/nois-M/txs/${txHash}',
265
- account_page: 'https://explorer.bccnodes.com/nois-M/account/${accountAddress}'
266
- },
267
- {
268
- kind: 'explorers.guru',
269
- url: 'https://nois.explorers.guru',
270
- tx_page: 'https://nois.explorers.guru/transaction/${txHash}',
271
- account_page: 'https://nois.explorers.guru/account/${accountAddress}'
272
- }
273
- ],
274
- keywords: [
275
- 'nois',
276
- 'randomness',
277
- 'drand',
278
- 'wasm'
279
- ]
280
- };
281
- exports.default = info;
@@ -1,3 +0,0 @@
1
- import { IBCInfo } from '@chain-registry/types';
2
- declare const info: IBCInfo[];
3
- export default info;