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.
- package/esm/mainnet/atomone/chain.js +4 -4
- package/esm/mainnet/bitsong/chain.js +1 -1
- package/esm/mainnet/xpla/chain.js +7 -7
- package/esm/testnet/axelartestnet/assets.js +204 -984
- package/esm/testnet/axelartestnet/ibc.js +14 -9
- package/esm/testnet/manifesttestnet/assets.js +71 -2
- package/esm/testnet/manifesttestnet/ibc.js +28 -18
- package/esm/testnet/osmosistestnet/assets.js +204 -1531
- package/esm/testnet/osmosistestnet/ibc.js +14 -9
- package/esm/testnet/titantestnet/assets.js +3 -3
- package/mainnet/atomone/chain.js +4 -4
- package/mainnet/bitsong/chain.js +1 -1
- package/mainnet/xpla/chain.js +7 -7
- package/package.json +4 -4
- package/testnet/axelartestnet/assets.js +204 -984
- package/testnet/axelartestnet/ibc.js +14 -9
- package/testnet/manifesttestnet/assets.js +71 -2
- package/testnet/manifesttestnet/ibc.js +28 -18
- package/testnet/osmosistestnet/assets.js +204 -1531
- package/testnet/osmosistestnet/ibc.js +14 -9
- package/testnet/titantestnet/assets.js +3 -3
|
@@ -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-
|
|
572
|
-
connection_id: 'connection-
|
|
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-
|
|
577
|
-
connection_id: 'connection-
|
|
576
|
+
client_id: '07-tendermint-4456',
|
|
577
|
+
connection_id: 'connection-3898'
|
|
578
578
|
},
|
|
579
579
|
channels: [{
|
|
580
580
|
chain_1: {
|
|
581
|
-
channel_id: 'channel-
|
|
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-
|
|
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/
|
|
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: '
|
|
106
|
-
base: 'factory/
|
|
105
|
+
address: 'titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5',
|
|
106
|
+
base: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
107
107
|
name: 'Bitcoin',
|
|
108
108
|
display: 'btc',
|
|
109
109
|
symbol: 'BTC',
|
package/mainnet/atomone/chain.js
CHANGED
|
@@ -17,10 +17,10 @@ const info = {
|
|
|
17
17
|
fees: {
|
|
18
18
|
fee_tokens: [{
|
|
19
19
|
denom: 'uatone',
|
|
20
|
-
fixed_min_gas_price: 0.
|
|
21
|
-
low_gas_price: 0.
|
|
22
|
-
average_gas_price: 0.
|
|
23
|
-
high_gas_price: 0.
|
|
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: {
|
package/mainnet/bitsong/chain.js
CHANGED
package/mainnet/xpla/chain.js
CHANGED
|
@@ -30,11 +30,11 @@ const info = {
|
|
|
30
30
|
},
|
|
31
31
|
codebase: {
|
|
32
32
|
git_repo: 'https://github.com/xpladev/xpla',
|
|
33
|
-
recommended_version: 'v1.
|
|
34
|
-
compatible_versions: ['v1.
|
|
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
|
+
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.
|
|
46
|
-
tag: 'v0.
|
|
45
|
+
version: 'v0.50.11',
|
|
46
|
+
tag: 'v0.50.11-xpla'
|
|
47
47
|
},
|
|
48
48
|
ibc: {
|
|
49
49
|
type: 'go',
|
|
50
|
-
version: '
|
|
50
|
+
version: 'v8.4.0'
|
|
51
51
|
},
|
|
52
52
|
cosmwasm: {
|
|
53
|
-
version: 'v0.
|
|
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.
|
|
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.
|
|
32
|
+
"@chain-registry/utils": "^1.51.89",
|
|
33
33
|
"deepmerge": "^4.2.2"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
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": "
|
|
46
|
+
"gitHead": "cd9f31799fe64323b846df3c5cc5685f9d00c267"
|
|
47
47
|
}
|