chain-registry 2.0.129 → 2.0.130

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.
@@ -98,6 +98,7 @@ import * as _medasdigital from './medasdigital';
98
98
  import * as _meme from './meme';
99
99
  import * as _migaloo from './migaloo';
100
100
  import * as _milkyway from './milkyway';
101
+ import * as _mirage from './mirage';
101
102
  import * as _mtgbp from './mtgbp';
102
103
  import * as _neutaro from './neutaro';
103
104
  import * as _neutron from './neutron';
@@ -273,6 +274,7 @@ const ibcData = [
273
274
  ..._meme.ibcData,
274
275
  ..._migaloo.ibcData,
275
276
  ..._milkyway.ibcData,
277
+ ..._mirage.ibcData,
276
278
  ..._mtgbp.ibcData,
277
279
  ..._neutaro.ibcData,
278
280
  ..._neutron.ibcData,
@@ -26,6 +26,7 @@ const info = {
26
26
  }]
27
27
  },
28
28
  codebase: {
29
+ gitRepo: 'https://github.com/MirageFoundation/mirage-node',
29
30
  sdk: {
30
31
  type: 'cosmos',
31
32
  version: '0.53'
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'mirage',
5
+ chainId: 'mirage-1',
6
+ clientId: '07-tendermint-1',
7
+ connectionId: 'connection-0'
8
+ },
9
+ chain2: {
10
+ chainName: 'osmosis',
11
+ chainId: 'osmosis-1',
12
+ clientId: '07-tendermint-3643',
13
+ connectionId: 'connection-10990'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-108600',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }];
32
+ export default info;
@@ -1,4 +1,6 @@
1
1
  import _assetList from './asset-list';
2
2
  import _chain from './chain';
3
+ import _ibcData from './ibc-data';
3
4
  export const assetList = _assetList;
4
5
  export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -3131,6 +3131,37 @@ const info = [
3131
3131
  }
3132
3132
  }]
3133
3133
  },
3134
+ {
3135
+ $schema: '../ibc_data.schema.json',
3136
+ chain1: {
3137
+ chainName: 'mirage',
3138
+ chainId: 'mirage-1',
3139
+ clientId: '07-tendermint-1',
3140
+ connectionId: 'connection-0'
3141
+ },
3142
+ chain2: {
3143
+ chainName: 'osmosis',
3144
+ chainId: 'osmosis-1',
3145
+ clientId: '07-tendermint-3643',
3146
+ connectionId: 'connection-10990'
3147
+ },
3148
+ channels: [{
3149
+ chain1: {
3150
+ channelId: 'channel-0',
3151
+ portId: 'transfer'
3152
+ },
3153
+ chain2: {
3154
+ channelId: 'channel-108600',
3155
+ portId: 'transfer'
3156
+ },
3157
+ ordering: 'unordered',
3158
+ version: 'ics20-1',
3159
+ tags: {
3160
+ preferred: true,
3161
+ status: 'ACTIVE'
3162
+ }
3163
+ }]
3164
+ },
3134
3165
  {
3135
3166
  $schema: '../ibc_data.schema.json',
3136
3167
  chain1: {
@@ -861,6 +861,31 @@ const info = {
861
861
  baseDenom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
862
862
  }
863
863
  }]
864
+ },
865
+ {
866
+ description: 'The official token of the Clown Society, originating on Stargaze.',
867
+ denomUnits: [{
868
+ denom: 'factory/stars1khzuhuhv02vaturh9x9lz4jach824x9umcgghl/uclw',
869
+ exponent: 0
870
+ }, {
871
+ denom: 'CLW',
872
+ exponent: 6
873
+ }],
874
+ base: 'factory/stars1khzuhuhv02vaturh9x9lz4jach824x9umcgghl/uclw',
875
+ name: 'Clown Society',
876
+ display: 'CLW',
877
+ symbol: 'CLW',
878
+ logoURIs: {
879
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/clw.png'
880
+ },
881
+ images: [{
882
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/clw.png'
883
+ }],
884
+ socials: {
885
+ website: 'https://www.clown-society.com/',
886
+ x: 'https://x.com/ClownsocieT'
887
+ },
888
+ typeAsset: 'sdk.coin'
864
889
  }
865
890
  ]
866
891
  };
@@ -123,6 +123,7 @@ const _medasdigital = __importStar(require("./medasdigital"));
123
123
  const _meme = __importStar(require("./meme"));
124
124
  const _migaloo = __importStar(require("./migaloo"));
125
125
  const _milkyway = __importStar(require("./milkyway"));
