chain-registry 2.0.238 → 2.0.239

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.
Files changed (37) hide show
  1. package/esm/mainnet/asset-lists.js +2 -0
  2. package/esm/mainnet/bandchain/chain.js +4 -0
  3. package/esm/mainnet/chains.js +2 -0
  4. package/esm/mainnet/cosmoshub/chain.js +4 -0
  5. package/esm/mainnet/fetchhub/chain.js +4 -0
  6. package/esm/mainnet/ibc-data.js +2 -0
  7. package/esm/mainnet/injective/chain.js +4 -0
  8. package/esm/mainnet/mucoin/asset-list.js +26 -0
  9. package/esm/mainnet/mucoin/chain.js +79 -0
  10. package/esm/mainnet/mucoin/ibc-data.js +32 -0
  11. package/esm/mainnet/mucoin/index.js +6 -0
  12. package/esm/mainnet/osmosis/ibc-data.js +31 -0
  13. package/esm/mainnet/persistence/chain.js +4 -0
  14. package/esm/mainnet/provenance/chain.js +4 -0
  15. package/esm/mainnet/terra2/chain.js +8 -0
  16. package/esm/mainnet/union/chain.js +4 -0
  17. package/mainnet/asset-lists.js +2 -0
  18. package/mainnet/bandchain/chain.js +4 -0
  19. package/mainnet/chains.js +2 -0
  20. package/mainnet/cosmoshub/chain.js +4 -0
  21. package/mainnet/fetchhub/chain.js +4 -0
  22. package/mainnet/ibc-data.js +2 -0
  23. package/mainnet/injective/chain.js +4 -0
  24. package/mainnet/mucoin/asset-list.d.ts +3 -0
  25. package/mainnet/mucoin/asset-list.js +28 -0
  26. package/mainnet/mucoin/chain.d.ts +3 -0
  27. package/mainnet/mucoin/chain.js +81 -0
  28. package/mainnet/mucoin/ibc-data.d.ts +3 -0
  29. package/mainnet/mucoin/ibc-data.js +34 -0
  30. package/mainnet/mucoin/index.d.ts +3 -0
  31. package/mainnet/mucoin/index.js +12 -0
  32. package/mainnet/osmosis/ibc-data.js +31 -0
  33. package/mainnet/persistence/chain.js +4 -0
  34. package/mainnet/provenance/chain.js +4 -0
  35. package/mainnet/terra2/chain.js +8 -0
  36. package/mainnet/union/chain.js +4 -0
  37. package/package.json +3 -3
@@ -131,6 +131,7 @@ import * as _migaloo from './migaloo';
131
131
  import * as _mirage from './mirage';
132
132
  import * as _mises from './mises';
133
133
  import * as _mtgbp from './mtgbp';
134
+ import * as _mucoin from './mucoin';
134
135
  import * as _mun from './mun';
135
136
  import * as _mythos from './mythos';
136
137
  import * as _neura from './neura';
@@ -357,6 +358,7 @@ const assetList = [
357
358
  _mirage.assetList,
358
359
  _mises.assetList,
359
360
  _mtgbp.assetList,
361
+ _mucoin.assetList,
360
362
  _mun.assetList,
361
363
  _mythos.assetList,
362
364
  _neura.assetList,
@@ -212,6 +212,10 @@ const info = {
212
212
  {
213
213
  address: 'band-grpc.polkachu.com:22990',
214
214
  provider: 'Polkachu'
215
+ },
216
+ {
217
+ address: 'https://bandprotocol-grpc.highstakes.ch',
218
+ provider: 'High Stakes 🇨🇭'
215
219
  }
216
220
  ]
217
221
  },
@@ -131,6 +131,7 @@ import * as _migaloo from './migaloo';
131
131
  import * as _mirage from './mirage';
132
132
  import * as _mises from './mises';
133
133
  import * as _mtgbp from './mtgbp';
