@chain-registry/assets 1.70.299 → 1.70.301

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/devnet/assets.js CHANGED
@@ -3,6 +3,7 @@ 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
+ const outbedevnet_1 = __importDefault(require("./outbedevnet"));
6
7
  const prysmdevnet_1 = __importDefault(require("./prysmdevnet"));
7
- const assets = [prysmdevnet_1.default];
8
+ const assets = [outbedevnet_1.default, prysmdevnet_1.default];
8
9
  exports.default = assets;
package/devnet/index.d.ts CHANGED
@@ -1 +1,2 @@
1
+ export * as outbedevnet from './outbedevnet';
1
2
  export * as prysmdevnet from './prysmdevnet';
package/devnet/index.js CHANGED
@@ -23,5 +23,6 @@ var __importStar = (this && this.__importStar) || function (mod) {
23
23
  return result;
24
24
  };
25
25
  Object.defineProperty(exports, "__esModule", { value: true });
26
- exports.prysmdevnet = void 0;
26
+ exports.prysmdevnet = exports.outbedevnet = void 0;
27
+ exports.outbedevnet = __importStar(require("./outbedevnet"));
27
28
  exports.prysmdevnet = __importStar(require("./prysmdevnet"));
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const assets: AssetList;
3
+ export default assets;
@@ -0,0 +1,75 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const assets = {
4
+ chain_name: 'outbedevnet',
5
+ assets: [{
6
+ description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
7
+ denom_units: [{
8
+ denom: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
9
+ exponent: 0,
10
+ aliases: ['uatom']
11
+ }, {
12
+ denom: 'atom',
13
+ exponent: 6
14
+ }],
15
+ base: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
16
+ name: 'Cosmos',
17
+ display: 'atom',
18
+ symbol: 'ATOM',
19
+ logo_URIs: {
20
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
21
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
22
+ },
23
+ images: [{
24
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
25
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
26
+ }],
27
+ type_asset: 'sdk.coin',
28
+ traces: [{
29
+ type: 'ibc',
30
+ counterparty: {
31
+ channel_id: 'channel-500',
32
+ base_denom: 'uatom',
33
+ chain_name: 'cosmosicsprovidertestnet'
34
+ },
35
+ chain: {
36
+ channel_id: 'channel-5'
37
+ }
38
+ }]
39
+ }, {
40
+ description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
41
+ denom_units: [{
42
+ denom: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
43
+ exponent: 0,
44
+ aliases: ['uatom']
45
+ }, {
46
+ denom: 'atom',
47
+ exponent: 6
48
+ }],
49
+ base: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
50
+ name: 'Cosmos',
51
+ display: 'atom',
52
+ symbol: 'ATOM',
53
+ logo_URIs: {
54
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
55
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
56
+ },
57
+ images: [{
58
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
59
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
60
+ }],
61
+ type_asset: 'sdk.coin',
62
+ traces: [{
63
+ type: 'ibc',
64
+ counterparty: {
65
+ channel_id: 'channel-500',
66
+ base_denom: 'uatom',
67
+ chain_name: 'cosmosicsprovidertestnet'
68
+ },
69
+ chain: {
70
+ channel_id: 'channel-5'
71
+ }
72
+ }]
73
+ }]
74
+ };
75
+ exports.default = assets;
@@ -1,3 +1,4 @@
1
+ import _outbedevnet from './outbedevnet';
1
2
  import _prysmdevnet from './prysmdevnet';
2
- const assets = [_prysmdevnet];
3
+ const assets = [_outbedevnet, _prysmdevnet];
3
4
  export default assets;
@@ -1 +1,2 @@
1
+ export * as outbedevnet from './outbedevnet';
1
2
  export * as prysmdevnet from './prysmdevnet';
@@ -0,0 +1,73 @@
1
+ const assets = {
2
+ chain_name: 'outbedevnet',
3
+ assets: [{
4
+ description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
5
+ denom_units: [{
6
+ denom: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
7
+ exponent: 0,
8
+ aliases: ['uatom']
9
+ }, {
10
+ denom: 'atom',
11
+ exponent: 6
12
+ }],
13
+ base: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
14
+ name: 'Cosmos',
15
+ display: 'atom',
16
+ symbol: 'ATOM',
17
+ logo_URIs: {
18
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
19
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
20
+ },
21
+ images: [{
22
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
23
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
24
+ }],
25
+ type_asset: 'sdk.coin',
26
+ traces: [{
27
+ type: 'ibc',
28
+ counterparty: {
29
+ channel_id: 'channel-500',
30
+ base_denom: 'uatom',
31
+ chain_name: 'cosmosicsprovidertestnet'
32
+ },
33
+ chain: {
34
+ channel_id: 'channel-5'
35
+ }
36
+ }]
37
+ }, {
38
+ description: 'The native staking and governance token for the Cosmos ICS Provider Testnet.',
39
+ denom_units: [{
40
+ denom: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
41
+ exponent: 0,
42
+ aliases: ['uatom']
43
+ }, {
44
+ denom: 'atom',
45
+ exponent: 6
46
+ }],
47
+ base: 'ibc/BA313C4A19DFBF943586C0387E6B11286F9E416B4DD27574E6909CABE0E342FA',
48
+ name: 'Cosmos',
49
+ display: 'atom',
50
+ symbol: 'ATOM',
51
+ logo_URIs: {
52
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
53
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
54
+ },
55
+ images: [{
56
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
57
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
58
+ }],
59
+ type_asset: 'sdk.coin',
60
+ traces: [{
61
+ type: 'ibc',
62
+ counterparty: {
63
+ channel_id: 'channel-500',
64
+ base_denom: 'uatom',
65
+ chain_name: 'cosmosicsprovidertestnet'
66
+ },
67
+ chain: {
68
+ channel_id: 'channel-5'
69
+ }
70
+ }]
71
+ }]
72
+ };
73
+ export default assets;
@@ -234,6 +234,41 @@ const assets = {
234
234
  }
