chain-registry 1.69.641 → 1.69.642
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/assets.js +2 -2
- package/esm/mainnet/chains.js +2 -2
- package/esm/mainnet/ibc.js +0 -2
- package/esm/mainnet/named.js +1 -1
- package/esm/mainnet/tail/assets.js +26 -0
- package/esm/mainnet/tail/chain.js +44 -0
- package/esm/mainnet/{umee → tail}/index.js +0 -2
- package/mainnet/assets.js +2 -2
- package/mainnet/chains.js +2 -2
- package/mainnet/ibc.js +0 -2
- package/mainnet/named.d.ts +1 -1
- package/mainnet/named.js +3 -3
- package/mainnet/tail/assets.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/assets.js +0 -28
- package/esm/mainnet/umee/chain.js +0 -309
- package/esm/mainnet/umee/ibc.js +0 -522
- package/mainnet/umee/assets.js +0 -30
- package/mainnet/umee/chain.js +0 -311
- package/mainnet/umee/ibc.d.ts +0 -3
- package/mainnet/umee/ibc.js +0 -524
- /package/mainnet/{umee → tail}/assets.d.ts +0 -0
- /package/mainnet/{umee → tail}/chain.d.ts +0 -0
package/esm/mainnet/assets.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 assets = [
|
|
|
422
422
|
_sunrise.assets,
|
|
423
423
|
_symphony.assets,
|
|
424
424
|
_synternet.assets,
|
|
425
|
+
_tail.assets,
|
|
425
426
|
_taketitan.assets,
|
|
426
427
|
_tenet.assets,
|
|
427
428
|
_teritori.assets,
|
|
@@ -432,7 +433,6 @@ const assets = [
|
|
|
432
433
|
_thorchain.assets,
|
|
433
434
|
_titan.assets,
|
|
434
435
|
_turkchain.assets,
|
|
435
|
-
_umee.assets,
|
|
436
436
|
_unicorn.assets,
|
|
437
437
|
_unification.assets,
|
|
438
438
|
_union.assets,
|
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.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 ibc = [
|
|
|
330
329
|
..._thejaynetwork.ibc,
|
|
331
330
|
..._titan.ibc,
|
|
332
331
|
..._turkchain.ibc,
|
|
333
|
-
..._umee.ibc,
|
|
334
332
|
..._unification.ibc,
|
|
335
333
|
..._uptick.ibc,
|
|
336
334
|
..._wolochain.ibc,
|
package/esm/mainnet/named.js
CHANGED
|
@@ -196,6 +196,7 @@ export * as stride from './stride';
|
|
|
196
196
|
export * as sunrise from './sunrise';
|
|
197
197
|
export * as symphony from './symphony';
|
|
198
198
|
export * as synternet from './synternet';
|
|
199
|
+
export * as tail from './tail';
|
|
199
200
|
export * as taketitan from './taketitan';
|
|
200
201
|
export * as tenet from './tenet';
|
|
201
202
|
export * as teritori from './teritori';
|
|
@@ -206,7 +207,6 @@ export * as thejaynetwork from './thejaynetwork';
|
|
|
206
207
|
export * as thorchain from './thorchain';
|
|
207
208
|
export * as titan from './titan';
|
|
208
209
|
export * as turkchain from './turkchain';
|
|
209
|
-
export * as umee from './umee';
|
|
210
210
|
export * as unicorn from './unicorn';
|
|
211
211
|
export * as unification from './unification';
|
|
212
212
|
export * as union from './union';
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
const info = {
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
|
+
chain_name: 'tail',
|
|
4
|
+
assets: [{
|
|
5
|
+
description: 'The native token of TAIL Network',
|
|
6
|
+
denom_units: [{
|
|
7
|
+
denom: 'utail',
|
|
8
|
+
exponent: 0
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'TAIL',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
type_asset: 'sdk.coin',
|
|
14
|
+
base: 'utail',
|
|
15
|
+
name: 'TAIL Network',
|
|
16
|
+
display: 'TAIL',
|
|
17
|
+
symbol: 'TAIL',
|
|
18
|
+
logo_URIs: {
|
|
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
|
+
chain_name: 'tail',
|
|
4
|
+
status: 'live',
|
|
5
|
+
network_type: 'mainnet',
|
|
6
|
+
pretty_name: 'TAIL Network',
|
|
7
|
+
chain_type: 'cosmos',
|
|
8
|
+
chain_id: 'tail',
|
|
9
|
+
bech32_prefix: 'tail',
|
|
10
|
+
daemon_name: 'taild',
|
|
11
|
+
node_home: '$HOME/.tail',
|
|
12
|
+
key_algos: ['secp256k1'],
|
|
13
|
+
slip44: 118,
|
|
14
|
+
fees: {
|
|
15
|
+
fee_tokens: [{
|
|
16
|
+
denom: 'utail',
|
|
17
|
+
fixed_min_gas_price: 0,
|
|
18
|
+
low_gas_price: 0,
|
|
19
|
+
average_gas_price: 0.025,
|
|
20
|
+
high_gas_price: 0.04
|
|
21
|
+
}]
|
|
22
|
+
},
|
|
23
|
+
staking: {
|
|
24
|
+
staking_tokens: [{
|
|
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
|
+
tx_page: 'http://explorer.trusttails.io/tail/tx/${txHash}'
|
|
41
|
+
}],
|
|
42
|
+
website: 'https://trusttails.io'
|
|
43
|
+
};
|
|
44
|
+
export default info;
|
package/mainnet/assets.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 assets = [
|
|
|
447
447
|
_sunrise.assets,
|
|
448
448
|
_symphony.assets,
|
|
449
449
|
_synternet.assets,
|
|
450
|
+
_tail.assets,
|
|
450
451
|
_taketitan.assets,
|
|
451
452
|
_tenet.assets,
|
|
452
453
|
_teritori.assets,
|
|
@@ -457,7 +458,6 @@ const assets = [
|
|
|
457
458
|
_thorchain.assets,
|
|
458
459
|
_titan.assets,
|
|
459
460
|
_turkchain.assets,
|
|
460
|
-
_umee.assets,
|
|
461
461
|
_unicorn.assets,
|
|
462
462
|
_unification.assets,
|
|
463
463
|
_union.assets,
|
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.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 ibc = [
|
|
|
355
354
|
..._thejaynetwork.ibc,
|
|
356
355
|
..._titan.ibc,
|
|
357
356
|
..._turkchain.ibc,
|
|
358
|
-
..._umee.ibc,
|
|
359
357
|
..._unification.ibc,
|
|
360
358
|
..._uptick.ibc,
|
|
361
359
|
..._wolochain.ibc,
|
package/mainnet/named.d.ts
CHANGED
|
@@ -196,6 +196,7 @@ export * as stride from './stride';
|
|
|
196
196
|
export * as sunrise from './sunrise';
|
|
197
197
|
export * as symphony from './symphony';
|
|
198
198
|
export * as synternet from './synternet';
|
|
199
|
+
export * as tail from './tail';
|
|
199
200
|
export * as taketitan from './taketitan';
|
|
200
201
|
export * as tenet from './tenet';
|
|
201
202
|
export * as teritori from './teritori';
|
|
@@ -206,7 +207,6 @@ export * as thejaynetwork from './thejaynetwork';
|
|
|
206
207
|
export * as thorchain from './thorchain';
|
|
207
208
|
export * as titan from './titan';
|
|
208
209
|
export * as turkchain from './turkchain';
|
|
209
|
-
export * as umee from './umee';
|
|
210
210
|
export * as unicorn from './unicorn';
|
|
211
211
|
export * as unification from './unification';
|
|
212
212
|
export * as union from './union';
|
package/mainnet/named.js
CHANGED
|
@@ -26,8 +26,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
26
26
|
exports.conscious = exports.composable = exports.commercionetwork = exports.comdex = exports.cnhostables = exports.cifer = exports.chimba = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.buycex = exports.bouachain = exports.bostrom = exports.bluzelle = exports.bluechip = exports.blockx = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axone = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.amitis = exports.althea = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.tron = exports.ton = exports.solana = exports.rootstock = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
27
|
exports.joltify = exports.jackal = exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.idep = exports.humans = exports.hippoprotocol = exports.hipercapital = exports.highbury = exports.heli = exports.hazinachain = exports.haqq = exports.gravitybridge = exports.govgen = exports.gonka = exports.gnodi = exports.gitopia = exports.ggezchain = exports.genesisl1 = exports.gateway = exports.galaxy = exports.furya = exports.firmachain = exports.finschia = exports.fetchhub = exports.fandomchain = exports.ethos = exports.epix = exports.empowerchain = exports.emoney = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.divine = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.coss = exports.cosmoshub = exports.coreum = void 0;
|
|
28
28
|
exports.oraichain = exports.optio = exports.opct = exports.okexchain = exports.odin = exports.octa = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nibiru = exports.neutron = exports.neutaro = exports.neura = exports.mythos = exports.mun = exports.mtgbp = exports.mises = exports.mirage = exports.migaloo = exports.meme = exports.medasdigital = exports.mayachain = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumiwaveprotocol = exports.lumera = exports.lumen = exports.ltrstchain = exports.loyal = exports.lorenzo = exports.loop = exports.lombardledger = exports.logos = exports.likecoin = exports.lefeef = exports.lava = exports.kyve = exports.kujira = exports.kudora = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kiichain = exports.kichain = exports.kava = exports.juno = void 0;
|
|
29
|
-
exports.
|
|
30
|
-
exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wolochain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.
|
|
29
|
+
exports.taketitan = exports.tail = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.stoc = exports.stafihub = exports.source = exports.sommelier = exports.six = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.safrochain = exports.rizon = exports.ritbit = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.qubetics = exports.quasar = exports.qorechain = exports.qie = exports.qfs = exports.pylons = exports.pundix = exports.provenance = exports.point = exports.pocket = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.paloma = exports.osmosis = void 0;
|
|
30
|
+
exports.zigchain = exports.zetachain = exports.zenrock = exports.xyra = exports.xrplevm = exports.xpla = exports.xion = exports.xarchain = exports.wolochain = exports.wardenprotocol = exports.vector = exports.uptick = exports.ununifi = exports.union = exports.unification = exports.unicorn = exports.turkchain = exports.titan = exports.thorchain = exports.thejaynetwork = exports.terra2 = exports.terra = exports.terpnetwork = exports.teritori = exports.tenet = void 0;
|
|
31
31
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
32
32
|
exports.namada = __importStar(require("./namada"));
|
|
33
33
|
exports.penumbra = __importStar(require("./penumbra"));
|
|
@@ -226,6 +226,7 @@ exports.stride = __importStar(require("./stride"));
|
|
|
226
226
|
exports.sunrise = __importStar(require("./sunrise"));
|
|
227
227
|
exports.symphony = __importStar(require("./symphony"));
|
|
228
228
|
exports.synternet = __importStar(require("./synternet"));
|
|
229
|
+
exports.tail = __importStar(require("./tail"));
|
|
229
230
|
exports.taketitan = __importStar(require("./taketitan"));
|
|
230
231
|
exports.tenet = __importStar(require("./tenet"));
|
|
231
232
|
exports.teritori = __importStar(require("./teritori"));
|
|
@@ -236,7 +237,6 @@ exports.thejaynetwork = __importStar(require("./thejaynetwork"));
|
|
|
236
237
|
exports.thorchain = __importStar(require("./thorchain"));
|
|
237
238
|
exports.titan = __importStar(require("./titan"));
|
|
238
239
|
exports.turkchain = __importStar(require("./turkchain"));
|
|
239
|
-
exports.umee = __importStar(require("./umee"));
|
|
240
240
|
exports.unicorn = __importStar(require("./unicorn"));
|
|
241
241
|
exports.unification = __importStar(require("./unification"));
|
|
242
242
|
exports.union = __importStar(require("./union"));
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const info = {
|
|
4
|
+
$schema: '../assetlist.schema.json',
|
|
5
|
+
chain_name: 'tail',
|
|
6
|
+
assets: [{
|
|
7
|
+
description: 'The native token of TAIL Network',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'utail',
|
|
10
|
+
exponent: 0
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'TAIL',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
type_asset: 'sdk.coin',
|
|
16
|
+
base: 'utail',
|
|
17
|
+
name: 'TAIL Network',
|
|
18
|
+
display: 'TAIL',
|
|
19
|
+
symbol: 'TAIL',
|
|
20
|
+
logo_URIs: {
|
|
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
|
+
chain_name: 'tail',
|
|
6
|
+
status: 'live',
|
|
7
|
+
network_type: 'mainnet',
|
|
8
|
+
pretty_name: 'TAIL Network',
|
|
9
|
+
chain_type: 'cosmos',
|
|
10
|
+
chain_id: 'tail',
|
|
11
|
+
bech32_prefix: 'tail',
|
|
12
|
+
daemon_name: 'taild',
|
|
13
|
+
node_home: '$HOME/.tail',
|
|
14
|
+
key_algos: ['secp256k1'],
|
|
15
|
+
slip44: 118,
|
|
16
|
+
fees: {
|
|
17
|
+
fee_tokens: [{
|
|
18
|
+
denom: 'utail',
|
|
19
|
+
fixed_min_gas_price: 0,
|
|
20
|
+
low_gas_price: 0,
|
|
21
|
+
average_gas_price: 0.025,
|
|
22
|
+
high_gas_price: 0.04
|
|
23
|
+
}]
|
|
24
|
+
},
|
|
25
|
+
staking: {
|
|
26
|
+
staking_tokens: [{
|
|
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
|
+
tx_page: '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.assets = void 0;
|
|
7
7
|
const assets_1 = __importDefault(require("./assets"));
|
|
8
8
|
const chain_1 = __importDefault(require("./chain"));
|
|
9
|
-
const ibc_1 = __importDefault(require("./ibc"));
|
|
10
9
|
exports.assets = assets_1.default;
|
|
11
10
|
exports.chain = chain_1.default;
|
|
12
|
-
exports.ibc = ibc_1.default;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chain-registry",
|
|
3
|
-
"version": "1.69.
|
|
3
|
+
"version": "1.69.642",
|
|
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": "^0.50.
|
|
32
|
+
"@chain-registry/types": "^0.50.393"
|
|
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": "28167cb1bb9cece37a05c35cadd4c336c817f368"
|
|
43
43
|
}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
const info = {
|
|
2
|
-
$schema: '../assetlist.schema.json',
|
|
3
|
-
chain_name: 'umee',
|
|
4
|
-
assets: [{
|
|
5
|
-
description: 'The native token of Umee',
|
|
6
|
-
denom_units: [{
|
|
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
|
-
logo_URIs: {
|
|
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
|
-
type_asset: 'sdk.coin'
|
|
26
|
-
}]
|
|
27
|
-
};
|
|
28
|
-
export default info;
|