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