235
235
  }]
236
236
  },
237
+ {
238
+ description: 'The native token of outbe-node',
239
+ denom_units: [{
240
+ denom: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
241
+ exponent: 0,
242
+ aliases: ['unit']
243
+ }, {
244
+ denom: 'coen',
245
+ exponent: 18
246
+ }],
247
+ base: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
248
+ name: 'coen',
249
+ display: 'coen',
250
+ symbol: 'COEN',
251
+ logo_URIs: {
252
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
253
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
254
+ },
255
+ images: [{
256
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
257
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
258
+ }],
259
+ type_asset: 'sdk.coin',
260
+ traces: [{
261
+ type: 'ibc',
262
+ counterparty: {
263
+ channel_id: 'channel-5',
264
+ base_denom: 'unit',
265
+ chain_name: 'outbedevnet'
266
+ },
267
+ chain: {
268
+ channel_id: 'channel-500'
269
+ }
270
+ }]
271
+ },
237
272
  {
238
273
  description: 'The native token of XRPL EVM Testnet',
239
274
  denom_units: [{
@@ -404,6 +439,41 @@ const assets = {
404
439
  channel_id: 'channel-374'
405
440
  }
406
441
  }]
442
+ },
443
+ {
444
+ description: 'The native token of outbe-node',
445
+ denom_units: [{
446
+ denom: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
447
+ exponent: 0,
448
+ aliases: ['unit']
449
+ }, {
450
+ denom: 'coen',
451
+ exponent: 18
452
+ }],
453
+ base: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
454
+ name: 'coen',
455
+ display: 'coen',
456
+ symbol: 'COEN',
457
+ logo_URIs: {
458
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
459
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
460
+ },
461
+ images: [{
462
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
463
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
464
+ }],
465
+ type_asset: 'sdk.coin',
466
+ traces: [{
467
+ type: 'ibc',
468
+ counterparty: {
469
+ channel_id: 'channel-5',
470
+ base_denom: 'unit',
471
+ chain_name: 'outbedevnet'
472
+ },
473
+ chain: {
474
+ channel_id: 'channel-500'
475
+ }
476
+ }]
407
477
  }
408
478
  ]
409
479
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/assets",
3
- "version": "1.70.299",
3
+ "version": "1.70.301",
4
4
  "description": "Chain Registry Asset Lists",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/hyperweb-io/chain-registry",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.188",
33
- "chain-registry": "^1.69.299"
32
+ "@chain-registry/utils": "^1.51.190",
33
+ "chain-registry": "^1.69.301"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.188"
36
+ "@chain-registry/types": "^0.50.190"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "866c66e6202e476ef336983e14351f393ac3fd33"
46
+ "gitHead": "d67bb17600c521ac0deada036d15a13f4df5b5e1"
47
47
  }
@@ -236,6 +236,41 @@ const assets = {
236
236
  }
237
237
  }]
238
238
  },
239
+ {
240
+ description: 'The native token of outbe-node',
241
+ denom_units: [{
242
+ denom: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
243
+ exponent: 0,
244
+ aliases: ['unit']
245
+ }, {
246
+ denom: 'coen',
247
+ exponent: 18
248
+ }],
249
+ base: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
250
+ name: 'coen',
251
+ display: 'coen',
252
+ symbol: 'COEN',
253
+ logo_URIs: {
254
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
255
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
256
+ },
257
+ images: [{
258
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
259
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
260
+ }],
261
+ type_asset: 'sdk.coin',
262
+ traces: [{
263
+ type: 'ibc',
264
+ counterparty: {
265
+ channel_id: 'channel-5',
266
+ base_denom: 'unit',
267
+ chain_name: 'outbedevnet'
268
+ },
269
+ chain: {
270
+ channel_id: 'channel-500'
271
+ }
272
+ }]
273
+ },
239
274
  {
240
275
  description: 'The native token of XRPL EVM Testnet',
241
276
  denom_units: [{
@@ -406,6 +441,41 @@ const assets = {
406
441
  channel_id: 'channel-374'
407
442
  }
408
443
  }]
444
+ },
445
+ {
446
+ description: 'The native token of outbe-node',
447
+ denom_units: [{
448
+ denom: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
449
+ exponent: 0,
450
+ aliases: ['unit']
451
+ }, {
452
+ denom: 'coen',
453
+ exponent: 18
454
+ }],
455
+ base: 'ibc/43AD599F4EACD7E21F84B194C329029DA9C4CED6015880386DBA074865CA3D11',
456
+ name: 'coen',
457
+ display: 'coen',
458
+ symbol: 'COEN',
459
+ logo_URIs: {
460
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
461
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
462
+ },
463
+ images: [{
464
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.png',
465
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/outbedevnet/images/outbe.svg'
466
+ }],
467
+ type_asset: 'sdk.coin',
468
+ traces: [{
469
+ type: 'ibc',
470
+ counterparty: {
471
+ channel_id: 'channel-5',
472
+ base_denom: 'unit',
473
+ chain_name: 'outbedevnet'
474
+ },
475
+ chain: {
476
+ channel_id: 'channel-500'
477
+ }
478
+ }]
409
479
  }
410
480
  ]
411
481
  };