chain-registry 2.0.133 → 2.0.135

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.
@@ -87,6 +87,10 @@ const info = {
87
87
  {
88
88
  address: 'https://rpc.axone-archive.citizenweb3.com',
89
89
  provider: 'Citizen Web3'
90
+ },
91
+ {
92
+ address: 'https://axone-mainnet-rpc.shazoes.xyz',
93
+ provider: 'Shazoes'
90
94
  }
91
95
  ],
92
96
  rest: [
@@ -117,6 +121,10 @@ const info = {
117
121
  {
118
122
  address: 'https://api.axone-archive.citizenweb3.com',
119
123
  provider: 'Citizen Web3'
124
+ },
125
+ {
126
+ address: 'https://axone-mainnet-api.shazoes.xyz',
127
+ provider: 'Shazoes'
120
128
  }
121
129
  ],
122
130
  grpc: [
@@ -143,6 +151,10 @@ const info = {
143
151
  {
144
152
  address: 'grpc.axone-archive.citizenweb3.com:443',
145
153
  provider: 'Citizen Web3'
154
+ },
155
+ {
156
+ address: 'axone-mainnet-grpc.shazoes.xyz:30490',
157
+ provider: 'Shazoes'
146
158
  }
147
159
  ]
148
160
  },
@@ -637,6 +637,37 @@ const info = [
637
637
  version: 'ics20-1'
638
638
  }]
639
639
  },
640
+ {
641
+ $schema: '../ibc_data.schema.json',
642
+ chain1: {
643
+ chainName: 'cosmoshub',
644
+ chainId: 'cosmoshub-4',
645
+ clientId: '07-tendermint-1457',
646
+ connectionId: 'connection-1199'
647
+ },
648
+ chain2: {
649
+ chainName: 'divine',
650
+ chainId: 'divine-1',
651
+ clientId: '07-tendermint-6',
652
+ connectionId: 'connection-6'
653
+ },
654
+ channels: [{
655
+ chain1: {
656
+ channelId: 'channel-1672',
657
+ portId: 'transfer'
658
+ },
659
+ chain2: {
660
+ channelId: 'channel-1',
661
+ portId: 'transfer'
662
+ },
663
+ ordering: 'unordered',
664
+ version: 'ics20-1',
665
+ tags: {
666
+ preferred: true,
667
+ status: 'ACTIVE'
668
+ }
669
+ }]
670
+ },
640
671
  {
641
672
  $schema: '../ibc_data.schema.json',
642
673
  chain1: {
@@ -0,0 +1,62 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'cosmoshub',
5
+ chainId: 'cosmoshub-4',
6
+ clientId: '07-tendermint-1457',
7
+ connectionId: 'connection-1199'
8
+ },
9
+ chain2: {
10
+ chainName: 'divine',
11
+ chainId: 'divine-1',
12
+ clientId: '07-tendermint-6',
13
+ connectionId: 'connection-6'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-1672',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-1',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }, {
32
+ $schema: '../ibc_data.schema.json',
33
+ chain1: {
34
+ chainName: 'divine',
35
+ chainId: 'divine-1',
36
+ clientId: '07-tendermint-2',
37
+ connectionId: 'connection-2'
38
+ },
39
+ chain2: {
40
+ chainName: 'osmosis',
41
+ chainId: 'osmosis-1',
42
+ clientId: '07-tendermint-3647',
43
+ connectionId: 'connection-10994'
44
+ },
45
+ channels: [{
46
+ chain1: {
47
+ channelId: 'channel-0',
48
+ portId: 'transfer'
49
+ },
50
+ chain2: {
51
+ channelId: 'channel-108620',
52
+ portId: 'transfer'
53
+ },
54
+ ordering: 'unordered',
55
+ version: 'ics20-1',
56
+ tags: {
57
+ preferred: true,
58
+ status: 'ACTIVE'
59
+ }
60
+ }]
61
+ }];
62
+ 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;
@@ -74,6 +74,10 @@ const info = {
74
74
  {
75
75
  address: 'https://hippo-rpc.node39.top:443',
76
76
  provider: 'Node39'
77
+ },
78
+ {
79
+ address: 'https://hippo-mainnet-rpc.shazoes.xyz',
80
+ provider: 'Shazoes'
77
81
  }
78
82
  ],
