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.
@@ -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-1083',
93
- connection_id: 'connection-843'
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-7',
98
- connection_id: 'connection-8'
97
+ client_id: '07-tendermint-9',
98
+ connection_id: 'connection-10'
99
99
  },
100
100
  channels: [{
101
101
  chain_1: {
102
- channel_id: 'channel-590',
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-3',
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-10016'
70
+ channel_id: 'channel-10183'
71
71
  },
72
72
  chain: {
73
- channel_id: 'channel-0',
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-1083',
6
- connection_id: 'connection-843'
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-7',
11
- connection_id: 'connection-8'
10
+ client_id: '07-tendermint-9',
11
+ connection_id: 'connection-10'
12
12
  },
13
13
  channels: [{
14
14
  chain_1: {
15
- channel_id: 'channel-590',
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-3',
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-0',
33
- connection_id: 'connection-0'
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-4314',
38
- connection_id: 'connection-3774'
42
+ client_id: '07-tendermint-4456',
43
+ connection_id: 'connection-3898'
39
44
  },
40
45
  channels: [{
41
46
  chain_1: {
42
- channel_id: 'channel-0',
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-10016',
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
  }];