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
|
@@ -89,27 +89,32 @@ const info = [
|
|
|
89
89
|
$schema: '../../ibc_data.schema.json',
|
|
90
90
|
chain_1: {
|
|
91
91
|
chain_name: 'axelartestnet',
|
|
92
|
-
client_id: '07-tendermint-
|
|
93
|
-
connection_id: 'connection-
|
|
92
|
+
client_id: '07-tendermint-1090',
|
|
93
|
+
connection_id: 'connection-847'
|
|
94
94
|
},
|
|
95
95
|
chain_2: {
|
|
96
96
|
chain_name: 'manifesttestnet',
|
|
97
|
-
client_id: '07-tendermint-
|
|
98
|
-
connection_id: 'connection-
|
|
97
|
+
client_id: '07-tendermint-9',
|
|
98
|
+
connection_id: 'connection-10'
|
|
99
99
|
},
|
|
100
100
|
channels: [{
|
|
101
101
|
chain_1: {
|
|
102
|
-
channel_id: 'channel-
|
|
103
|
-
port_id: 'transfer'
|
|
102
|
+
channel_id: 'channel-594',
|
|
103
|
+
port_id: 'transfer',
|
|
104
|
+
client_id: '07-tendermint-1090',
|
|
105
|
+
connection_id: 'connection-847'
|
|
104
106
|
},
|
|
105
107
|
chain_2: {
|
|
106
|
-
channel_id: 'channel-
|
|
107
|
-
port_id: 'transfer'
|
|
108
|
+
channel_id: 'channel-6',
|
|
109
|
+
port_id: 'transfer',
|
|
110
|
+
client_id: '07-tendermint-9',
|
|
111
|
+
connection_id: 'connection-10'
|
|
108
112
|
},
|
|
109
113
|
ordering: 'unordered',
|
|
110
114
|
version: 'ics20-1',
|
|
111
115
|
tags: {
|
|
112
|
-
status: 'live'
|
|
116
|
+
status: 'live',
|
|
117
|
+
preferred: true
|
|
113
118
|
}
|
|
114
119
|
}]
|
|
115
120
|
},
|
|
@@ -67,10 +67,10 @@ const info = {
|
|
|
67
67
|
counterparty: {
|
|
68
68
|
chain_name: 'osmosistestnet',
|
|
69
69
|
base_denom: 'uosmo',
|
|
70
|
-
channel_id: 'channel-
|
|
70
|
+
channel_id: 'channel-10183'
|
|
71
71
|
},
|
|
72
72
|
chain: {
|
|
73
|
-
channel_id: 'channel-
|
|
73
|
+
channel_id: 'channel-5',
|
|
74
74
|
path: 'transfer/channel-0/uosmo'
|
|
75
75
|
}
|
|
76
76
|
}],
|
|
@@ -1375,6 +1375,75 @@ const info = {
|
|
|
1375
1375
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1376
1376
|
}],
|
|
1377
1377
|
type_asset: 'sdk.coin'
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
description: 'ADAM Token',
|
|
1381
|
+
denom_units: [{
|
|
1382
|
+
denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uadam',
|
|
1383
|
+
exponent: 0
|
|
1384
|
+
}, {
|
|
1385
|
+
denom: 'adam',
|
|
1386
|
+
exponent: 6
|
|
1387
|
+
}],
|
|
1388
|
+
base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uadam',
|
|
1389
|
+
name: 'ADAM Token',
|
|
1390
|
+
display: 'adam',
|
|
1391
|
+
symbol: 'ADAM',
|
|
1392
|
+
logo_URIs: {
|
|
1393
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1394
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1395
|
+
},
|
|
1396
|
+
images: [{
|
|
1397
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1398
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1399
|
+
}],
|
|
1400
|
+
type_asset: 'sdk.coin'
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
description: 'AGA Token',
|
|
1404
|
+
denom_units: [{
|
|
1405
|
+
denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uaga',
|
|
1406
|
+
exponent: 0
|
|
1407
|
+
}, {
|
|
1408
|
+
denom: 'aga',
|
|
1409
|
+
exponent: 6
|
|
1410
|
+
}],
|
|
1411
|
+
base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/uaga',
|
|
1412
|
+
name: 'AGA Token',
|
|
1413
|
+
display: 'aga',
|
|
1414
|
+
symbol: 'AGA',
|
|
1415
|
+
logo_URIs: {
|
|
1416
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1417
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1418
|
+
},
|
|
1419
|
+
images: [{
|
|
1420
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1421
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1422
|
+
}],
|
|
1423
|
+
type_asset: 'sdk.coin'
|
|
1424
|
+
},
|
|
1425
|
+
{
|
|
1426
|
+
description: 'GAS Token on Manifest Ledger Testnet',
|
|
1427
|
+
denom_units: [{
|
|
1428
|
+
denom: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ugas',
|
|
1429
|
+
exponent: 0
|
|
1430
|
+
}, {
|
|
1431
|
+
denom: 'gas',
|
|
1432
|
+
exponent: 6
|
|
1433
|
+
}],
|
|
1434
|
+
base: 'factory/manifest1hj5fveer5cjtn4wd6wstzugjfdxzl0xp8ws9ct/ugas',
|
|
1435
|
+
name: 'GAS Token',
|
|
1436
|
+
display: 'gas',
|
|
1437
|
+
symbol: 'GAS',
|
|
1438
|
+
logo_URIs: {
|
|
1439
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1440
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1441
|
+
},
|
|
1442
|
+
images: [{
|
|
1443
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.png',
|
|
1444
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/manifesttestnet/images/manifest.svg'
|
|
1445
|
+
}],
|
|
1446
|
+
type_asset: 'sdk.coin'
|
|
1378
1447
|
}
|
|
1379
1448
|
]
|
|
1380
1449
|
};
|
|
@@ -2,54 +2,64 @@ const info = [{
|
|
|
2
2
|
$schema: '../../ibc_data.schema.json',
|
|
3
3
|
chain_1: {
|
|
4
4
|
chain_name: 'axelartestnet',
|
|
5
|
-
client_id: '07-tendermint-
|
|
6
|
-
connection_id: 'connection-
|
|
5
|
+
client_id: '07-tendermint-1090',
|
|
6
|
+
connection_id: 'connection-847'
|
|
7
7
|
},
|
|
8
8
|
chain_2: {
|
|
9
9
|
chain_name: 'manifesttestnet',
|
|
10
|
-
client_id: '07-tendermint-
|
|
11
|
-
connection_id: 'connection-
|
|
10
|
+
client_id: '07-tendermint-9',
|
|
11
|
+
connection_id: 'connection-10'
|
|
12
12
|
},
|
|
13
13
|
channels: [{
|
|
14
14
|
chain_1: {
|
|
15
|
-
channel_id: 'channel-
|
|
16
|
-
port_id: 'transfer'
|
|
15
|
+
channel_id: 'channel-594',
|
|
16
|
+
port_id: 'transfer',
|
|
17
|
+
client_id: '07-tendermint-1090',
|
|
18
|
+
connection_id: 'connection-847'
|
|
17
19
|
},
|
|
18
20
|
chain_2: {
|
|
19
|
-
channel_id: 'channel-
|
|
20
|
-
port_id: 'transfer'
|
|
21
|
+
channel_id: 'channel-6',
|
|
22
|
+
port_id: 'transfer',
|
|
23
|
+
client_id: '07-tendermint-9',
|
|
24
|
+
connection_id: 'connection-10'
|
|
21
25
|
},
|
|
22
26
|
ordering: 'unordered',
|
|
23
27
|
version: 'ics20-1',
|
|
24
28
|
tags: {
|
|
25
|
-
status: 'live'
|
|
29
|
+
status: 'live',
|
|
30
|
+
preferred: true
|
|
26
31
|
}
|
|
27
32
|
}]
|
|
28
33
|
}, {
|
|
29
34
|
$schema: '../../ibc_data.schema.json',
|
|
30
35
|
chain_1: {
|
|
31
36
|
chain_name: 'manifesttestnet',
|
|
32
|
-
client_id: '07-tendermint-
|
|
33
|
-
connection_id: 'connection-
|
|
37
|
+
client_id: '07-tendermint-8',
|
|
38
|
+
connection_id: 'connection-9'
|
|
34
39
|
},
|
|
35
40
|
chain_2: {
|
|
36
41
|
chain_name: 'osmosistestnet',
|
|
37
|
-
client_id: '07-tendermint-
|
|
38
|
-
connection_id: 'connection-
|
|
42
|
+
client_id: '07-tendermint-4456',
|
|
43
|
+
connection_id: 'connection-3898'
|
|
39
44
|
},
|
|
40
45
|
channels: [{
|
|
41
46
|
chain_1: {
|
|
42
|
-
channel_id: 'channel-
|
|
43
|
-
port_id: 'transfer'
|
|
47
|
+
channel_id: 'channel-5',
|
|
48
|
+
port_id: 'transfer',
|
|
49
|
+
client_id: '07-tendermint-8',
|
|
50
|
+
connection_id: 'connection-9'
|
|
44
51
|
},
|
|
45
52
|
chain_2: {
|
|
46
|
-
channel_id: 'channel-
|
|
47
|
-
port_id: 'transfer'
|
|
53
|
+
channel_id: 'channel-10183',
|
|
54
|
+
port_id: 'transfer',
|
|
55
|
+
client_id: '07-tendermint-4456',
|
|
56
|
+
connection_id: 'connection-3898'
|
|
48
57
|
},
|
|
49
58
|
ordering: 'unordered',
|
|
50
59
|
version: 'ics20-1',
|
|
51
60
|
tags: {
|
|
52
|
-
status: 'live'
|
|
61
|
+
status: 'live',
|
|
62
|
+
preferred: true
|
|
53
63
|
}
|
|
54
64
|
}]
|
|
55
65
|
}];
|