chain-registry 2.0.235 → 2.0.237
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/esm/mainnet/asset-lists.js +2 -2
- package/esm/mainnet/chains.js +2 -2
- package/esm/mainnet/ibc-data.js +0 -2
- package/esm/mainnet/irisnet/chain.js +1 -18
- package/esm/mainnet/kujira/chain.js +15 -8
- package/esm/mainnet/tail/asset-list.js +26 -0
- package/esm/mainnet/tail/chain.js +44 -0
- package/esm/mainnet/{umee → tail}/index.js +0 -2
- package/mainnet/asset-lists.js +2 -2
- package/mainnet/chains.js +2 -2
- package/mainnet/ibc-data.js +0 -2
- package/mainnet/irisnet/chain.js +1 -18
- package/mainnet/kujira/chain.js +15 -8
- package/mainnet/tail/asset-list.js +28 -0
- package/mainnet/tail/chain.js +46 -0
- package/mainnet/{umee → tail}/index.d.ts +0 -1
- package/mainnet/{umee → tail}/index.js +1 -3
- package/package.json +3 -3
- package/esm/mainnet/umee/asset-list.js +0 -28
- package/esm/mainnet/umee/chain.js +0 -309
- package/esm/mainnet/umee/ibc-data.js +0 -522
- package/mainnet/umee/asset-list.js +0 -30
- package/mainnet/umee/chain.js +0 -311
- package/mainnet/umee/ibc-data.d.ts +0 -3
- package/mainnet/umee/ibc-data.js +0 -524
- /package/mainnet/{umee → tail}/asset-list.d.ts +0 -0
- /package/mainnet/{umee → tail}/chain.d.ts +0 -0
|
@@ -196,6 +196,7 @@ import * as _stride from './stride';
|
|
|
196
196
|
import * as _sunrise from './sunrise';
|
|
197
197
|
import * as _symphony from './symphony';
|
|
198
198
|
import * as _synternet from './synternet';
|
|
199
|
+
import * as _tail from './tail';
|
|
199
200
|
import * as _taketitan from './taketitan';
|
|
200
201
|
import * as _tenet from './tenet';
|
|
201
202
|
import * as _teritori from './teritori';
|
|
@@ -206,7 +207,6 @@ import * as _thejaynetwork from './thejaynetwork';
|
|
|
206
207
|
import * as _thorchain from './thorchain';
|
|
207
208
|
import * as _titan from './titan';
|
|
208
209
|
import * as _turkchain from './turkchain';
|
|
209
|
-
import * as _umee from './umee';
|
|
210
210
|
import * as _unicorn from './unicorn';
|
|
211
211
|
import * as _unification from './unification';
|
|
212
212
|
import * as _union from './union';
|
|
@@ -422,6 +422,7 @@ const assetList = [
|
|
|
422
422
|
_sunrise.assetList,
|
|
423
423
|
_symphony.assetList,
|
|
424
424
|
_synternet.assetList,
|
|
425
|
+
_tail.assetList,
|
|
425
426
|
_taketitan.assetList,
|
|
426
427
|
_tenet.assetList,
|
|
427
428
|
_teritori.assetList,
|
|
@@ -432,7 +433,6 @@ const assetList = [
|
|
|
432
433
|
_thorchain.assetList,
|
|
433
434
|
_titan.assetList,
|
|
434
435
|
_turkchain.assetList,
|
|
435
|
-
_umee.assetList,
|
|
436
436
|
_unicorn.assetList,
|
|
437
437
|
_unification.assetList,
|
|
438
438
|
_union.assetList,
|
package/esm/mainnet/chains.js
CHANGED
|
@@ -196,6 +196,7 @@ import * as _stride from './stride';
|
|
|
196
196
|
import * as _sunrise from './sunrise';
|
|
197
197
|
import * as _symphony from './symphony';
|
|
198
198
|
import * as _synternet from './synternet';
|
|
199
|
+
import * as _tail from './tail';
|
|
199
200
|
import * as _taketitan from './taketitan';
|
|
200
201
|
import * as _tenet from './tenet';
|
|
201
202
|
import * as _teritori from './teritori';
|
|
@@ -206,7 +207,6 @@ import * as _thejaynetwork from './thejaynetwork';
|
|
|
206
207
|
import * as _thorchain from './thorchain';
|
|
207
208
|
import * as _titan from './titan';
|
|
208
209
|
import * as _turkchain from './turkchain';
|
|
209
|
-
import * as _umee from './umee';
|
|
210
210
|
import * as _unicorn from './unicorn';
|
|
211
211
|
import * as _unification from './unification';
|
|
212
212
|
import * as _union from './union';
|
|
@@ -422,6 +422,7 @@ const chains = [
|
|
|
422
422
|
_sunrise.chain,
|
|
423
423
|
_symphony.chain,
|
|
424
424
|
_synternet.chain,
|
|
425
|
+
_tail.chain,
|
|
425
426
|
_taketitan.chain,
|
|
426
427
|
_tenet.chain,
|
|
427
428
|
_teritori.chain,
|
|
@@ -432,7 +433,6 @@ const chains = [
|
|
|
432
433
|
_thorchain.chain,
|
|
433
434
|
_titan.chain,
|
|
434
435
|
_turkchain.chain,
|
|
435
|
-
_umee.chain,
|
|
436
436
|
_unicorn.chain,
|
|
437
437
|
_unification.chain,
|
|
438
438
|
_union.chain,
|
package/esm/mainnet/ibc-data.js
CHANGED
|
@@ -159,7 +159,6 @@ import * as _terra2 from './terra2';
|
|
|
159
159
|
import * as _thejaynetwork from './thejaynetwork';
|
|
160
160
|
import * as _titan from './titan';
|
|
161
161
|
import * as _turkchain from './turkchain';
|
|
162
|
-
import * as _umee from './umee';
|
|
163
162
|
import * as _unification from './unification';
|
|
164
163
|
import * as _uptick from './uptick';
|
|
165
164
|
import * as _wolochain from './wolochain';
|
|
@@ -330,7 +329,6 @@ const ibcData = [
|
|
|
330
329
|
..._thejaynetwork.ibcData,
|
|
331
330
|
..._titan.ibcData,
|
|
332
331
|
..._turkchain.ibcData,
|
|
333
|
-
..._umee.ibcData,
|
|
334
332
|
..._unification.ibcData,
|
|
335
333
|
..._uptick.ibcData,
|
|
336
334
|
..._wolochain.ibcData,
|
|
@@ -50,10 +50,6 @@ const info = {
|
|
|
50
50
|
address: 'https://iris-rpc.publicnode.com:443',
|
|
51
51
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
52
52
|
},
|
|
53
|
-
{
|
|
54
|
-
address: 'https://iris-rpc.highstakes.ch',
|
|
55
|
-
provider: 'High Stakes 🇨🇭'
|
|
56
|
-
},
|
|
57
53
|
{
|
|
58
54
|
address: 'https://mainnet-iris-rpc.konsortech.xyz',
|
|
59
55
|
provider: 'KonsorTech'
|
|
@@ -72,10 +68,6 @@ const info = {
|
|
|
72
68
|
address: 'https://iris-rest.publicnode.com',
|
|
73
69
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
74
70
|
},
|
|
75
|
-
{
|
|
76
|
-
address: 'https://iris-api.highstakes.ch',
|
|
77
|
-
provider: 'High Stakes 🇨🇭'
|
|
78
|
-
},
|
|
79
71
|
{
|
|
80
72
|
address: 'https://mainnet-iris-api.konsortech.xyz',
|
|
81
73
|
provider: 'KonsorTech'
|
|
@@ -180,15 +172,6 @@ const info = {
|
|
|
180
172
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
181
173
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
182
174
|
}],
|
|
183
|
-
snapshots: [
|
|
184
|
-
provider: 'High Stakes 🇨🇭',
|
|
185
|
-
url: 'https://tools.highstakes.ch/snapshots/iris',
|
|
186
|
-
latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
|
|
187
|
-
type: 'pruned',
|
|
188
|
-
dbBackend: 'goleveldb',
|
|
189
|
-
frequency: 'every 3h',
|
|
190
|
-
compression: 'tar',
|
|
191
|
-
checksumAvailable: true
|
|
192
|
-
}]
|
|
175
|
+
snapshots: []
|
|
193
176
|
};
|
|
194
177
|
export default info;
|
|
@@ -164,10 +164,6 @@ const info = {
|
|
|
164
164
|
address: 'https://rpc.kaiyo.kujira.setten.io',
|
|
165
165
|
provider: 'setten.io'
|
|
166
166
|
},
|
|
167
|
-
{
|
|
168
|
-
address: 'https://kujira-rpc.polkachu.com',
|
|
169
|
-
provider: 'Polkachu'
|
|
170
|
-
},
|
|
171
167
|
{
|
|
172
168
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
173
169
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -219,6 +215,10 @@ const info = {
|
|
|
219
215
|
{
|
|
220
216
|
address: 'https://kujira.interstellar-lounge.org',
|
|
221
217
|
provider: 'Interstellar Lounge 🍸'
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
address: 'https://kujira-rpc.polkachu.com:443',
|
|
221
|
+
provider: 'Polkachu'
|
|
222
222
|
}
|
|
223
223
|
],
|
|
224
224
|
rest: [
|
|
@@ -230,10 +230,6 @@ const info = {
|
|
|
230
230
|
address: 'https://rest.lavenderfive.com:443/kujira',
|
|
231
231
|
provider: 'Lavender.Five Nodes 🐝'
|
|
232
232
|
},
|
|
233
|
-
{
|
|
234
|
-
address: 'https://kujira-api.polkachu.com/',
|
|
235
|
-
provider: 'Polkachu'
|
|
236
|
-
},
|
|
237
233
|
{
|
|
238
234
|
address: 'https://kujira-lcd.wildsage.io/',
|
|
239
235
|
provider: 'WildSage Labs'
|
|
@@ -281,6 +277,10 @@ const info = {
|
|
|
281
277
|
{
|
|
282
278
|
address: 'https://kujira-rest.interstellar-lounge.org',
|
|
283
279
|
provider: 'Interstellar Lounge 🍸'
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
address: 'https://kujira-api.polkachu.com',
|
|
283
|
+
provider: 'Polkachu'
|
|
284
284
|
}
|
|
285
285
|
],
|
|
286
286
|
grpc: [
|
|
@@ -357,6 +357,13 @@ const info = {
|
|
|
357
357
|
images: [{
|
|
358
358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png',
|
|
359
359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
360
|
+
}],
|
|
361
|
+
snapshots: [{
|
|
362
|
+
url: 'https://polkachu.com/tendermint_snapshots/kujira',
|
|
363
|
+
type: 'pruned',
|
|
364
|
+
compression: 'lz4',
|
|
365
|
+
checksumAvailable: false,
|
|
366
|
+
provider: 'Polkachu'
|
|
360
367
|
}]
|
|
361
368
|
};
|
|
362
369
|
export default info;
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chainName: 'tail',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of TAIL Network',
|
|
6
|
+
denomUnits: [{
|
|
7
|
+
denom: 'utail',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'TAIL',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
typeAsset: 'sdk.coin',
|
|
14
|
+
base: 'utail',
|
|
15
|
+
name: 'TAIL Network',
|
|
16
|
+
display: 'TAIL',
|
|
17
|
+
symbol: 'TAIL',
|
|
18
|
+
logoURIs: {
|
|
19
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tail/images/logo-mark.png'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tail/images/logo-mark.png'
|
|
23
|
+
}]
|
|
24
|
+
}]
|
|
25
|
+
};
|
|
26
|
+
export default info;
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../chain.schema.json',
|
|
3
|
+
chainName: 'tail',
|
|
4
|
+
status: 'live',
|
|
5
|
+
networkType: 'mainnet',
|
|
6
|
+
prettyName: 'TAIL Network',
|
|
7
|
+
chainType: 'cosmos',
|
|
8
|
+
chainId: 'tail',
|
|
9
|
+
bech32Prefix: 'tail',
|
|
10
|
+
daemonName: 'taild',
|
|
11
|
+
nodeHome: '$HOME/.tail',
|
|
12
|
+
keyAlgos: ['secp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
fees: {
|
|
15
|
+
feeTokens: [{
|
|
16
|
+
denom: 'utail',
|
|
17
|
+
fixedMinGasPrice: 0,
|
|
18
|
+
lowGasPrice: 0,
|
|
19
|
+
averageGasPrice: 0.025,
|
|
20
|
+
highGasPrice: 0.04
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
stakingTokens: [{
|
|
25
|
+
denom: 'utail'
|
|
26
|
+
}]
|
|
27
|
+
},
|
|
28
|
+
apis: {
|
|
29
|
+
rpc: [{
|
|
30
|
+
address: 'http://rpc.trusttails.io:26657',
|
|
31
|
+
provider: 'TrustTails'
|
|
32
|
+
}],
|
|
33
|
+
rest: [{
|
|
34
|
+
address: 'http://api.trusttails.io:1317',
|
|
35
|
+
provider: 'TrustTails'
|
|
36
|
+
}]
|
|
37
|
+
},
|
|
38
|
+
explorers: [{
|
|
39
|
+
url: 'http://explorer.trusttails.io',
|
|
40
|
+
txPage: 'http://explorer.trusttails.io/tail/tx/${txHash}'
|
|
41
|
+
}],
|
|
42
|
+
website: 'https://trusttails.io'
|
|
43
|
+
};
|
|
44
|
+
export default info;
|
package/mainnet/asset-lists.js
CHANGED
|
@@ -221,6 +221,7 @@ const _stride = __importStar(require("./stride"));
|
|
|
221
221
|
const _sunrise = __importStar(require("./sunrise"));
|
|
222
222
|
const _symphony = __importStar(require("./symphony"));
|
|
223
223
|
const _synternet = __importStar(require("./synternet"));
|
|
224
|
+
const _tail = __importStar(require("./tail"));
|
|
224
225
|
const _taketitan = __importStar(require("./taketitan"));
|
|
225
226
|
const _tenet = __importStar(require("./tenet"));
|
|
226
227
|
const _teritori = __importStar(require("./teritori"));
|
|
@@ -231,7 +232,6 @@ const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
|
231
232
|
const _thorchain = __importStar(require("./thorchain"));
|
|
232
233
|
const _titan = __importStar(require("./titan"));
|
|
233
234
|
const _turkchain = __importStar(require("./turkchain"));
|
|
234
|
-
const _umee = __importStar(require("./umee"));
|
|
235
235
|
const _unicorn = __importStar(require("./unicorn"));
|
|
236
236
|
const _unification = __importStar(require("./unification"));
|
|
237
237
|
const _union = __importStar(require("./union"));
|
|
@@ -447,6 +447,7 @@ const assetList = [
|
|
|
447
447
|
_sunrise.assetList,
|
|
448
448
|
_symphony.assetList,
|
|
449
449
|
_synternet.assetList,
|
|
450
|
+
_tail.assetList,
|
|
450
451
|
_taketitan.assetList,
|
|
451
452
|
_tenet.assetList,
|
|
452
453
|
_teritori.assetList,
|
|
@@ -457,7 +458,6 @@ const assetList = [
|
|
|
457
458
|
_thorchain.assetList,
|
|
458
459
|
_titan.assetList,
|
|
459
460
|
_turkchain.assetList,
|
|
460
|
-
_umee.assetList,
|
|
461
461
|
_unicorn.assetList,
|
|
462
462
|
_unification.assetList,
|
|
463
463
|
_union.assetList,
|
package/mainnet/chains.js
CHANGED
|
@@ -221,6 +221,7 @@ const _stride = __importStar(require("./stride"));
|
|
|
221
221
|
const _sunrise = __importStar(require("./sunrise"));
|
|
222
222
|
const _symphony = __importStar(require("./symphony"));
|
|
223
223
|
const _synternet = __importStar(require("./synternet"));
|
|
224
|
+
const _tail = __importStar(require("./tail"));
|
|
224
225
|
const _taketitan = __importStar(require("./taketitan"));
|
|
225
226
|
const _tenet = __importStar(require("./tenet"));
|
|
226
227
|
const _teritori = __importStar(require("./teritori"));
|
|
@@ -231,7 +232,6 @@ const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
|
231
232
|
const _thorchain = __importStar(require("./thorchain"));
|
|
232
233
|
const _titan = __importStar(require("./titan"));
|
|
233
234
|
const _turkchain = __importStar(require("./turkchain"));
|
|
234
|
-
const _umee = __importStar(require("./umee"));
|
|
235
235
|
const _unicorn = __importStar(require("./unicorn"));
|
|
236
236
|
const _unification = __importStar(require("./unification"));
|
|
237
237
|
const _union = __importStar(require("./union"));
|
|
@@ -447,6 +447,7 @@ const chains = [
|
|
|
447
447
|
_sunrise.chain,
|
|
448
448
|
_symphony.chain,
|
|
449
449
|
_synternet.chain,
|
|
450
|
+
_tail.chain,
|
|
450
451
|
_taketitan.chain,
|
|
451
452
|
_tenet.chain,
|
|
452
453
|
_teritori.chain,
|
|
@@ -457,7 +458,6 @@ const chains = [
|
|
|
457
458
|
_thorchain.chain,
|
|
458
459
|
_titan.chain,
|
|
459
460
|
_turkchain.chain,
|
|
460
|
-
_umee.chain,
|
|
461
461
|
_unicorn.chain,
|
|
462
462
|
_unification.chain,
|
|
463
463
|
_union.chain,
|
package/mainnet/ibc-data.js
CHANGED
|
@@ -184,7 +184,6 @@ const _terra2 = __importStar(require("./terra2"));
|
|
|
184
184
|
const _thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
185
185
|
const _titan = __importStar(require("./titan"));
|
|
186
186
|
const _turkchain = __importStar(require("./turkchain"));
|
|
187
|
-
const _umee = __importStar(require("./umee"));
|
|
188
187
|
const _unification = __importStar(require("./unification"));
|
|
189
188
|
const _uptick = __importStar(require("./uptick"));
|
|
190
189
|
const _wolochain = __importStar(require("./wolochain"));
|
|
@@ -355,7 +354,6 @@ const ibcData = [
|
|
|
355
354
|
..._thejaynetwork.ibcData,
|
|
356
355
|
..._titan.ibcData,
|
|
357
356
|
..._turkchain.ibcData,
|
|
358
|
-
..._umee.ibcData,
|
|
359
357
|
..._unification.ibcData,
|
|
360
358
|
..._uptick.ibcData,
|
|
361
359
|
..._wolochain.ibcData,
|
package/mainnet/irisnet/chain.js
CHANGED
|
@@ -52,10 +52,6 @@ const info = {
|
|
|
52
52
|
address: 'https://iris-rpc.publicnode.com:443',
|
|
53
53
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
54
54
|
},
|
|
55
|
-
{
|
|
56
|
-
address: 'https://iris-rpc.highstakes.ch',
|
|
57
|
-
provider: 'High Stakes 🇨🇭'
|
|
58
|
-
},
|
|
59
55
|
{
|
|
60
56
|
address: 'https://mainnet-iris-rpc.konsortech.xyz',
|
|
61
57
|
provider: 'KonsorTech'
|
|
@@ -74,10 +70,6 @@ const info = {
|
|
|
74
70
|
address: 'https://iris-rest.publicnode.com',
|
|
75
71
|
provider: 'Allnodes ⚡️ Nodes & Staking'
|
|
76
72
|
},
|
|
77
|
-
{
|
|
78
|
-
address: 'https://iris-api.highstakes.ch',
|
|
79
|
-
provider: 'High Stakes 🇨🇭'
|
|
80
|
-
},
|
|
81
73
|
{
|
|
82
74
|
address: 'https://mainnet-iris-api.konsortech.xyz',
|
|
83
75
|
provider: 'KonsorTech'
|
|
@@ -182,15 +174,6 @@ const info = {
|
|
|
182
174
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png',
|
|
183
175
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg'
|
|
184
176
|
}],
|
|
185
|
-
snapshots: [
|
|
186
|
-
provider: 'High Stakes 🇨🇭',
|
|
187
|
-
url: 'https://tools.highstakes.ch/snapshots/iris',
|
|
188
|
-
latestUrl: 'https://tools.highstakes.ch/files/iris.tar.gz',
|
|
189
|
-
type: 'pruned',
|
|
190
|
-
dbBackend: 'goleveldb',
|
|
191
|
-
frequency: 'every 3h',
|
|
192
|
-
compression: 'tar',
|
|
193
|
-
checksumAvailable: true
|
|
194
|
-
}]
|
|
177
|
+
snapshots: []
|
|
195
178
|
};
|
|
196
179
|
exports.default = info;
|
package/mainnet/kujira/chain.js
CHANGED
|
@@ -166,10 +166,6 @@ const info = {
|
|
|
166
166
|
address: 'https://rpc.kaiyo.kujira.setten.io',
|
|
167
167
|
provider: 'setten.io'
|
|
168
168
|
},
|
|
169
|
-
{
|
|
170
|
-
address: 'https://kujira-rpc.polkachu.com',
|
|
171
|
-
provider: 'Polkachu'
|
|
172
|
-
},
|
|
173
169
|
{
|
|
174
170
|
address: 'https://rpc.lavenderfive.com:443/kujira',
|
|
175
171
|
provider: 'Lavender.Five Nodes 🐝'
|
|
@@ -221,6 +217,10 @@ const info = {
|
|
|
221
217
|
{
|
|
222
218
|
address: 'https://kujira.interstellar-lounge.org',
|
|
223
219
|
provider: 'Interstellar Lounge 🍸'
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
address: 'https://kujira-rpc.polkachu.com:443',
|
|
223
|
+
provider: 'Polkachu'
|
|
224
224
|
}
|
|
225
225
|
],
|
|
226
226
|
rest: [
|
|
@@ -232,10 +232,6 @@ const info = {
|
|
|
232
232
|
address: 'https://rest.lavenderfive.com:443/kujira',
|
|
233
233
|
provider: 'Lavender.Five Nodes 🐝'
|
|
234
234
|
},
|
|
235
|
-
{
|
|
236
|
-
address: 'https://kujira-api.polkachu.com/',
|
|
237
|
-
provider: 'Polkachu'
|
|
238
|
-
},
|
|
239
235
|
{
|
|
240
236
|
address: 'https://kujira-lcd.wildsage.io/',
|
|
241
237
|
provider: 'WildSage Labs'
|
|
@@ -283,6 +279,10 @@ const info = {
|
|
|
283
279
|
{
|
|
284
280
|
address: 'https://kujira-rest.interstellar-lounge.org',
|
|
285
281
|
provider: 'Interstellar Lounge 🍸'
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
address: 'https://kujira-api.polkachu.com',
|
|
285
|
+
provider: 'Polkachu'
|
|
286
286
|
}
|
|
287
287
|
],
|
|
288
288
|
grpc: [
|
|
@@ -359,6 +359,13 @@ const info = {
|
|
|
359
359
|
images: [{
|
|
360
360
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kujira-chain-logo.png',
|
|
361
361
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kujira/images/kuji.svg'
|
|
362
|
+
}],
|
|
363
|
+
snapshots: [{
|
|
364
|
+
url: 'https://polkachu.com/tendermint_snapshots/kujira',
|
|
365
|
+
type: 'pruned',
|
|
366
|
+
compression: 'lz4',
|
|
367
|
+
checksumAvailable: false,
|
|
368
|
+
provider: 'Polkachu'
|
|
362
369
|
}]
|
|
363
370
|
};
|
|
364
371
|
exports.default = info;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chainName: 'tail',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of TAIL Network',
|
|
8
|
+
denomUnits: [{
|
|
9
|
+
denom: 'utail',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'TAIL',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
typeAsset: 'sdk.coin',
|
|
16
|
+
base: 'utail',
|
|
17
|
+
name: 'TAIL Network',
|
|
18
|
+
display: 'TAIL',
|
|
19
|
+
symbol: 'TAIL',
|
|
20
|
+
logoURIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tail/images/logo-mark.png'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/tail/images/logo-mark.png'
|
|
25
|
+
}]
|
|
26
|
+
}]
|
|
27
|
+
};
|
|
28
|
+
exports.default = info;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../chain.schema.json',
|
|
5
|
+
chainName: 'tail',
|
|
6
|
+
status: 'live',
|
|
7
|
+
networkType: 'mainnet',
|
|
8
|
+
prettyName: 'TAIL Network',
|
|
9
|
+
chainType: 'cosmos',
|
|
10
|
+
chainId: 'tail',
|
|
11
|
+
bech32Prefix: 'tail',
|
|
12
|
+
daemonName: 'taild',
|
|
13
|
+
nodeHome: '$HOME/.tail',
|
|
14
|
+
keyAlgos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
feeTokens: [{
|
|
18
|
+
denom: 'utail',
|
|
19
|
+
fixedMinGasPrice: 0,
|
|
20
|
+
lowGasPrice: 0,
|
|
21
|
+
averageGasPrice: 0.025,
|
|
22
|
+
highGasPrice: 0.04
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
stakingTokens: [{
|
|
27
|
+
denom: 'utail'
|
|
28
|
+
}]
|
|
29
|
+
},
|
|
30
|
+
apis: {
|
|
31
|
+
rpc: [{
|
|
32
|
+
address: 'http://rpc.trusttails.io:26657',
|
|
33
|
+
provider: 'TrustTails'
|
|
34
|
+
}],
|
|
35
|
+
rest: [{
|
|
36
|
+
address: 'http://api.trusttails.io:1317',
|
|
37
|
+
provider: 'TrustTails'
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
40
|
+
explorers: [{
|
|
41
|
+
url: 'http://explorer.trusttails.io',
|
|
42
|
+
txPage: 'http://explorer.trusttails.io/tail/tx/${txHash}'
|
|
43
|
+
}],
|
|
44
|
+
website: 'https://trusttails.io'
|
|
45
|
+
};
|
|
46
|
+
exports.default = info;
|
|
@@ -3,10 +3,8 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
6
|
+
exports.chain = exports.assetList = void 0;
|
|
7
7
|
const asset_list_1 = __importDefault(require("./asset-list"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
const ibc_data_1 = __importDefault(require("./ibc-data"));
|
|
10
9
|
exports.assetList = asset_list_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibcData = ibc_data_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.237",
|
|
4
4
|
"description": "Cosmos chain registry ⚛️",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry/tree/master/packages/chain-registry#readme",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@chain-registry/types": "^2.0.
|
|
32
|
+
"@chain-registry/types": "^2.0.237"
|
|
33
33
|
},
|
|
34
34
|
"keywords": [
|
|
35
35
|
"chain-registry",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"interchain",
|
|
40
40
|
"tokens"
|
|
41
41
|
],
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "c0bc47af8a2d260a699b6ff8f75f88677e17a94e"
|
|
43
43
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../assetlist.schema.json',
|
|
3
|
-
chainName: 'umee',
|
|
4
|
-
assets: [{
|
|
5
|
-
description: 'The native token of Umee',
|
|
6
|
-
denomUnits: [{
|
|
7
|
-
denom: 'uumee',
|
|
8
|
-
exponent: 0
|
|
9
|
-
}, {
|
|
10
|
-
denom: 'umee',
|
|
11
|
-
exponent: 6
|
|
12
|
-
}],
|
|
13
|
-
base: 'uumee',
|
|
14
|
-
name: 'Umee',
|
|
15
|
-
display: 'umee',
|
|
16
|
-
symbol: 'UMEE',
|
|
17
|
-
logoURIs: {
|
|
18
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
|
|
19
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
|
|
20
|
-
},
|
|
21
|
-
images: [{
|
|
22
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png',
|
|
23
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.svg'
|
|
24
|
-
}],
|
|
25
|
-
typeAsset: 'sdk.coin'
|
|
26
|
-
}]
|
|
27
|
-
};
|
|
28
|
-
export default info;
|