134
+ import * as _mucoin from './mucoin';
134
135
  import * as _mun from './mun';
135
136
  import * as _mythos from './mythos';
136
137
  import * as _neura from './neura';
@@ -357,6 +358,7 @@ const chains = [
357
358
  _mirage.chain,
358
359
  _mises.chain,
359
360
  _mtgbp.chain,
361
+ _mucoin.chain,
360
362
  _mun.chain,
361
363
  _mythos.chain,
362
364
  _neura.chain,
@@ -402,6 +402,10 @@ const info = {
402
402
  {
403
403
  address: 'grpc.cosmos.cumulo.com.es:9790',
404
404
  provider: 'Cumulo'
405
+ },
406
+ {
407
+ address: 'https://cosmos-grpc.highstakes.ch',
408
+ provider: 'High Stakes 🇨🇭'
405
409
  }
406
410
  ]
407
411
  },
@@ -208,6 +208,10 @@ const info = {
208
208
  {
209
209
  address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
210
210
  provider: 'AVIAONE 🟢'
211
+ },
212
+ {
213
+ address: 'https://fetch-grpc.highstakes.ch',
214
+ provider: 'High Stakes 🇨🇭'
211
215
  }
212
216
  ]
213
217
  },
@@ -100,6 +100,7 @@ import * as _meme from './meme';
100
100
  import * as _migaloo from './migaloo';
101
101
  import * as _mirage from './mirage';
102
102
  import * as _mtgbp from './mtgbp';
103
+ import * as _mucoin from './mucoin';
103
104
  import * as _neutaro from './neutaro';
104
105
  import * as _neutron from './neutron';
105
106
  import * as _nibiru from './nibiru';
