chain-registry 1.69.376 → 1.69.377

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.
@@ -34,17 +34,17 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  git_repo: 'https://github.com/dydxprotocol/v4-chain/',
37
- recommended_version: 'protocol/v9.1.0',
38
- compatible_versions: ['protocol/v9.1.0'],
37
+ recommended_version: 'protocol/v9.3.0',
38
+ compatible_versions: ['protocol/v9.3.0'],
39
39
  binaries: {
40
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-amd64.tar.gz',
41
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-arm64.tar.gz'
40
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-amd64.tar.gz',
41
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-arm64.tar.gz'
42
42
  },
43
43
  consensus: {
44
44
  type: 'cometbft',
45
45
  version: 'v0.38.15',
46
46
  repo: 'https://github.com/dydxprotocol/cometbft',
47
- tag: 'v0.38.6-0.20250917222732-ee7f1a0892c4'
47
+ tag: 'v0.38.6-0.20251014202517-0235a938b029'
48
48
  },
49
49
  genesis: {
50
50
  genesis_url: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
@@ -52,8 +52,8 @@ const info = {
52
52
  sdk: {
53
53
  type: 'cosmos',
54
54
  repo: 'https://github.com/dydxprotocol/cosmos-sdk',
55
- version: 'v0.50.6',
56
- tag: 'v0.50.6-0.20250918154803-8e8ecbb19aa4'
55
+ version: 'v0.50.11',
56
+ tag: 'v0.50.6-0.20251014211237-3a1ba0aabac3'
57
57
  },
58
58
  ibc: {
59
59
  type: 'go',
@@ -1435,6 +1435,66 @@ const info = {
1435
1435
  },
1436
1436
  provider: 'ERIS Protocol'
1437
1437
  }]
1438
+ },
1439
+ {
1440
+ description: 'PAX Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
1441
+ denom_units: [
1442
+ {
1443
+ denom: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
1444
+ exponent: 0,
1445
+ aliases: ['attopaxg', 'apaxg']
1446
+ },
1447
+ {
1448
+ denom: 'paxg',
1449
+ exponent: 18
1450
+ },
1451
+ {
1452
+ denom: 'paxg.atom',
1453
+ exponent: 18
1454
+ }
1455
+ ],
1456
+ type_asset: 'ics20',
1457
+ base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
1458
+ name: 'Eureka Bridged PAX Gold (Terra)',
1459
+ display: 'paxg.atom',
1460
+ symbol: 'PAXG.ATOM',
1461
+ traces: [{
1462
+ type: 'ibc-bridge',
1463
+ counterparty: {
1464
+ chain_name: 'ethereum',
1465
+ base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78',
1466
+ channel_id: 'channel-0'
1467
+ },
1468
+ chain: {
1469
+ channel_id: '08-wasm-1369',
1470
+ path: 'transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
1471
+ },
1472
+ provider: 'Eureka'
1473
+ }, {
1474
+ type: 'ibc',
1475
+ counterparty: {
1476
+ chain_name: 'cosmoshub',
1477
+ base_denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
1478
+ channel_id: 'channel-339'
1479
+ },
1480
+ chain: {
1481
+ channel_id: 'channel-0',
1482
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
1483
+ }
1484
+ }],
1485
+ logo_URIs: {
1486
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
1487
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
1488
+ },
1489
+ images: [{
1490
+ image_sync: {
1491
+ chain_name: 'ethereum',
1492
+ base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
1493
+ },
1494
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
1495
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
1496
+ }],
1497
+ coingecko_id: 'eureka-bridged-pax-gold-terra'
1438
1498
  }
1439
1499
  ]
1440
1500
  };
@@ -86,6 +86,9 @@ const info = {
86
86
  'RWA',
87
87
  'stablecoins',
88
88
  'kii'
89
- ]
89
+ ],
90
+ images: [{
91
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kiiorotestnet/images/kii_oro.png'
92
+ }]
90
93
  };
91
94
  export default info;
@@ -36,17 +36,17 @@ const info = {
36
36
  },