79
83
  rest: [
@@ -88,6 +92,10 @@ const info = {
88
92
  {
89
93
  address: 'https://hippo-api.node39.top:443',
90
94
  provider: 'Node39'
95
+ },
96
+ {
97
+ address: 'https://hippo-mainnet-api.shazoes.xyz',
98
+ provider: 'Shazoes'
91
99
  }
92
100
  ],
93
101
  grpc: [
@@ -102,6 +110,10 @@ const info = {
102
110
  {
103
111
  address: 'hippo-grpc.node39.top:443',
104
112
  provider: 'Node39'
113
+ },
114
+ {
115
+ address: 'hippo-mainnet-grpc.shazoes.xyz:30290',
116
+ provider: 'Shazoes'
105
117
  }
106
118
  ]
107
119
  },
@@ -43,6 +43,7 @@ import * as _cryptoorgchain from './cryptoorgchain';
43
43
  import * as _decentr from './decentr';
44
44
  import * as _desmos from './desmos';
45
45
  import * as _dhealth from './dhealth';
46
+ import * as _divine from './divine';
46
47
  import * as _doravota from './doravota';
47
48
  import * as _dungeon from './dungeon';
48
49
  import * as _dydx from './dydx';
@@ -219,6 +220,7 @@ const ibcData = [
219
220
  ..._decentr.ibcData,
220
221
  ..._desmos.ibcData,
221
222
  ..._dhealth.ibcData,
223
+ ..._divine.ibcData,
222
224
  ..._doravota.ibcData,
223
225
  ..._dungeon.ibcData,
224
226
  ..._dydx.ibcData,
@@ -147,6 +147,10 @@ const info = {
147
147
  {
148
148
  address: 'https://rpc-lava.vinjan.xyz',
149
149
  provider: 'Vinjan.Inc'
150
+ },
151
+ {
152
+ address: 'https://lava-mainnet-rpc.shazoes.xyz',
153
+ provider: 'Shazoes'
150
154
  }
151
155
  ],
152
156
  rest: [
@@ -221,6 +225,10 @@ const info = {
221
225
  {
222
226
  address: 'https://api-lava.vinjan.xyz',
223
227
  provider: 'Vinjan.Inc'
228
+ },
229
+ {
230
+ address: 'https://lava-mainnet-api.shazoes.xyz',
231
+ provider: 'Shazoes'
224
232
  }
225
233
  ],
226
234
  grpc: [
@@ -275,6 +283,10 @@ const info = {
275
283
  {
276
284
  address: 'grpc-lava.vinjan.xyz:29990',
277
285
  provider: 'Vinjan.Inc'
286
+ },
287
+ {
288
+ address: 'lava-mainnet-grpc.shazoes.xyz:30790',
289
+ provider: 'Shazoes'
278
290
  }
279
291
  ]
280
292
  },
@@ -60,6 +60,10 @@ const info = {
60
60
  {
61
61
  address: 'https://nillion-mainnet-rpc.autostake.com:443',
62
62
  provider: 'AutoStake 🛡️ Slash Protected'
63
+ },
64
+ {
65
+ address: 'https://nillion-mainnet-rpc.shazoes.xyz',
66
+ provider: 'Shazoes'
63
67
  }
64
68
  ],
65
69
  rest: [
@@ -74,6 +78,10 @@ const info = {
74
78
  {
75
79
  address: 'https://nillion-mainnet-lcd.autostake.com:443',
76
80
  provider: 'AutoStake 🛡️ Slash Protected'
81
+ },
82
+ {
83
+ address: 'https://nillion-mainnet-api.shazoes.xyz',
84
+ provider: 'Shazoes'
77
85
  }
78
86
  ],
79
87
  grpc: [
@@ -88,6 +96,10 @@ const info = {
88
96
  {
89
97
  address: 'nillion-mainnet-grpc.autostake.com:443',
90
98
  provider: 'AutoStake 🛡️ Slash Protected'
99
+ },
100
+ {
101
+ address: 'nillion-mainnet-grpc.shazoes.xyz:30890',
102
+ provider: 'Shazoes'
91
103
  }
92
104
  ]
93
105
  },
@@ -22802,6 +22802,47 @@ const info = {
22802
22802
  images: [{
22803
22803
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22804
22804
  }]
22805
+ },
22806
+ {
22807
+ description: 'An alloy of EPIX asset variants on Osmosis.',
22808
+ extendedDescription: 'Multiple EPIX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of EPIX.',
22809
+ denomUnits: [{
22810
+ denom: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22811
+ exponent: 0
22812
+ }, {
22813
+ denom: 'allEPIX',
22814
+ exponent: 12
22815
+ }],
22816
+ typeAsset: 'sdk.coin',
22817
+ address: 'osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7',
22818
+ base: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22819
+ name: 'Epix',
22820
+ display: 'allEPIX',
22821
+ symbol: 'EPIX',
22822
+ traces: [{
22823
+ type: 'synthetic',
22824
+ counterparty: {
22825
+ chainName: 'epix',
22826
+ baseDenom: 'aepix'
22827
+ },
22828
+ provider: 'Osmosis'
22829
+ }],
22830
+ logoURIs: {
22831
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22832
+ },
22833
+ images: [{
22834
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg',
22835
+ theme: {
22836
+ circle: true
22837
+ }
22838
+ }, {
22839
+ imageSync: {
22840
+ chainName: 'epix',
22841
+ baseDenom: 'aepix'
22842
+ },
22843
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22844
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22845
+ }]
22805
22846
  }
22806
22847
  ]
22807
22848
  };
@@ -1361,6 +1361,37 @@ const info = [
1361
1361
  }
1362
1362
  }]