@@ -271,6 +272,7 @@ const ibcData = [
271
272
  ..._migaloo.ibcData,
272
273
  ..._mirage.ibcData,
273
274
  ..._mtgbp.ibcData,
275
+ ..._mucoin.ibcData,
274
276
  ..._neutaro.ibcData,
275
277
  ..._neutron.ibcData,
276
278
  ..._nibiru.ibcData,
@@ -120,6 +120,10 @@ const info = {
120
120
  {
121
121
  address: 'injective-grpc.noders.services:33090',
122
122
  provider: '[NODERS]TEAM'
123
+ },
124
+ {
125
+ address: 'https://injective-grpc.highstakes.ch',
126
+ provider: 'High Stakes 🇨🇭'
123
127
  }
124
128
  ],
125
129
  evmHttpJsonrpc: [{
@@ -0,0 +1,26 @@
1
+ const info = {
2
+ $schema: '../assetlist.schema.json',
3
+ chainName: 'mucoin',
4
+ assets: [{
5
+ description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
6
+ denomUnits: [{
7
+ denom: 'umuc',
8
+ exponent: 0
9
+ }, {
10
+ denom: 'MUC',
11
+ exponent: 6
12
+ }],
13
+ typeAsset: 'sdk.coin',
14
+ base: 'umuc',
15
+ name: 'MuCoin',
16
+ display: 'MUC',
17
+ symbol: 'MUC',
18
+ images: [{
19
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
20
+ }],
21
+ socials: {
22
+ website: 'https://mucoin.org'
23
+ }
24
+ }]
25
+ };
26
+ export default info;
@@ -0,0 +1,79 @@
1
+ const info = {
2
+ $schema: '../chain.schema.json',
3
+ chainName: 'mucoin',
4
+ status: 'live',
5
+ website: 'https://mucoin.org',
6
+ networkType: 'mainnet',
7
+ prettyName: 'MuCoin',
8
+ chainType: 'cosmos',
9
+ chainId: 'mucoin-1',
10
+ bech32Prefix: 'muc',
11
+ daemonName: 'mucoind',
12
+ nodeHome: '$HOME/.mucoin',
13
+ keyAlgos: ['secp256k1'],
14
+ slip44: 118,
15
+ description: 'MuCoin is a Cosmos SDK blockchain created for the MuCoin ecosystem and inspired by the world of MU Online.',
16
+ keywords: [
17
+ 'mucoin',
18
+ 'muc',
19
+ 'cosmos',
20
+ 'ibc',
21
+ 'gaming',
22
+ 'mu-online'
23
+ ],
24
+ fees: {
25
+ feeTokens: [{
26
+ denom: 'umuc',
27
+ fixedMinGasPrice: 0.0025,
28
+ lowGasPrice: 0.0025,
29
+ averageGasPrice: 0.005,
30
+ highGasPrice: 0.01
31
+ }]
32
+ },
33
+ staking: {
34
+ stakingTokens: [{
35
+ denom: 'umuc'
36
+ }]
37
+ },
38
+ codebase: {
39
+ gitRepo: 'https://github.com/dasgrid/mucoin',
40
+ recommendedVersion: 'rewards-v0.7.0',
41
+ compatibleVersions: ['rewards-v0.7.0'],
42
+ consensus: {
43
+ type: 'cometbft',
44
+ version: 'v0.38.21'
45
+ },
46
+ language: {
47
+ type: 'go',
48
+ version: '1.26.5'
49
+ },
50
+ sdk: {
51
+ type: 'cosmos',
52
+ repo: 'https://github.com/cosmos/cosmos-sdk',
53
+ version: 'v0.53.6'
54
+ },
55
+ ibc: {
56
+ type: 'go',
57
+ version: 'v10.4.0',
58
+ icsEnabled: ['ics20-1']
59
+ },
60
+ genesis: {
61
+ name: 'mucoin-1',
62
+ genesisUrl: 'https://raw.githubusercontent.com/dasgrid/mucoin/main/networks/mucoin-1/genesis.json'
63
+ }
64
+ },
65
+ images: [{
66
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
67
+ }],
68
+ apis: {
69
+ rpc: [{
70
+ address: 'https://rpc.mucoin.org',
71
+ provider: 'MuCoin'
72
+ }],
73
+ rest: [{
74
+ address: 'https://rest.mucoin.org',
75
+ provider: 'MuCoin'
76
+ }]
77
+ }
78
+ };
79
+ export default info;
@@ -0,0 +1,32 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'mucoin',
5
+ chainId: 'mucoin-1',
6
+ clientId: '07-tendermint-0',
7
+ connectionId: 'connection-0'
8
+ },
9
+ chain2: {
10
+ chainName: 'osmosis',
11
+ chainId: 'osmosis-1',
12
+ clientId: '07-tendermint-3729',
13
+ connectionId: 'connection-11080'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-0',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-110556',
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;
@@ -0,0 +1,6 @@
1
+ import _assetList from './asset-list';
2
+ import _chain from './chain';
3
+ import _ibcData from './ibc-data';
4
+ export const assetList = _assetList;
5
+ export const chain = _chain;
6
+ export const ibcData = _ibcData;
@@ -3378,6 +3378,37 @@ const info = [
3378
3378
  }
3379
3379
  }]
3380
3380
  },
