chain-registry 1.69.143 → 1.69.145

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.
@@ -568,27 +568,32 @@ const info = [
568
568
  $schema: '../../ibc_data.schema.json',
569
569
  chain_1: {
570
570
  chain_name: 'manifesttestnet',
571
- client_id: '07-tendermint-0',
572
- connection_id: 'connection-0'
571
+ client_id: '07-tendermint-8',
572
+ connection_id: 'connection-9'
573
573
  },
574
574
  chain_2: {
575
575
  chain_name: 'osmosistestnet',
576
- client_id: '07-tendermint-4314',
577
- connection_id: 'connection-3774'
576
+ client_id: '07-tendermint-4456',
577
+ connection_id: 'connection-3898'
578
578
  },
579
579
  channels: [{
580
580
  chain_1: {
581
- channel_id: 'channel-0',
582
- port_id: 'transfer'
581
+ channel_id: 'channel-5',
582
+ port_id: 'transfer',
583
+ client_id: '07-tendermint-8',
584
+ connection_id: 'connection-9'
583
585
  },
584
586
  chain_2: {
585
- channel_id: 'channel-10016',
586
- port_id: 'transfer'
587
+ channel_id: 'channel-10183',
588
+ port_id: 'transfer',
589
+ client_id: '07-tendermint-4456',
590
+ connection_id: 'connection-3898'
587
591
  },
588
592
  ordering: 'unordered',
589
593
  version: 'ics20-1',
590
594
  tags: {
591
- status: 'live'
595
+ status: 'live',
596
+ preferred: true
592
597
  }
593
598
  }]
594
599
  },
@@ -94,7 +94,7 @@ const info = {
94
94
  {
95
95
  description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
96
96
  denom_units: [{
97
- denom: 'factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc',
97
+ denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
98
98
  exponent: 0,
99
99
  aliases: ['btc-satoshi']
100
100
  }, {
@@ -102,8 +102,8 @@ const info = {
102
102
  exponent: 8
103
103
  }],
104
104
  type_asset: 'sdk.coin',
105
- address: 'titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw',
106
- base: 'factory/titan1uvt40rsp68wtas0y75w34qdn5h0g5eyefy5gmvzftdnupyv7q7vq7jfynw/w-btc',
105
+ address: 'titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5',
106
+ base: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
107
107
  name: 'Bitcoin',
108
108
  display: 'btc',
109
109
  symbol: 'BTC',
@@ -17,10 +17,10 @@ const info = {
17
17
  fees: {
18
18
  fee_tokens: [{
19
19
  denom: 'uatone',
20
- fixed_min_gas_price: 0.001,
21
- low_gas_price: 0.006,
22
- average_gas_price: 0.006,
23
- high_gas_price: 0.009
20
+ fixed_min_gas_price: 0.025,
21
+ low_gas_price: 0.025,
22
+ average_gas_price: 0.04,
23
+ high_gas_price: 0.08
24
24
  }]
25
25
  },
26
26
  staking: {
@@ -171,7 +171,7 @@ const info = {
171
171
  provider: 'Safe Block'
172
172
  },
173
173
  {
174
- address: 'grpc.bitsong.mathnodes.com:9092',
174
+ address: 'grpc.bitsong.mathnodes.com:443',
175
175
  provider: 'MathNodes'
176
176
  },
177
177
  {
@@ -30,11 +30,11 @@ const info = {
30
30
  },
31
31
  codebase: {
32
32
  git_repo: 'https://github.com/xpladev/xpla',
33
- recommended_version: 'v1.6.0',
34
- compatible_versions: ['v1.6.0'],
33
+ recommended_version: 'v1.7.1',
34
+ compatible_versions: ['v1.7.0', 'v1.7.1'],
35
35
  consensus: {
36
36
  type: 'cometbft',
37
- version: 'v0.37.5'
37
+ version: 'v0.38.12'
38
38
  },
39
39
  genesis: {
40
40
  genesis_url: 'https://raw.githubusercontent.com/xpladev/mainnet/main/dimension_37-1/genesis.json'
@@ -42,15 +42,15 @@ const info = {
42
42
  sdk: {
43
43
  type: 'cosmos',
44
44
  repo: 'https://github.com/xpladev/cosmos-sdk',
45
- version: 'v0.47.13',
46
- tag: 'v0.47.13-xpla'
45
+ version: 'v0.50.11',
46
+ tag: 'v0.50.11-xpla'
47
47
  },
48
48
  ibc: {
49
49
  type: 'go',
50
- version: 'v7.7.0'
50
+ version: 'v8.4.0'
51
51
  },
52
52
  cosmwasm: {
53
- version: 'v0.46.0'
53
+ version: 'v0.53.2'
54
54
  }
55
55
  },
56
56
  logo_URIs: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.143",
3
+ "version": "1.69.145",
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,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.87",
32
+ "@chain-registry/utils": "^1.51.89",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.87"
36
+ "@chain-registry/types": "^0.50.89"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "6d6be5d22d61fb2882840def22a271fd9e96cc3e"
46
+ "gitHead": "cd9f31799fe64323b846df3c5cc5685f9d00c267"
47
47
  }