chain-registry 2.0.14 → 2.0.16

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.
@@ -201,6 +201,7 @@ import * as _unification from './unification';
201
201
  import * as _ununifi from './ununifi';
202
202
  import * as _uptick from './uptick';
203
203
  import * as _vector from './vector';
204
+ import * as _xarchain from './xarchain';
204
205
  import * as _xion from './xion';
205
206
  import * as _xpla from './xpla';
206
207
  import * as _xrplevm from './xrplevm';
@@ -410,6 +411,7 @@ const assetList = [
410
411
  _ununifi.assetList,
411
412
  _uptick.assetList,
412
413
  _vector.assetList,
414
+ _xarchain.assetList,
413
415
  _xion.assetList,
414
416
  _xpla.assetList,
415
417
  _xrplevm.assetList,
@@ -201,6 +201,7 @@ import * as _unification from './unification';
201
201
  import * as _ununifi from './ununifi';
202
202
  import * as _uptick from './uptick';
203
203
  import * as _vector from './vector';
204
+ import * as _xarchain from './xarchain';
204
205
  import * as _xion from './xion';
205
206
  import * as _xpla from './xpla';
206
207
  import * as _xrplevm from './xrplevm';
@@ -410,6 +411,7 @@ const chains = [
410
411
  _ununifi.chain,
411
412
  _uptick.chain,
412
413
  _vector.chain,
414
+ _xarchain.chain,
413
415
  _xion.chain,
414
416
  _xpla.chain,
415
417
  _xrplevm.chain,
@@ -34,18 +34,11 @@ const info = {
34
34
  },
35
35
  codebase: {
36
36
  gitRepo: 'https://github.com/dydxprotocol/v4-chain/',
37
- recommendedVersion: 'protocol/v8.0.5',
38
- compatibleVersions: [
39
- 'protocol/v8.0.5',
40
- 'protocol/v8.0.3',
41
- 'protocol/v8.0.2',
42
- 'protocol/v8.0.1',
43
- 'protocol/v8.0.0-rc1',
44
- 'protocol/v8.0.0-rc0'
45
- ],
37
+ recommendedVersion: 'protocol/v8.1.0',
38
+ compatibleVersions: ['protocol/v8.1.0'],
46
39
  binaries: {
47
- "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.0.5/dydxprotocold-v8.0.5-linux-amd64.tar.gz',
48
- "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.0.5/dydxprotocold-v8.0.5-linux-arm64.tar.gz'
40
+ "linux/amd64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.1.0/dydxprotocold-v8.1.0-linux-amd64.tar.gz',
41
+ "linux/arm64": 'https://github.com/dydxprotocol/v4-chain/releases/download/protocol%2Fv8.1.0/dydxprotocold-v8.1.0-linux-arm64.tar.gz'
49
42
  },
50
43
  consensus: {
51
44
  type: 'cometbft',
@@ -213,6 +213,7 @@ const info = {
213
213
  },
214
214
  {
215
215
  description: 'USDN token',
216
+ extendedDescription: 'USDN is a yielding stablecoin collateral-backed by short-duration U.S. Treasury Bills.',
216
217
  denomUnits: [{
217
218
  denom: 'uusdn',
218
219
  exponent: 0,
@@ -226,6 +227,7 @@ const info = {
226
227
  name: 'Noble Dollar',
227
228
  display: 'usdn',
228
229
  symbol: 'USDN',
230
+ coingeckoId: 'noble-dollar-usdn',
229
231
  logoURIs: {
230
232
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
231
233
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'