3381
+ {
3382
+ $schema: '../ibc_data.schema.json',
3383
+ chain1: {
3384
+ chainName: 'mucoin',
3385
+ chainId: 'mucoin-1',
3386
+ clientId: '07-tendermint-0',
3387
+ connectionId: 'connection-0'
3388
+ },
3389
+ chain2: {
3390
+ chainName: 'osmosis',
3391
+ chainId: 'osmosis-1',
3392
+ clientId: '07-tendermint-3729',
3393
+ connectionId: 'connection-11080'
3394
+ },
3395
+ channels: [{
3396
+ chain1: {
3397
+ channelId: 'channel-0',
3398
+ portId: 'transfer'
3399
+ },
3400
+ chain2: {
3401
+ channelId: 'channel-110556',
3402
+ portId: 'transfer'
3403
+ },
3404
+ ordering: 'unordered',
3405
+ version: 'ics20-1',
3406
+ tags: {
3407
+ preferred: true,
3408
+ status: 'ACTIVE'
3409
+ }
3410
+ }]
3411
+ },
3381
3412
  {
3382
3413
  $schema: '../ibc_data.schema.json',
3383
3414
  chain1: {
@@ -300,6 +300,10 @@ const info = {
300
300
  {
301
301
  address: 'persistence.grpc.quantnode.xyz:22990',
302
302
  provider: 'QuantNode'
303
+ },
304
+ {
305
+ address: 'https://persistence-grpc.highstakes.ch',
306
+ provider: 'High Stakes 🇨🇭'
303
307
  }
304
308
  ]
305
309
  },
@@ -181,6 +181,10 @@ const info = {
181
181
  {
182
182
  address: 'provenance-grpc.polkachu.com:27090',
183
183
  provider: 'Polkachu'
184
+ },
185
+ {
186
+ address: 'https://provenance-grpc.highstakes.ch',
187
+ provider: 'High Stakes 🇨🇭'
184
188
  }
185
189
  ]
186
190
  },
@@ -147,6 +147,10 @@ const info = {
147
147
  {
148
148
  address: 'https://terra-api.polkachu.com',
149
149
  provider: 'Polkachu'
150
+ },
151
+ {
152
+ address: 'https://terra-phoenix-api.highstakes.ch',
153
+ provider: 'High Stakes 🇨🇭'
150
154
  }
151
155
  ],
152
156
  grpc: [
@@ -189,6 +193,10 @@ const info = {
189
193
  {
190
194
  address: 'terra-grpc.node39.top:443',
191
195
  provider: 'Node39'
196
+ },
197
+ {
198
+ address: 'https://terra-phoenix-grpc.highstakes.ch',
199
+ provider: 'High Stakes 🇨🇭'
192
200
  }
193
201
  ]
194
202
  },
@@ -164,6 +164,10 @@ const info = {
164
164
  {
165
165
  address: 'union-mainnet-grpc.shazoes.xyz:30990',
166
166
  provider: 'Shazoes'
167
+ },
168
+ {
169
+ address: 'https://union-grpc.highstakes.ch',
170
+ provider: 'High Stakes 🇨🇭'
167
171
  }
168
172
  ]
169
173
  },
@@ -156,6 +156,7 @@ const _migaloo = __importStar(require("./migaloo"));
156
156
  const _mirage = __importStar(require("./mirage"));
157
157
  const _mises = __importStar(require("./mises"));
158
158
  const _mtgbp = __importStar(require("./mtgbp"));
159
+ const _mucoin = __importStar(require("./mucoin"));
159
160
  const _mun = __importStar(require("./mun"));
160
161
  const _mythos = __importStar(require("./mythos"));
161
162
  const _neura = __importStar(require("./neura"));
@@ -382,6 +383,7 @@ const assetList = [
382
383
  _mirage.assetList,
383
384
  _mises.assetList,
384
385
  _mtgbp.assetList,
386
+ _mucoin.assetList,
385
387
  _mun.assetList,
386
388
  _mythos.assetList,
387
389
  _neura.assetList,
@@ -214,6 +214,10 @@ const info = {
214
214
  {
215
215
  address: 'band-grpc.polkachu.com:22990',
216
216
  provider: 'Polkachu'
217
+ },
218
+ {
219
+ address: 'https://bandprotocol-grpc.highstakes.ch',
220
+ provider: 'High Stakes 🇨🇭'
217
221
  }
218
222
  ]
219
223
  },
package/mainnet/chains.js CHANGED
@@ -156,6 +156,7 @@ const _migaloo = __importStar(require("./migaloo"));
156
156
  const _mirage = __importStar(require("./mirage"));
157
157
  const _mises = __importStar(require("./mises"));