1363
1363
  },
1364
+ {
1365
+ $schema: '../ibc_data.schema.json',
1366
+ chain1: {
1367
+ chainName: 'divine',
1368
+ chainId: 'divine-1',
1369
+ clientId: '07-tendermint-2',
1370
+ connectionId: 'connection-2'
1371
+ },
1372
+ chain2: {
1373
+ chainName: 'osmosis',
1374
+ chainId: 'osmosis-1',
1375
+ clientId: '07-tendermint-3647',
1376
+ connectionId: 'connection-10994'
1377
+ },
1378
+ channels: [{
1379
+ chain1: {
1380
+ channelId: 'channel-0',
1381
+ portId: 'transfer'
1382
+ },
1383
+ chain2: {
1384
+ channelId: 'channel-108620',
1385
+ portId: 'transfer'
1386
+ },
1387
+ ordering: 'unordered',
1388
+ version: 'ics20-1',
1389
+ tags: {
1390
+ preferred: true,
1391
+ status: 'ACTIVE'
1392
+ }
1393
+ }]
1394
+ },
1364
1395
  {
1365
1396
  $schema: '../ibc_data.schema.json',
1366
1397
  chain1: {
@@ -88,6 +88,10 @@ const info = {
88
88
  {
89
89
  address: 'https://union-rpc.highstakes.ch',
90
90
  provider: 'High Stakes 🇨🇭'
91
+ },
92
+ {
93
+ address: 'https://union-mainnet-rpc.shazoes.xyz',
94
+ provider: 'Shazoes'
91
95
  }
92
96
  ],
93
97
  rest: [
@@ -122,6 +126,10 @@ const info = {
122
126
  {
123
127
  address: 'https://union-api.highstakes.ch',
124
128
  provider: 'High Stakes 🇨🇭'
129
+ },
130
+ {
131
+ address: 'https://union-mainnet-api.shazoes.xyz',
132
+ provider: 'Shazoes'
125
133
  }
126
134
  ],
127
135
  grpc: [
@@ -152,6 +160,10 @@ const info = {
152
160
  {
153
161
  address: 'm-union-grpc.ruangnode.com:14090',
154
162
  provider: 'ruangnode'
163
+ },
164
+ {
165
+ address: 'union-mainnet-grpc.shazoes.xyz:30990',
166
+ provider: 'Shazoes'
155
167
  }
156
168
  ]
157
169
  },
@@ -27,35 +27,35 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/cosmos/gaia',
30
- recommendedVersion: 'v25.2.0',
31
- compatibleVersions: ['v25.2.0'],
30
+ recommendedVersion: 'v25.3.0',
31
+ compatibleVersions: ['v25.3.0'],
32
32
  consensus: {
33
33
  type: 'cometbft',
34
- version: 'v0.38.19'
34
+ version: 'v0.38.20'
35
35
  },
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-linux-amd64',
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-arm64'
37
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64',
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64'
40
40
  },
41
41
  genesis: {
42
42
  genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
43
43
  },
44
44
  sdk: {
45
45
  type: 'cosmos',
46
- version: 'v0.53.3',
47
- tag: 'v0.53.3'
46
+ version: 'v0.53.4',
47
+ tag: 'v0.53.4'
48
48
  },
49
49
  ibc: {
50
50
  type: 'go',
51
- version: 'v10.3.0'
51
+ version: 'v10.5.0'
52
52
  },
53
53
  cosmwasm: {
54
54
  version: 'v0.60.2',
55
55
  repo: 'https://github.com/CosmWasm/wasmd',
56
56
  tag: 'v0.60.2'
57
57
  },
58
- tag: 'v25.2.0'
58
+ tag: 'v25.3.0'
59
59
  },
60
60
  apis: {
61
61
  rpc: [
@@ -61,6 +61,37 @@ const info = [
61
61
  }
62
62
  }]
63
63
  },
