chain-registry 2.0.19 → 2.0.20

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,10 +98,6 @@ const info = {
98
98
  address: 'andromeda-rpc.noders.services',
99
99
  provider: '[NODERS]TEAM'
100
100
  },
101
- {
102
- address: 'rpc-andromeda.blockval.io',
103
- provider: 'Blockval'
104
- },
105
101
  {
106
102
  address: 'https://andromeda.rpc.liveraven.net',
107
103
  provider: 'LiveRaveN'
@@ -152,10 +148,6 @@ const info = {
152
148
  address: 'andromeda-api.noders.services',
153
149
  provider: '[NODERS]TEAM'
154
150
  },
155
- {
156
- address: 'api-andromeda.blockval.io',
157
- provider: 'Blockval'
158
- },
159
151
  {
160
152
  address: 'https://andromeda.api.liveraven.net',
161
153
  provider: 'LiveRaveN'
@@ -202,10 +194,6 @@ const info = {
202
194
  address: 'andromeda-grpc.noders.services:34090',
203
195
  provider: '[NODERS]TEAM'
204
196
  },
205
- {
206
- address: 'grpc-andromeda.blockval.io:443',
207
- provider: 'Blockval'
208
- },
209
197
  {
210
198
  address: 'andromeda.grpc.liveraven.net:443',
211
199
  provider: 'LiveRaveN'
@@ -145,6 +145,7 @@ import * as _starname from './starname';
145
145
  import * as _stratos from './stratos';
146
146
  import * as _stride from './stride';
147
147
  import * as _synternet from './synternet';
148
+ import * as _taketitan from './taketitan';
148
149
  import * as _teritori from './teritori';
149
150
  import * as _terra from './terra';
150
151
  import * as _terra2 from './terra2';
@@ -305,6 +306,7 @@ const ibcData = [
305
306
  ..._stratos.ibcData,
306
307
  ..._stride.ibcData,
307
308
  ..._synternet.ibcData,
309
+ ..._taketitan.ibcData,
308
310
  ..._teritori.ibcData,
309
311
  ..._terra.ibcData,
310
312
  ..._terra2.ibcData,
@@ -24638,6 +24638,50 @@ const info = {
24638
24638
  },
24639
24639
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
24640
24640
  }]
24641
+ },
24642
+ {
24643
+ description: 'TakeTitan Titans',
24644
+ denomUnits: [{
24645
+ denom: 'ibc/08AE90BBEDAF52B874ED761A4900CF8BE502264569C75A43A450362AEF6C17FB',
24646
+ exponent: 0,
24647
+ aliases: ['utitan']
24648
+ }, {
24649
+ denom: 'titan',
24650
+ exponent: 6,
24651
+ aliases: []
24652
+ }],
24653
+ typeAsset: 'ics20',
24654
+ base: 'ibc/08AE90BBEDAF52B874ED761A4900CF8BE502264569C75A43A450362AEF6C17FB',
24655
+ name: 'TakeTitan Titans',
24656
+ display: 'titan',
24657
+ symbol: 'TITAN',
24658
+ traces: [{
24659
+ type: 'ibc',
24660
+ counterparty: {
24661
+ chainName: 'taketitan',
24662
+ baseDenom: 'utitan',
24663
+ channelId: 'channel-0'
24664
+ },
24665
+ chain: {
24666
+ channelId: 'channel-104765',
24667
+ path: 'transfer/channel-104765/utitan'
24668
+ }
24669
+ }],
24670
+ logoURIs: {
24671
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
24672
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg'
24673
+ },
24674
+ images: [{
24675
+ imageSync: {
24676
+ chainName: 'taketitan',
24677
+ baseDenom: 'utitan'
24678
+ },
24679
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
24680
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg',
24681
+ theme: {
24682
+ primaryColorHex: '#41918c'
24683
+ }
24684
+ }]
24641
24685
  }
24642
24686
  ]
24643
24687
  };
@@ -4569,6 +4569,36 @@ const info = [
4569
4569
  }
4570
4570
  }]
4571
4571
  },