158
158
  const _mtgbp = __importStar(require("./mtgbp"));
159
+ const _mucoin = __importStar(require("./mucoin"));
159
160
  const _mun = __importStar(require("./mun"));
160
161
  const _mythos = __importStar(require("./mythos"));
161
162
  const _neura = __importStar(require("./neura"));
@@ -382,6 +383,7 @@ const chains = [
382
383
  _mirage.chain,
383
384
  _mises.chain,
384
385
  _mtgbp.chain,
386
+ _mucoin.chain,
385
387
  _mun.chain,
386
388
  _mythos.chain,
387
389
  _neura.chain,
@@ -404,6 +404,10 @@ const info = {
404
404
  {
405
405
  address: 'grpc.cosmos.cumulo.com.es:9790',
406
406
  provider: 'Cumulo'
407
+ },
408
+ {
409
+ address: 'https://cosmos-grpc.highstakes.ch',
410
+ provider: 'High Stakes 🇨🇭'
407
411
  }
408
412
  ]
409
413
  },
@@ -210,6 +210,10 @@ const info = {
210
210
  {
211
211
  address: 'grpc.fetchhub-4.fetch.aviaone.com:9094',
212
212
  provider: 'AVIAONE 🟢'
213
+ },
214
+ {
215
+ address: 'https://fetch-grpc.highstakes.ch',
216
+ provider: 'High Stakes 🇨🇭'
213
217
  }
214
218
  ]
215
219
  },
@@ -125,6 +125,7 @@ const _meme = __importStar(require("./meme"));
125
125
  const _migaloo = __importStar(require("./migaloo"));
126
126
  const _mirage = __importStar(require("./mirage"));
127
127
  const _mtgbp = __importStar(require("./mtgbp"));
128
+ const _mucoin = __importStar(require("./mucoin"));
128
129
  const _neutaro = __importStar(require("./neutaro"));
129
130
  const _neutron = __importStar(require("./neutron"));
130
131
  const _nibiru = __importStar(require("./nibiru"));