64
+ {
65
+ $schema: '../../ibc_data.schema.json',
66
+ chain1: {
67
+ chainName: 'cosmosicsprovidertestnet',
68
+ chainId: 'provider',
69
+ clientId: '07-tendermint-399',
70
+ connectionId: 'connection-286'
71
+ },
72
+ chain2: {
73
+ chainName: 'divinetestnet',
74
+ chainId: 'divine-testnet-1',
75
+ clientId: '07-tendermint-4',
76
+ connectionId: 'connection-1'
77
+ },
78
+ channels: [{
79
+ chain1: {
80
+ channelId: 'channel-572',
81
+ portId: 'transfer'
82
+ },
83
+ chain2: {
84
+ channelId: 'channel-1',
85
+ portId: 'transfer'
86
+ },
87
+ ordering: 'unordered',
88
+ version: 'ics20-1',
89
+ tags: {
90
+ preferred: true,
91
+ status: 'ACTIVE'
92
+ }
93
+ }]
94
+ },
64
95
  {
65
96
  $schema: '../../ibc_data.schema.json',
66
97
  chain1: {
@@ -1,4 +1,34 @@
1
1
  const info = [{
2
+ $schema: '../../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'cosmosicsprovidertestnet',
5
+ chainId: 'provider',
6
+ clientId: '07-tendermint-399',
7
+ connectionId: 'connection-286'
8
+ },
9
+ chain2: {
10
+ chainName: 'divinetestnet',
11
+ chainId: 'divine-testnet-1',
12
+ clientId: '07-tendermint-4',
13
+ connectionId: 'connection-1'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-572',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-1',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ preferred: true,
28
+ status: 'ACTIVE'
29
+ }
30
+ }]
31
+ }, {
2
32
  $schema: '../../ibc_data.schema.json',
3
33
  chain1: {
4
34
  chainName: 'divinetestnet',
@@ -89,6 +89,10 @@ const info = {
89
89
  {
90
90
  address: 'https://rpc.axone-archive.citizenweb3.com',
91
91
  provider: 'Citizen Web3'
92
+ },
93
+ {
94
+ address: 'https://axone-mainnet-rpc.shazoes.xyz',
95
+ provider: 'Shazoes'
92
96
  }
93
97
  ],
94
98
  rest: [
@@ -119,6 +123,10 @@ const info = {
119
123
  {
120
124
  address: 'https://api.axone-archive.citizenweb3.com',
121
125
  provider: 'Citizen Web3'
126
+ },
127
+ {
128
+ address: 'https://axone-mainnet-api.shazoes.xyz',
129
+ provider: 'Shazoes'
122
130
  }
123
131
  ],
124
132
  grpc: [
@@ -145,6 +153,10 @@ const info = {
145
153
  {
146
154
  address: 'grpc.axone-archive.citizenweb3.com:443',
147
155
  provider: 'Citizen Web3'
156
+ },
157
+ {
158
+ address: 'axone-mainnet-grpc.shazoes.xyz:30490',
159
+ provider: 'Shazoes'
148
160
  }
149
161
  ]
150
162
  },
@@ -639,6 +639,37 @@ const info = [
639
639
  version: 'ics20-1'
640
640
  }]
641
641
  },
642
+ {
643
+ $schema: '../ibc_data.schema.json',
644
+ chain1: {
645
+ chainName: 'cosmoshub',
646
+ chainId: 'cosmoshub-4',
647
+ clientId: '07-tendermint-1457',
648
+ connectionId: 'connection-1199'
649
+ },
650
+ chain2: {
651
+ chainName: 'divine',
652
+ chainId: 'divine-1',
653
+ clientId: '07-tendermint-6',
654
+ connectionId: 'connection-6'
655
+ },
656
+ channels: [{
657
+ chain1: {
658
+ channelId: 'channel-1672',
659
+ portId: 'transfer'
660
+ },
661
+ chain2: {
662
+ channelId: 'channel-1',
663
+ portId: 'transfer'
664
+ },
665
+ ordering: 'unordered',
666
+ version: 'ics20-1',
667
+ tags: {
668
+ preferred: true,
669
+ status: 'ACTIVE'
670
+ }
671
+ }]
672
+ },
642
673
  {
643
674
  $schema: '../ibc_data.schema.json',
644
675
  chain1: {
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,64 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'cosmoshub',
7
+ chainId: 'cosmoshub-4',
8
+ clientId: '07-tendermint-1457',
9
+ connectionId: 'connection-1199'
10
+ },
11
+ chain2: {
12
+ chainName: 'divine',
13
+ chainId: 'divine-1',
14
+ clientId: '07-tendermint-6',
15
+ connectionId: 'connection-6'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-1672',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-1',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }, {
34
+ $schema: '../ibc_data.schema.json',
35
+ chain1: {
36
+ chainName: 'divine',
37
+ chainId: 'divine-1',
38
+ clientId: '07-tendermint-2',
39
+ connectionId: 'connection-2'
40
+ },
41
+ chain2: {
42
+ chainName: 'osmosis',
43
+ chainId: 'osmosis-1',
44
+ clientId: '07-tendermint-3647',
45
+ connectionId: 'connection-10994'
46
+ },
47
+ channels: [{
48
+ chain1: {
49
+ channelId: 'channel-0',
50
+ portId: 'transfer'
51
+ },
52
+ chain2: {
53
+ channelId: 'channel-108620',
54
+ portId: 'transfer'
55
+ },
56
+ ordering: 'unordered',
57
+ version: 'ics20-1',
58
+ tags: {
59
+ preferred: true,
60
+ status: 'ACTIVE'
61
+ }
62
+ }]
63
+ }];
64
+ 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;
@@ -76,6 +76,10 @@ const info = {
76
76
  {
77
77
  address: 'https://hippo-rpc.node39.top:443',
78
78
  provider: 'Node39'
79
+ },
80
+ {
81
+ address: 'https://hippo-mainnet-rpc.shazoes.xyz',
82
+ provider: 'Shazoes'
79
83
  }
80
84
  ],
81
85
  rest: [
@@ -90,6 +94,10 @@ const info = {
90
94
  {
91
95
  address: 'https://hippo-api.node39.top:443',
92
96
  provider: 'Node39'
97
+ },
98
+ {
99
+ address: 'https://hippo-mainnet-api.shazoes.xyz',
100
+ provider: 'Shazoes'
93
101
  }
94
102
  ],
95
103
  grpc: [
@@ -104,6 +112,10 @@ const info = {
104
112
  {
105
113
  address: 'hippo-grpc.node39.top:443',
106
114
  provider: 'Node39'
115
+ },
116
+ {
117
+ address: 'hippo-mainnet-grpc.shazoes.xyz:30290',
118
+ provider: 'Shazoes'
107
119
  }
108
120
  ]
109
121
  },
@@ -68,6 +68,7 @@ const _cryptoorgchain = __importStar(require("./cryptoorgchain"));
68
68
  const _decentr = __importStar(require("./decentr"));
69
69
  const _desmos = __importStar(require("./desmos"));
70
70
  const _dhealth = __importStar(require("./dhealth"));
71
+ const _divine = __importStar(require("./divine"));
71
72
  const _doravota = __importStar(require("./doravota"));
72
73
  const _dungeon = __importStar(require("./dungeon"));
73
74
  const _dydx = __importStar(require("./dydx"));
@@ -244,6 +245,7 @@ const ibcData = [
244
245
  ..._decentr.ibcData,
245
246
  ..._desmos.ibcData,
246
247
  ..._dhealth.ibcData,
248
+ ..._divine.ibcData,
247
249
  ..._doravota.ibcData,
248
250
  ..._dungeon.ibcData,
249
251
  ..._dydx.ibcData,
@@ -149,6 +149,10 @@ const info = {
149
149
  {
150
150
  address: 'https://rpc-lava.vinjan.xyz',
151
151
  provider: 'Vinjan.Inc'
152
+ },
153
+ {
154
+ address: 'https://lava-mainnet-rpc.shazoes.xyz',
155
+ provider: 'Shazoes'
152
156
  }
153
157
  ],
154
158
  rest: [
@@ -223,6 +227,10 @@ const info = {
223
227
  {
224
228
  address: 'https://api-lava.vinjan.xyz',
225
229
  provider: 'Vinjan.Inc'
230
+ },
231
+ {
232
+ address: 'https://lava-mainnet-api.shazoes.xyz',
233
+ provider: 'Shazoes'
226
234
  }
227
235
  ],
228
236
  grpc: [
@@ -277,6 +285,10 @@ const info = {
277
285
  {
278
286
  address: 'grpc-lava.vinjan.xyz:29990',
279
287
  provider: 'Vinjan.Inc'
288
+ },
289
+ {
290
+ address: 'lava-mainnet-grpc.shazoes.xyz:30790',
291
+ provider: 'Shazoes'
280
292
  }
281
293
  ]
282
294
  },
@@ -62,6 +62,10 @@ const info = {
62
62
  {
63
63
  address: 'https://nillion-mainnet-rpc.autostake.com:443',
64
64
  provider: 'AutoStake 🛡️ Slash Protected'
65
+ },
66
+ {
67
+ address: 'https://nillion-mainnet-rpc.shazoes.xyz',
68
+ provider: 'Shazoes'
65
69
  }
66
70
  ],
67
71
  rest: [
@@ -76,6 +80,10 @@ const info = {
76
80
  {
77
81
  address: 'https://nillion-mainnet-lcd.autostake.com:443',
78
82
  provider: 'AutoStake 🛡️ Slash Protected'
83
+ },
84
+ {
85
+ address: 'https://nillion-mainnet-api.shazoes.xyz',
86
+ provider: 'Shazoes'
79
87
  }
80
88
  ],
81
89
  grpc: [
@@ -90,6 +98,10 @@ const info = {
90
98
  {
91
99
  address: 'nillion-mainnet-grpc.autostake.com:443',
92
100
  provider: 'AutoStake 🛡️ Slash Protected'
101
+ },
102
+ {
103
+ address: 'nillion-mainnet-grpc.shazoes.xyz:30890',
104
+ provider: 'Shazoes'
93
105
  }
94
106
  ]
95
107
  },
@@ -22804,6 +22804,47 @@ const info = {
22804
22804
  images: [{
22805
22805
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/SLAYER.png'
22806
22806
  }]
22807
+ },
22808
+ {
22809
+ description: 'An alloy of EPIX asset variants on Osmosis.',
22810
+ extendedDescription: 'Multiple EPIX variants on Osmosis comprise the liquidity backing of a tokenized transmuter pool to create an alloy of EPIX.',
22811
+ denomUnits: [{
22812
+ denom: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22813
+ exponent: 0
22814
+ }, {
22815
+ denom: 'allEPIX',
22816
+ exponent: 12
22817
+ }],
22818
+ typeAsset: 'sdk.coin',
22819
+ address: 'osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7',
22820
+ base: 'factory/osmo130tfawc7katf7jwzt2rjdranhqju929rjra3xwsrfsd85hedh3tsssy9j7/alloyed/allEPIX',
22821
+ name: 'Epix',
22822
+ display: 'allEPIX',
22823
+ symbol: 'EPIX',
22824
+ traces: [{
22825
+ type: 'synthetic',
22826
+ counterparty: {
22827
+ chainName: 'epix',
22828
+ baseDenom: 'aepix'
22829
+ },
22830
+ provider: 'Osmosis'
22831
+ }],
22832
+ logoURIs: {
22833
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22834
+ },
22835
+ images: [{
22836
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg',
22837
+ theme: {
22838
+ circle: true
22839
+ }
22840
+ }, {
22841
+ imageSync: {
22842
+ chainName: 'epix',
22843
+ baseDenom: 'aepix'
22844
+ },
22845
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.png',
22846
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/epix/images/epix.svg'
22847
+ }]
22807
22848
  }
22808
22849
  ]
22809
22850
  };
@@ -1363,6 +1363,37 @@ const info = [
1363
1363
  }
1364
1364
  }]
1365
1365
  },