37
37
  codebase: {
38
38
  git_repo: 'https://github.com/dydxprotocol/v4-chain/',
39
- recommended_version: 'protocol/v9.1.0',
40
- compatible_versions: ['protocol/v9.1.0'],
39
+ recommended_version: 'protocol/v9.3.0',
40
+ compatible_versions: ['protocol/v9.3.0'],
41
41
  binaries: {
42
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-amd64.tar.gz',
43
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.1.0/dydxprotocold-v9.1.0-linux-arm64.tar.gz'
42
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-amd64.tar.gz',
43
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv9.3.0/dydxprotocold-v9.3.0-linux-arm64.tar.gz'
44
44
  },
45
45
  consensus: {
46
46
  type: 'cometbft',
47
47
  version: 'v0.38.15',
48
48
  repo: 'https://github.com/dydxprotocol/cometbft',
49
- tag: 'v0.38.6-0.20250917222732-ee7f1a0892c4'
49
+ tag: 'v0.38.6-0.20251014202517-0235a938b029'
50
50
  },
51
51
  genesis: {
52
52
  genesis_url: 'https://raw.githubusercontent.com/dydxopsdao/networks/main/dydx-mainnet-1/genesis.json'
@@ -54,8 +54,8 @@ const info = {
54
54
  sdk: {
55
55
  type: 'cosmos',
56
56
  repo: 'https://github.com/dydxprotocol/cosmos-sdk',
57
- version: 'v0.50.6',
58
- tag: 'v0.50.6-0.20250918154803-8e8ecbb19aa4'
57
+ version: 'v0.50.11',
58
+ tag: 'v0.50.6-0.20251014211237-3a1ba0aabac3'
59
59
  },
60
60
  ibc: {
61
61
  type: 'go',
@@ -1437,6 +1437,66 @@ const info = {
1437
1437
  },
1438
1438
  provider: 'ERIS Protocol'
1439
1439
  }]
1440
+ },
1441
+ {
1442
+ description: 'PAX Gold bridged via Eureka on Cosmos Hub and relayed to Terra (phoenix-1) over IBC.',
1443
+ denom_units: [
1444
+ {
1445
+ denom: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
1446
+ exponent: 0,
1447
+ aliases: ['attopaxg', 'apaxg']
1448
+ },
1449
+ {
1450
+ denom: 'paxg',
1451
+ exponent: 18
1452
+ },
1453
+ {
1454
+ denom: 'paxg.atom',
1455
+ exponent: 18
1456
+ }
1457
+ ],
1458
+ type_asset: 'ics20',
1459
+ base: 'ibc/0EF5630576C66968EF0787868CF09FD866FAD131BC148D24A148358A85F0EB62',
1460
+ name: 'Eureka Bridged PAX Gold (Terra)',
1461
+ display: 'paxg.atom',
1462
+ symbol: 'PAXG.ATOM',
1463
+ traces: [{
1464
+ type: 'ibc-bridge',
1465
+ counterparty: {
1466
+ chain_name: 'ethereum',
1467
+ base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78',
1468
+ channel_id: 'channel-0'
1469
+ },
1470
+ chain: {
1471
+ channel_id: '08-wasm-1369',
1472
+ path: 'transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
1473
+ },
1474
+ provider: 'Eureka'
1475
+ }, {
1476
+ type: 'ibc',
1477
+ counterparty: {
1478
+ chain_name: 'cosmoshub',
1479
+ base_denom: 'ibc/09E95F57939E344EE36109AC41780B8A51F1FE0548A5203C5957674FF64C0F26',
1480
+ channel_id: 'channel-339'
1481
+ },
1482
+ chain: {
1483
+ channel_id: 'channel-0',
1484
+ path: 'transfer/channel-0/transfer/08-wasm-1369/0x45804880de22913dafe09f4980848ece6ecbaf78'
1485
+ }
1486
+ }],
1487
+ logo_URIs: {
1488
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png',
1489
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg'
1490
+ },
1491
+ images: [{
1492
+ image_sync: {
1493
+ chain_name: 'ethereum',
1494
+ base_denom: '0x45804880De22913dAFE09f4980848ECE6EcbAf78'
1495
+ },
1496
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.svg',
1497
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/paxg.png'
1498
+ }],
1499
+ coingecko_id: 'eureka-bridged-pax-gold-terra'
1440
1500
  }
1441
1501
  ]
1442
1502
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.376",
3
+ "version": "1.69.377",
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,7 +29,7 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "dependencies": {
32
- "@chain-registry/types": "^0.50.236"
32
+ "@chain-registry/types": "^0.50.237"
33
33
  },
34
34
  "keywords": [
35
35
  "chain-registry",
@@ -39,5 +39,5 @@
39
39
  "interchain",
40
40
  "tokens"
41
41
  ],
42
- "gitHead": "1ee7982616d5438066e3986a21154a95f6220d0e"
42
+ "gitHead": "b22f5dcf36e3868f5e0a79baae9505bfcddc8dfe"
43
43
  }
@@ -88,6 +88,9 @@ const info = {
88
88
  'RWA',
89
89
  'stablecoins',
90
90
  'kii'
91
- ]
91
+ ],
92
+ images: [{
93
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/kiiorotestnet/images/kii_oro.png'
94
+ }]
92
95
  };
93
96
  exports.default = info;