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
|
@@ -570,27 +570,32 @@ const info = [
|
|
|
570
570
|
$schema: '../../ibc_data.schema.json',
|
|
571
571
|
chain_1: {
|
|
572
572
|
chain_name: 'manifesttestnet',
|
|
573
|
-
client_id: '07-tendermint-
|
|
574
|
-
connection_id: 'connection-
|
|
573
|
+
client_id: '07-tendermint-8',
|
|
574
|
+
connection_id: 'connection-9'
|
|
575
575
|
},
|
|
576
576
|
chain_2: {
|
|
577
577
|
chain_name: 'osmosistestnet',
|
|
578
|
-
client_id: '07-tendermint-
|
|
579
|
-
connection_id: 'connection-
|
|
578
|
+
client_id: '07-tendermint-4456',
|
|
579
|
+
connection_id: 'connection-3898'
|
|
580
580
|
},
|
|
581
581
|
channels: [{
|
|
582
582
|
chain_1: {
|
|
583
|
-
channel_id: 'channel-
|
|
584
|
-
port_id: 'transfer'
|
|
583
|
+
channel_id: 'channel-5',
|
|
584
|
+
port_id: 'transfer',
|
|
585
|
+
client_id: '07-tendermint-8',
|
|
586
|
+
connection_id: 'connection-9'
|
|
585
587
|
},
|
|
586
588
|
chain_2: {
|
|
587
|
-
channel_id: 'channel-
|
|
588
|
-
port_id: 'transfer'
|
|
589
|
+
channel_id: 'channel-10183',
|
|
590
|
+
port_id: 'transfer',
|
|
591
|
+
client_id: '07-tendermint-4456',
|
|
592
|
+
connection_id: 'connection-3898'
|
|
589
593
|
},
|
|
590
594
|
ordering: 'unordered',
|
|
591
595
|
version: 'ics20-1',
|
|
592
596
|
tags: {
|
|
593
|
-
status: 'live'
|
|
597
|
+
status: 'live',
|
|
598
|
+
preferred: true
|
|
594
599
|
}
|
|
595
600
|
}]
|
|
596
601
|
},
|
|
@@ -96,7 +96,7 @@ const info = {
|
|
|
96
96
|
{
|
|
97
97
|
description: 'Wrapped Bitcoin (BTC) is BTC token bridged from Bitcoin to titan chain through Titan bridge https://dev.titanearn.com/bridge',
|
|
98
98
|
denom_units: [{
|
|
99
|
-
denom: 'factory/
|
|
99
|
+
denom: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
100
100
|
exponent: 0,
|
|
101
101
|
aliases: ['btc-satoshi']
|
|
102
102
|
}, {
|
|
@@ -104,8 +104,8 @@ const info = {
|
|
|
104
104
|
exponent: 8
|
|
105
105
|
}],
|
|
106
106
|
type_asset: 'sdk.coin',
|
|
107
|
-
address: '
|
|
108
|
-
base: 'factory/
|
|
107
|
+
address: 'titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5',
|
|
108
|
+
base: 'factory/titan14jwu2vsu4xuefce0xjyk2t58awth4v42lvwxslqe6vszac66y4tqe4sjm5/w-btc',
|
|
109
109
|
name: 'Bitcoin',
|
|
110
110
|
display: 'btc',
|
|
111
111
|
symbol: 'BTC',
|