1366
+ {
1367
+ $schema: '../ibc_data.schema.json',
1368
+ chain1: {
1369
+ chainName: 'divine',
1370
+ chainId: 'divine-1',
1371
+ clientId: '07-tendermint-2',
1372
+ connectionId: 'connection-2'
1373
+ },
1374
+ chain2: {
1375
+ chainName: 'osmosis',
1376
+ chainId: 'osmosis-1',
1377
+ clientId: '07-tendermint-3647',
1378
+ connectionId: 'connection-10994'
1379
+ },
1380
+ channels: [{
1381
+ chain1: {
1382
+ channelId: 'channel-0',
1383
+ portId: 'transfer'
1384
+ },
1385
+ chain2: {
1386
+ channelId: 'channel-108620',
1387
+ portId: 'transfer'
1388
+ },
1389
+ ordering: 'unordered',
1390
+ version: 'ics20-1',
1391
+ tags: {
1392
+ preferred: true,
1393
+ status: 'ACTIVE'
1394
+ }
1395
+ }]
1396
+ },
1366
1397
  {
1367
1398
  $schema: '../ibc_data.schema.json',
1368
1399
  chain1: {
@@ -90,6 +90,10 @@ const info = {
90
90
  {
91
91
  address: 'https://union-rpc.highstakes.ch',
92
92
  provider: 'High Stakes 🇨🇭'
93
+ },
94
+ {
95
+ address: 'https://union-mainnet-rpc.shazoes.xyz',
96
+ provider: 'Shazoes'
93
97
  }
94
98
  ],
95
99
  rest: [
@@ -124,6 +128,10 @@ const info = {
124
128
  {
125
129
  address: 'https://union-api.highstakes.ch',
126
130
  provider: 'High Stakes 🇨🇭'
131
+ },
132
+ {
133
+ address: 'https://union-mainnet-api.shazoes.xyz',
134
+ provider: 'Shazoes'
127
135
  }
128
136
  ],
129
137
  grpc: [
@@ -154,6 +162,10 @@ const info = {
154
162
  {
155
163
  address: 'm-union-grpc.ruangnode.com:14090',
156
164
  provider: 'ruangnode'
165
+ },
166
+ {
167
+ address: 'union-mainnet-grpc.shazoes.xyz:30990',
168
+ provider: 'Shazoes'
157
169
  }
158
170
  ]
159
171
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.133",
3
+ "version": "2.0.135",
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.133"
32
+ "@chain-registry/types": "^2.0.135"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "44110af64426c7185b974541380abba9ea4b63f6"
42
+ "gitHead": "59cc59e9b4e072e847f8e71fe1c79223c35a4814"
43
43
  }
@@ -29,35 +29,35 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/cosmos/gaia',
32
- recommendedVersion: 'v25.2.0',
33
- compatibleVersions: ['v25.2.0'],
32
+ recommendedVersion: 'v25.3.0',
33
+ compatibleVersions: ['v25.3.0'],
34
34
  consensus: {
35
35
  type: 'cometbft',
36
- version: 'v0.38.19'
36
+ version: 'v0.38.20'
37
37
  },
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-linux-amd64',
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-amd64',
41
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.2.0/gaiad-v25.2.0-darwin-arm64'
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-linux-amd64',
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.3.0/gaiad-v25.3.0-darwin-arm64'
42
42
  },
43
43
  genesis: {
44
44
  genesisUrl: 'https://raw.githubusercontent.com/cosmos/testnets/master/interchain-security/provider/provider-genesis.json'
45
45
  },
46
46
  sdk: {
47
47
  type: 'cosmos',
48
- version: 'v0.53.3',
49
- tag: 'v0.53.3'
48
+ version: 'v0.53.4',
49
+ tag: 'v0.53.4'
50
50
  },
51
51
  ibc: {
52
52
  type: 'go',
53
- version: 'v10.3.0'
53
+ version: 'v10.5.0'
54
54
  },
55
55
  cosmwasm: {
56
56
  version: 'v0.60.2',
57
57
  repo: 'https://github.com/CosmWasm/wasmd',
58
58
  tag: 'v0.60.2'
59
59
  },
60
- tag: 'v25.2.0'
60
+ tag: 'v25.3.0'
61
61
  },
62
62
  apis: {
63
63
  rpc: [
@@ -63,6 +63,37 @@ const info = [
63
63
  }
64
64
  }]
65
65
  },