126
+ const _mirage = __importStar(require("./mirage"));
126
127
  const _mtgbp = __importStar(require("./mtgbp"));
127
128
  const _neutaro = __importStar(require("./neutaro"));
128
129
  const _neutron = __importStar(require("./neutron"));
@@ -298,6 +299,7 @@ const ibcData = [
298
299
  ..._meme.ibcData,
299
300
  ..._migaloo.ibcData,
300
301
  ..._milkyway.ibcData,
302
+ ..._mirage.ibcData,
301
303
  ..._mtgbp.ibcData,
302
304
  ..._neutaro.ibcData,
303
305
  ..._neutron.ibcData,
@@ -28,6 +28,7 @@ const info = {
28
28
  }]
29
29
  },
30
30
  codebase: {
31
+ gitRepo: 'https://github.com/MirageFoundation/mirage-node',
31
32
  sdk: {
32
33
  type: 'cosmos',
33
34
  version: '0.53'
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,34 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'mirage',
7
+ chainId: 'mirage-1',
8
+ clientId: '07-tendermint-1',
9
+ connectionId: 'connection-0'
10
+ },
11
+ chain2: {
12
+ chainName: 'osmosis',
13
+ chainId: 'osmosis-1',
14
+ clientId: '07-tendermint-3643',
15
+ connectionId: 'connection-10990'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-0',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-108600',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }];
34
+ exports.default = info;
@@ -1,2 +1,3 @@
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,8 +3,10 @@ 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.chain = exports.assetList = void 0;
6
+ exports.ibcData = 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"));
9
10
  exports.assetList = asset_list_1.default;
10
11
  exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -3133,6 +3133,37 @@ const info = [
3133
3133
  }
3134
3134
  }]
3135
3135
  },
3136
+ {
3137
+ $schema: '../ibc_data.schema.json',
3138
+ chain1: {
3139
+ chainName: 'mirage',
3140
+ chainId: 'mirage-1',
3141
+ clientId: '07-tendermint-1',
3142
+ connectionId: 'connection-0'
3143
+ },
3144
+ chain2: {
3145
+ chainName: 'osmosis',
3146
+ chainId: 'osmosis-1',
3147
+ clientId: '07-tendermint-3643',
3148
+ connectionId: 'connection-10990'
3149
+ },
3150
+ channels: [{
3151
+ chain1: {
3152
+ channelId: 'channel-0',
3153
+ portId: 'transfer'
3154
+ },
3155
+ chain2: {
3156
+ channelId: 'channel-108600',
3157
+ portId: 'transfer'
3158
+ },
3159
+ ordering: 'unordered',
3160
+ version: 'ics20-1',
3161
+ tags: {
3162
+ preferred: true,
3163
+ status: 'ACTIVE'
3164
+ }
3165
+ }]
3166
+ },
3136
3167
  {
3137
3168
  $schema: '../ibc_data.schema.json',
3138
3169
  chain1: {
@@ -863,6 +863,31 @@ const info = {
863
863
  baseDenom: 'factory/osmo1q77cw0mmlluxu0wr29fcdd0tdnh78gzhkvhe4n6ulal9qvrtu43qtd0nh8/stlth'
864
864
  }
865
865
  }]
866
+ },
867
+ {
868
+ description: 'The official token of the Clown Society, originating on Stargaze.',
869
+ denomUnits: [{
870
+ denom: 'factory/stars1khzuhuhv02vaturh9x9lz4jach824x9umcgghl/uclw',
871
+ exponent: 0
872
+ }, {
873
+ denom: 'CLW',
874
+ exponent: 6
875
+ }],
876
+ base: 'factory/stars1khzuhuhv02vaturh9x9lz4jach824x9umcgghl/uclw',
877
+ name: 'Clown Society',
878
+ display: 'CLW',
879
+ symbol: 'CLW',
880
+ logoURIs: {
881
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/clw.png'
882
+ },
883
+ images: [{
884
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/clw.png'
885
+ }],
886
+ socials: {
887
+ website: 'https://www.clown-society.com/',
888
+ x: 'https://x.com/ClownsocieT'
889
+ },
890
+ typeAsset: 'sdk.coin'
866
891
  }
867
892
  ]
868
893
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.129",
3
+ "version": "2.0.130",
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.129"
32
+ "@chain-registry/types": "^2.0.130"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "0d29a5a40c6942067da5abca6984cbfdbef0c49c"
42
+ "gitHead": "74111bad28ce60f5749753218d547033ae3e4594"
43
43
  }