chain-registry 2.0.235 → 2.0.236

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.
@@ -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,
@@ -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,
@@ -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,
@@ -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;
@@ -1,6 +1,4 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
- import _ibcData from './ibc-data';
4
3
  export const assetList = _assetList;
5
4
  export const chain = _chain;
6
- export const ibcData = _ibcData;
@@ -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,
@@ -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,
@@ -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;
@@ -1,3 +1,2 @@
1
1
  export declare const assetList: import("@chain-registry/types").AssetList;
2
2
  export declare const chain: import("@chain-registry/types").Chain;
3
- export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -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.ibcData = exports.chain = exports.assetList = void 0;
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.235",
3
+ "version": "2.0.236",
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.235"
32
+ "@chain-registry/types": "^2.0.236"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "ef5b2cd66a29c7a7180bc9858203bd5c9bacaeea"
42
+ "gitHead": "40e05fee709c76d4c06c94291ef55708846e8b3d"
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;