66
+ {
67
+ $schema: '../../ibc_data.schema.json',
68
+ chain1: {
69
+ chainName: 'cosmosicsprovidertestnet',
70
+ chainId: 'provider',
71
+ clientId: '07-tendermint-399',
72
+ connectionId: 'connection-286'
73
+ },
74
+ chain2: {
75
+ chainName: 'divinetestnet',
76
+ chainId: 'divine-testnet-1',
77
+ clientId: '07-tendermint-4',
78
+ connectionId: 'connection-1'
79
+ },
80
+ channels: [{
81
+ chain1: {
82
+ channelId: 'channel-572',
83
+ portId: 'transfer'
84
+ },
85
+ chain2: {
86
+ channelId: 'channel-1',
87
+ portId: 'transfer'
88
+ },
89
+ ordering: 'unordered',
90
+ version: 'ics20-1',
91
+ tags: {
92
+ preferred: true,
93
+ status: 'ACTIVE'
94
+ }
95
+ }]
96
+ },
66
97
  {
67
98
  $schema: '../../ibc_data.schema.json',
68
99
  chain1: {
@@ -1,6 +1,36 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  const info = [{
4
+ $schema: '../../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'cosmosicsprovidertestnet',
7
+ chainId: 'provider',
8
+ clientId: '07-tendermint-399',
9
+ connectionId: 'connection-286'
10
+ },
11
+ chain2: {
12
+ chainName: 'divinetestnet',
13
+ chainId: 'divine-testnet-1',
14
+ clientId: '07-tendermint-4',
15
+ connectionId: 'connection-1'
16
+ },
17
+ channels: [{
18
+ chain1: {
19
+ channelId: 'channel-572',
20
+ portId: 'transfer'
21
+ },
22
+ chain2: {
23
+ channelId: 'channel-1',
24
+ portId: 'transfer'
25
+ },
26
+ ordering: 'unordered',
27
+ version: 'ics20-1',
28
+ tags: {
29
+ preferred: true,
30
+ status: 'ACTIVE'
31
+ }
32
+ }]
33
+ }, {
4
34
  $schema: '../../ibc_data.schema.json',
5
35
  chain1: {
6
36
  chainName: 'divinetestnet',