4572
+ {
4573
+ $schema: '../ibc_data.schema.json',
4574
+ chain1: {
4575
+ chainName: 'osmosis',
4576
+ clientId: '07-tendermint-3508',
4577
+ connectionId: 'connection-10756'
4578
+ },
4579
+ chain2: {
4580
+ chainName: 'taketitan',
4581
+ clientId: '07-tendermint-0',
4582
+ connectionId: 'connection-0'
4583
+ },
4584
+ channels: [{
4585
+ chain1: {
4586
+ channelId: 'channel-104765',
4587
+ portId: 'transfer'
4588
+ },
4589
+ chain2: {
4590
+ channelId: 'channel-0',
4591
+ portId: 'transfer'
4592
+ },
4593
+ ordering: 'unordered',
4594
+ version: 'ics20-1',
4595
+ tags: {
4596
+ status: 'live',
4597
+ preferred: true,
4598
+ dex: 'osmosis'
4599
+ }
4600
+ }]
4601
+ },
4572
4602
  {
4573
4603
  $schema: '../ibc_data.schema.json',
4574
4604
  chain1: {
@@ -106,10 +106,6 @@ const info = {
106
106
  {
107
107
  address: 'https://planq_mainnet_rpc.chain.whenmoonwhenlambo.money',
108
108
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
109
- },
110
- {
111
- address: 'https://rpc-planq.blockval.io',
112
- provider: 'Blockval'
113
109
  }
114
110
  ],
115
111
  rest: [
@@ -156,10 +152,6 @@ const info = {
156
152
  {
157
153
  address: 'https://planq_mainnet_api.chain.whenmoonwhenlambo.money',
158
154
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
159
- },
160
- {
161
- address: 'https://api-planq.blockval.io',
162
- provider: 'Blockval'
163
155
  }
164
156
  ],
165
157
  grpc: [
@@ -214,10 +206,6 @@ const info = {
214
206
  {
215
207
  address: 'mainnet-planq.konsortech.xyz:10090',
216
208
  provider: 'KonsorTech'
217
- },
218
- {
219
- address: 'https://grpc-planq.blockval.io',
220
- provider: 'Blockval'
221
209
  }
222
210
  ],
223
211
  evmHttpJsonrpc: [
@@ -85,10 +85,6 @@ const info = {
85
85
  address: 'https://provenance-rpc.highstakes.ch',
86
86
  provider: 'High Stakes 🇨🇭'
87
87
  },
88
- {
89
- address: 'https://rpc.provenance.blockval.io/',
90
- provider: 'Blockval'
91
- },
92
88
  {
93
89
  address: 'https://provenance-rpc.panthea.eu',
94
90
  provider: 'Panthea EU'
@@ -135,10 +131,6 @@ const info = {
135
131
  address: 'https://provenance-api.highstakes.ch',
136
132
  provider: 'High Stakes 🇨🇭'
137
133
  },
138
- {
139
- address: 'https://api.provenance.blockval.io',
140
- provider: 'Blockval'
141
- },
142
134
  {
143
135
  address: 'https://provenance-api.panthea.eu',
144
136
  provider: 'Panthea EU'
@@ -169,10 +161,6 @@ const info = {
169
161
  address: 'grpc-provenance-ia.cosmosia.notional.ventures:443',
170
162
  provider: 'Notional'
171
163
  },
172
- {
173
- address: 'grpc.provenance.blockval.io:9290',
174
- provider: 'Blockval'
175
- },
176
164
  {
177
165
  address: 'provenance-grpc.panthea.eu:16780',
178
166
  provider: 'Panthea EU'
@@ -17,6 +17,7 @@ const info = {
17
17
  logoURIs: {
18
18
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qubetics/images/qubetics.png'
19
19
  },
20
+ coingeckoId: 'qubetics',
20
21
  images: [{
21
22
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qubetics/images/qubetics.png',
22
23
  theme: {
@@ -96,10 +96,6 @@ const info = {
96
96
  address: 'https://realio-rpc.noders.services',
97
97
  provider: '[NODERS]TEAM'
98
98
  },
99
- {
100
- address: 'https://rpc-realio.blockval.io',
101
- provider: 'Blockval'
102
- },
103
99
  {
104
100
  address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
105
101
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -146,10 +142,6 @@ const info = {
146
142
  address: 'https://realio-api.noders.services',
147
143
  provider: '[NODERS]TEAM'
148
144
  },
149
- {
150
- address: 'https://api-realio.blockval.io',
151
- provider: 'Blockval'
152
- },
153
145
  {
154
146
  address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
155
147
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -195,10 +187,6 @@ const info = {
195
187
  {
196
188
  address: 'realio-grpc.noders.services:22090',
197
189
  provider: '[NODERS]TEAM'
198
- },
199
- {
200
- address: 'https://grpc-realio.blockval.io',
201
- provider: 'Blockval'
202
190
  }
203
191
  ],
204
192
  evmHttpJsonrpc: [
@@ -49,8 +49,8 @@ const info = {
49
49
  explorers: [{
50
50
  kind: 'ping.pub',
51
51
  url: 'https://blockexplorer.taketitan.com',
52
- txPage: 'https://blockexplorer.taketitan.com/tx/${txHash}',
53
- accountPage: 'https://blockexplorer.taketitan.com/accounts/${accountAddress}'
52
+ txPage: 'https://blockexplorer.taketitan.com/taketitan/tx/${txHash}',
53
+ accountPage: 'https://blockexplorer.taketitan.com/taketitan/accounts/${accountAddress}'
54
54
  }],
55
55
  keywords: [],
56
56
  images: [{
@@ -0,0 +1,31 @@
1
+ const info = [{
2
+ $schema: '../ibc_data.schema.json',
3
+ chain1: {
4
+ chainName: 'osmosis',
5
+ clientId: '07-tendermint-3508',
6
+ connectionId: 'connection-10756'
7
+ },
8
+ chain2: {
9
+ chainName: 'taketitan',
10
+ clientId: '07-tendermint-0',
11
+ connectionId: 'connection-0'
12
+ },
13
+ channels: [{
14
+ chain1: {
15
+ channelId: 'channel-104765',
16
+ portId: 'transfer'
17
+ },
18
+ chain2: {
19
+ channelId: 'channel-0',
20
+ portId: 'transfer'
21
+ },
22
+ ordering: 'unordered',
23
+ version: 'ics20-1',
24
+ tags: {
25
+ status: 'live',
26
+ preferred: true,
27
+ dex: 'osmosis'
28
+ }
29
+ }]
30
+ }];
31
+ 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;
@@ -16,7 +16,7 @@ const info = {
16
16
  denom: 'uatom',
17
17
  fixedMinGasPrice: 0.005,
18
18
  lowGasPrice: 0.01,
19
- averageGasPrice: 0.025,
19
+ averageGasPrice: 0.02,
20
20
  highGasPrice: 0.03
21
21
  }]
22
22
  },
@@ -27,28 +27,28 @@ const info = {
27
27
  },
28
28
  codebase: {
29
29
  gitRepo: 'https://github.com/cosmos/gaia',
30
- recommendedVersion: 'v23.0.0',
31
- compatibleVersions: ['v23.0.0'],
30
+ recommendedVersion: 'v25.0.0',
31
+ compatibleVersions: ['v25.0.0'],
32
32
  consensus: {
33
33
  type: 'cometbft',
34
34
  version: 'v0.38.17'
35
35
  },
36
36
  binaries: {
37
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-linux-amd64',
38
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-darwin-amd64',
39
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-darwin-arm64'
37
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-linux-amd64',
38
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-darwin-amd64',
39
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.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.50.11',
47
- tag: 'v0.50.11-lsm'
46
+ version: 'v0.53.0',
47
+ tag: 'v0.53.0'
48
48
  },
49
49
  ibc: {
50
50
  type: 'go',
51
- version: 'v10.1.0'
51
+ version: 'v10.3.0'
52
52
  }
53
53
  },
54
54
  apis: {
@@ -100,10 +100,6 @@ const info = {
100
100
  address: 'andromeda-rpc.noders.services',
101
101
  provider: '[NODERS]TEAM'
102
102
  },
103
- {
104
- address: 'rpc-andromeda.blockval.io',
105
- provider: 'Blockval'
106
- },
107
103
  {
108
104
  address: 'https://andromeda.rpc.liveraven.net',
109
105
  provider: 'LiveRaveN'
@@ -154,10 +150,6 @@ const info = {
154
150
  address: 'andromeda-api.noders.services',
155
151
  provider: '[NODERS]TEAM'
156
152
  },
157
- {
158
- address: 'api-andromeda.blockval.io',
159
- provider: 'Blockval'
160
- },
161
153
  {
162
154
  address: 'https://andromeda.api.liveraven.net',
163
155
  provider: 'LiveRaveN'
@@ -204,10 +196,6 @@ const info = {
204
196
  address: 'andromeda-grpc.noders.services:34090',
205
197
  provider: '[NODERS]TEAM'
206
198
  },
207
- {
208
- address: 'grpc-andromeda.blockval.io:443',
209
- provider: 'Blockval'
210
- },
211
199
  {
212
200
  address: 'andromeda.grpc.liveraven.net:443',
213
201
  provider: 'LiveRaveN'
@@ -170,6 +170,7 @@ const _starname = __importStar(require("./starname"));
170
170
  const _stratos = __importStar(require("./stratos"));
171
171
  const _stride = __importStar(require("./stride"));
172
172
  const _synternet = __importStar(require("./synternet"));
173
+ const _taketitan = __importStar(require("./taketitan"));
173
174
  const _teritori = __importStar(require("./teritori"));
174
175
  const _terra = __importStar(require("./terra"));
175
176
  const _terra2 = __importStar(require("./terra2"));
@@ -330,6 +331,7 @@ const ibcData = [
330
331
  ..._stratos.ibcData,
331
332
  ..._stride.ibcData,
332
333
  ..._synternet.ibcData,
334
+ ..._taketitan.ibcData,
333
335
  ..._teritori.ibcData,
334
336
  ..._terra.ibcData,
335
337
  ..._terra2.ibcData,
@@ -24640,6 +24640,50 @@ const info = {
24640
24640
  },
24641
24641
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/xrpl/images/xrp.png'
24642
24642
  }]
24643
+ },
24644
+ {
24645
+ description: 'TakeTitan Titans',
24646
+ denomUnits: [{
24647
+ denom: 'ibc/08AE90BBEDAF52B874ED761A4900CF8BE502264569C75A43A450362AEF6C17FB',
24648
+ exponent: 0,
24649
+ aliases: ['utitan']
24650
+ }, {
24651
+ denom: 'titan',
24652
+ exponent: 6,
24653
+ aliases: []
24654
+ }],
24655
+ typeAsset: 'ics20',
24656
+ base: 'ibc/08AE90BBEDAF52B874ED761A4900CF8BE502264569C75A43A450362AEF6C17FB',
24657
+ name: 'TakeTitan Titans',
24658
+ display: 'titan',
24659
+ symbol: 'TITAN',
24660
+ traces: [{
24661
+ type: 'ibc',
24662
+ counterparty: {
24663
+ chainName: 'taketitan',
24664
+ baseDenom: 'utitan',
24665
+ channelId: 'channel-0'
24666
+ },
24667
+ chain: {
24668
+ channelId: 'channel-104765',
24669
+ path: 'transfer/channel-104765/utitan'
24670
+ }
24671
+ }],
24672
+ logoURIs: {
24673
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
24674
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg'
24675
+ },
24676
+ images: [{
24677
+ imageSync: {
24678
+ chainName: 'taketitan',
24679
+ baseDenom: 'utitan'
24680
+ },
24681
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.png',
24682
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/taketitan/images/taketitan.svg',
24683
+ theme: {
24684
+ primaryColorHex: '#41918c'
24685
+ }
24686
+ }]
24643
24687
  }
24644
24688
  ]
24645
24689
  };
@@ -4571,6 +4571,36 @@ const info = [
4571
4571
  }
4572
4572
  }]
4573
4573
  },
4574
+ {
4575
+ $schema: '../ibc_data.schema.json',
4576
+ chain1: {
4577
+ chainName: 'osmosis',
4578
+ clientId: '07-tendermint-3508',
4579
+ connectionId: 'connection-10756'
4580
+ },
4581
+ chain2: {
4582
+ chainName: 'taketitan',
4583
+ clientId: '07-tendermint-0',
4584
+ connectionId: 'connection-0'
4585
+ },
4586
+ channels: [{
4587
+ chain1: {
4588
+ channelId: 'channel-104765',
4589
+ portId: 'transfer'
4590
+ },
4591
+ chain2: {
4592
+ channelId: 'channel-0',
4593
+ portId: 'transfer'
4594
+ },
4595
+ ordering: 'unordered',
4596
+ version: 'ics20-1',
4597
+ tags: {
4598
+ status: 'live',
4599
+ preferred: true,
4600
+ dex: 'osmosis'
4601
+ }
4602
+ }]
4603
+ },
4574
4604
  {
4575
4605
  $schema: '../ibc_data.schema.json',
4576
4606
  chain1: {
@@ -108,10 +108,6 @@ const info = {
108
108
  {
109
109
  address: 'https://planq_mainnet_rpc.chain.whenmoonwhenlambo.money',
110
110
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
111
- },
112
- {
113
- address: 'https://rpc-planq.blockval.io',
114
- provider: 'Blockval'
115
111
  }
116
112
  ],
117
113
  rest: [
@@ -158,10 +154,6 @@ const info = {
158
154
  {
159
155
  address: 'https://planq_mainnet_api.chain.whenmoonwhenlambo.money',
160
156
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
161
- },
162
- {
163
- address: 'https://api-planq.blockval.io',
164
- provider: 'Blockval'
165
157
  }
166
158
  ],
167
159
  grpc: [
@@ -216,10 +208,6 @@ const info = {
216
208
  {
217
209
  address: 'mainnet-planq.konsortech.xyz:10090',
218
210
  provider: 'KonsorTech'
219
- },
220
- {
221
- address: 'https://grpc-planq.blockval.io',
222
- provider: 'Blockval'
223
211
  }
224
212
  ],
225
213
  evmHttpJsonrpc: [
@@ -87,10 +87,6 @@ const info = {
87
87
  address: 'https://provenance-rpc.highstakes.ch',
88
88
  provider: 'High Stakes 🇨🇭'
89
89
  },
90
- {
91
- address: 'https://rpc.provenance.blockval.io/',
92
- provider: 'Blockval'
93
- },
94
90
  {
95
91
  address: 'https://provenance-rpc.panthea.eu',
96
92
  provider: 'Panthea EU'
@@ -137,10 +133,6 @@ const info = {
137
133
  address: 'https://provenance-api.highstakes.ch',
138
134
  provider: 'High Stakes 🇨🇭'
139
135
  },
140
- {
141
- address: 'https://api.provenance.blockval.io',
142
- provider: 'Blockval'
143
- },
144
136
  {
145
137
  address: 'https://provenance-api.panthea.eu',
146
138
  provider: 'Panthea EU'
@@ -171,10 +163,6 @@ const info = {
171
163
  address: 'grpc-provenance-ia.cosmosia.notional.ventures:443',
172
164
  provider: 'Notional'
173
165
  },
174
- {
175
- address: 'grpc.provenance.blockval.io:9290',
176
- provider: 'Blockval'
177
- },
178
166
  {
179
167
  address: 'provenance-grpc.panthea.eu:16780',
180
168
  provider: 'Panthea EU'
@@ -19,6 +19,7 @@ const info = {
19
19
  logoURIs: {
20
20
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qubetics/images/qubetics.png'
21
21
  },
22
+ coingeckoId: 'qubetics',
22
23
  images: [{
23
24
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/qubetics/images/qubetics.png',
24
25
  theme: {
@@ -98,10 +98,6 @@ const info = {
98
98
  address: 'https://realio-rpc.noders.services',
99
99
  provider: '[NODERS]TEAM'
100
100
  },
101
- {
102
- address: 'https://rpc-realio.blockval.io',
103
- provider: 'Blockval'
104
- },
105
101
  {
106
102
  address: 'https://realio_rio_mainnet_rpc.chain.whenmoonwhenlambo.money',
107
103
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -148,10 +144,6 @@ const info = {
148
144
  address: 'https://realio-api.noders.services',
149
145
  provider: '[NODERS]TEAM'
150
146
  },
151
- {
152
- address: 'https://api-realio.blockval.io',
153
- provider: 'Blockval'
154
- },
155
147
  {
156
148
  address: 'https://realio_rio_mainnet_api.chain.whenmoonwhenlambo.money',
157
149
  provider: '🚀 WHEN MOON 🌕 WHEN LAMBO 🔥'
@@ -197,10 +189,6 @@ const info = {
197
189
  {
198
190
  address: 'realio-grpc.noders.services:22090',
199
191
  provider: '[NODERS]TEAM'
200
- },
201
- {
202
- address: 'https://grpc-realio.blockval.io',
203
- provider: 'Blockval'
204
192
  }
205
193
  ],
206
194
  evmHttpJsonrpc: [
@@ -51,8 +51,8 @@ const info = {
51
51
  explorers: [{
52
52
  kind: 'ping.pub',
53
53
  url: 'https://blockexplorer.taketitan.com',
54
- txPage: 'https://blockexplorer.taketitan.com/tx/${txHash}',
55
- accountPage: 'https://blockexplorer.taketitan.com/accounts/${accountAddress}'
54
+ txPage: 'https://blockexplorer.taketitan.com/taketitan/tx/${txHash}',
55
+ accountPage: 'https://blockexplorer.taketitan.com/taketitan/accounts/${accountAddress}'
56
56
  }],
57
57
  keywords: [],
58
58
  images: [{
@@ -0,0 +1,3 @@
1
+ import { IBCData } from '@chain-registry/types';
2
+ declare const info: IBCData[];
3
+ export default info;
@@ -0,0 +1,33 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ const info = [{
4
+ $schema: '../ibc_data.schema.json',
5
+ chain1: {
6
+ chainName: 'osmosis',
7
+ clientId: '07-tendermint-3508',
8
+ connectionId: 'connection-10756'
9
+ },
10
+ chain2: {
11
+ chainName: 'taketitan',
12
+ clientId: '07-tendermint-0',
13
+ connectionId: 'connection-0'
14
+ },
15
+ channels: [{
16
+ chain1: {
17
+ channelId: 'channel-104765',
18
+ portId: 'transfer'
19
+ },
20
+ chain2: {
21
+ channelId: 'channel-0',
22
+ portId: 'transfer'
23
+ },
24
+ ordering: 'unordered',
25
+ version: 'ics20-1',
26
+ tags: {
27
+ status: 'live',
28
+ preferred: true,
29
+ dex: 'osmosis'
30
+ }
31
+ }]
32
+ }];
33
+ 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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "2.0.19",
3
+ "version": "2.0.20",
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.19"
32
+ "@chain-registry/types": "^2.0.20"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "d62c9612ffa12c8ddf276a1644a563f6bb0edfa4"
42
+ "gitHead": "22f9a7c0e3f71a8196c7b6d70e66197bfde3d70d"
43
43
  }
@@ -18,7 +18,7 @@ const info = {
18
18
  denom: 'uatom',
19
19
  fixedMinGasPrice: 0.005,
20
20
  lowGasPrice: 0.01,
21
- averageGasPrice: 0.025,
21
+ averageGasPrice: 0.02,
22
22
  highGasPrice: 0.03
23
23
  }]
24
24
  },
@@ -29,28 +29,28 @@ const info = {
29
29
  },
30
30
  codebase: {
31
31
  gitRepo: 'https://github.com/cosmos/gaia',
32
- recommendedVersion: 'v23.0.0',
33
- compatibleVersions: ['v23.0.0'],
32
+ recommendedVersion: 'v25.0.0',
33
+ compatibleVersions: ['v25.0.0'],
34
34
  consensus: {
35
35
  type: 'cometbft',
36
36
  version: 'v0.38.17'
37
37
  },
38
38
  binaries: {
39
- "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-linux-amd64',
40
- "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-darwin-amd64',
41
- "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v23.0.0/gaiad-v23.0.0-darwin-arm64'
39
+ "linux/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-linux-amd64',
40
+ "darwin/amd64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.0-darwin-amd64',
41
+ "darwin/arm64": 'https://github.com/cosmos/gaia/releases/download/v25.0.0/gaiad-v25.0.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.50.11',
49
- tag: 'v0.50.11-lsm'
48
+ version: 'v0.53.0',
49
+ tag: 'v0.53.0'
50
50
  },
51
51
  ibc: {
52
52
  type: 'go',
53
- version: 'v10.1.0'
53
+ version: 'v10.3.0'
54
54
  }
55
55
  },
56
56
  apis: {