@@ -296,6 +297,7 @@ const ibcData = [
296
297
  ..._migaloo.ibcData,
297
298
  ..._mirage.ibcData,
298
299
  ..._mtgbp.ibcData,
300
+ ..._mucoin.ibcData,
299
301
  ..._neutaro.ibcData,
300
302
  ..._neutron.ibcData,
301
303
  ..._nibiru.ibcData,
@@ -122,6 +122,10 @@ const info = {
122
122
  {
123
123
  address: 'injective-grpc.noders.services:33090',
124
124
  provider: '[NODERS]TEAM'
125
+ },
126
+ {
127
+ address: 'https://injective-grpc.highstakes.ch',
128
+ provider: 'High Stakes 🇨🇭'
125
129
  }
126
130
  ],
127
131
  evmHttpJsonrpc: [{
@@ -0,0 +1,3 @@
1
+ import { AssetList } from '@chain-registry/types';
2
+ declare const info: AssetList;
3
+ export 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: 'mucoin',
6
+ assets: [{
7
+ description: 'MUC is the native staking, governance and transaction fee token of the MuCoin blockchain.',
8
+ denomUnits: [{
9
+ denom: 'umuc',
10
+ exponent: 0
11
+ }, {
12
+ denom: 'MUC',
13
+ exponent: 6
14
+ }],
15
+ typeAsset: 'sdk.coin',
16
+ base: 'umuc',
17
+ name: 'MuCoin',
18
+ display: 'MUC',
19
+ symbol: 'MUC',
20
+ images: [{
21
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
22
+ }],
23
+ socials: {
24
+ website: 'https://mucoin.org'
25
+ }
26
+ }]
27
+ };
28
+ exports.default = info;
@@ -0,0 +1,3 @@
1
+ import { Chain } from '@chain-registry/types';
2
+ declare const info: Chain;
3
+ export default info;
@@ -0,0 +1,81 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = {
4
+ $schema: '../chain.schema.json',
5
+ chainName: 'mucoin',
6
+ status: 'live',
7
+ website: 'https://mucoin.org',
8
+ networkType: 'mainnet',
9
+ prettyName: 'MuCoin',
10
+ chainType: 'cosmos',
11
+ chainId: 'mucoin-1',
12
+ bech32Prefix: 'muc',
13
+ daemonName: 'mucoind',
14
+ nodeHome: '$HOME/.mucoin',
15
+ keyAlgos: ['secp256k1'],
16
+ slip44: 118,
17
+ description: 'MuCoin is a Cosmos SDK blockchain created for the MuCoin ecosystem and inspired by the world of MU Online.',
18
+ keywords: [
19
+ 'mucoin',
20
+ 'muc',
21
+ 'cosmos',
22
+ 'ibc',
23
+ 'gaming',
24
+ 'mu-online'
25
+ ],
26
+ fees: {
27
+ feeTokens: [{
28
+ denom: 'umuc',
29
+ fixedMinGasPrice: 0.0025,
30
+ lowGasPrice: 0.0025,
31
+ averageGasPrice: 0.005,
32
+ highGasPrice: 0.01
33
+ }]
34
+ },
35
+ staking: {
36
+ stakingTokens: [{
37
+ denom: 'umuc'
38
+ }]
39
+ },
40
+ codebase: {
41
+ gitRepo: 'https://github.com/dasgrid/mucoin',
42
+ recommendedVersion: 'rewards-v0.7.0',
43
+ compatibleVersions: ['rewards-v0.7.0'],
44
+ consensus: {
45
+ type: 'cometbft',
46
+ version: 'v0.38.21'
47
+ },
48
+ language: {
49
+ type: 'go',
50
+ version: '1.26.5'
51
+ },
52
+ sdk: {
53
+ type: 'cosmos',
54
+ repo: 'https://github.com/cosmos/cosmos-sdk',
55
+ version: 'v0.53.6'
56
+ },
57
+ ibc: {
58
+ type: 'go',
59
+ version: 'v10.4.0',
60
+ icsEnabled: ['ics20-1']
61
+ },
62
+ genesis: {
63
+ name: 'mucoin-1',
64
+ genesisUrl: 'https://raw.githubusercontent.com/dasgrid/mucoin/main/networks/mucoin-1/genesis.json'
65
+ }
66
+ },
67
+ images: [{
68
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mucoin/images/mucoin.png'
69
+ }],
70
+ apis: {
71
+ rpc: [{
72
+ address: 'https://rpc.mucoin.org',
73
+ provider: 'MuCoin'
74
+ }],
75
+ rest: [{
76
+ address: 'https://rest.mucoin.org',
77
+ provider: 'MuCoin'
78
+ }]
79
+ }
80
+ };
81
+ exports.default = info;
@@ -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: 'mucoin',
7
+ chainId: 'mucoin-1',
8
+ clientId: '07-tendermint-0',
9
+ connectionId: 'connection-0'
10
+ },
11
+ chain2: {
12
+ chainName: 'osmosis',
13
+ chainId: 'osmosis-1',
14
+ clientId: '07-tendermint-3729',
15
+ connectionId: 'connection-11080'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-0',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-110556',
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;
@@ -0,0 +1,3 @@
1
+ export declare const assetList: import("@chain-registry/types").AssetList;
2
+ export declare const chain: import("@chain-registry/types").Chain;
3
+ export declare const ibcData: import("@chain-registry/types").IBCData[];
@@ -0,0 +1,12 @@
1
+ "use strict";
2
+ var __importDefault = (this && this.__importDefault) || function (mod) {
3
+ return (mod && mod.__esModule) ? mod : { "default": mod };
4
+ };
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.ibcData = exports.chain = exports.assetList = void 0;
7
+ const asset_list_1 = __importDefault(require("./asset-list"));
8
+ const chain_1 = __importDefault(require("./chain"));
9
+ const ibc_data_1 = __importDefault(require("./ibc-data"));
10
+ exports.assetList = asset_list_1.default;
11
+ exports.chain = chain_1.default;
12
+ exports.ibcData = ibc_data_1.default;
@@ -3380,6 +3380,37 @@ const info = [
3380
3380
  }
3381
3381
  }]
3382
3382
  },
3383
+ {
3384
+ $schema: '../ibc_data.schema.json',
3385
+ chain1: {
3386
+ chainName: 'mucoin',
3387
+ chainId: 'mucoin-1',
3388
+ clientId: '07-tendermint-0',
3389
+ connectionId: 'connection-0'
3390
+ },
3391
+ chain2: {
3392
+ chainName: 'osmosis',
3393
+ chainId: 'osmosis-1',
3394
+ clientId: '07-tendermint-3729',
3395
+ connectionId: 'connection-11080'
3396
+ },
3397
+ channels: [{
3398
+ chain1: {
3399
+ channelId: 'channel-0',
3400
+ portId: 'transfer'
3401
+ },
3402
+ chain2: {
3403
+ channelId: 'channel-110556',
3404
+ portId: 'transfer'
3405
+ },
3406
+ ordering: 'unordered',
3407
+ version: 'ics20-1',
3408
+ tags: {
3409
+ preferred: true,
3410
+ status: 'ACTIVE'
3411
+ }
3412
+ }]
3413
+ },
3383
3414
  {
3384
3415
  $schema: '../ibc_data.schema.json',
3385
3416
  chain1: {
@@ -302,6 +302,10 @@ const info = {
302
302
  {
303
303
  address: 'persistence.grpc.quantnode.xyz:22990',
304
304
  provider: 'QuantNode'
305
+ },
306
+ {
307
+ address: 'https://persistence-grpc.highstakes.ch',
308
+ provider: 'High Stakes 🇨🇭'
305
309
  }
306
310
  ]
307
311
  },
@@ -183,6 +183,10 @@ const info = {
183
183
  {
184
184
  address: 'provenance-grpc.polkachu.com:27090',
185
185
  provider: 'Polkachu'
186
+ },
187
+ {
188
+ address: 'https://provenance-grpc.highstakes.ch',
189
+ provider: 'High Stakes 🇨🇭'
186
190
  }
187
191
  ]
188
192
  },
@@ -149,6 +149,10 @@ const info = {
149
149
  {
150
150
  address: 'https://terra-api.polkachu.com',
151
151
  provider: 'Polkachu'
152
+ },
153
+ {
154
+ address: 'https://terra-phoenix-api.highstakes.ch',
155
+ provider: 'High Stakes 🇨🇭'
152
156
  }
153
157
  ],
154
158
  grpc: [
@@ -191,6 +195,10 @@ const info = {
191
195
  {
192
196
  address: 'terra-grpc.node39.top:443',
193
197
  provider: 'Node39'
198
+ },
199
+ {
200
+ address: 'https://terra-phoenix-grpc.highstakes.ch',
201
+ provider: 'High Stakes 🇨🇭'
194
202
  }
195
203
  ]
196
204
  },
@@ -166,6 +166,10 @@ const info = {
166
166
  {
167
167
  address: 'union-mainnet-grpc.shazoes.xyz:30990',
168
168
  provider: 'Shazoes'
169
+ },
170
+ {
171
+ address: 'https://union-grpc.highstakes.ch',
172
+ provider: 'High Stakes 🇨🇭'
169
173
  }
170
174
  ]
171
175
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.238",
3
+ "version": "2.0.239",
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.238"
32
+ "@chain-registry/types": "^2.0.239"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "4c11a21d8e955d1a3b7c71156f05b5bb2a928991"
42
+ "gitHead": "d015f5adf507c0947bdc4888856044ee220cea9f"
43
43
  }