chain-registry 1.69.45 → 1.69.46

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.
@@ -1273,6 +1273,38 @@ const info = {
1273
1273
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
1274
1274
  }],
1275
1275
  coingecko_id: 'astrovault-xatom'
1276
+ },
1277
+ {
1278
+ description: 'The advance token for ATOM denominated vaults on Amulet Protocol',
1279
+ denom_units: [{
1280
+ denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
1281
+ exponent: 0
1282
+ }, {
1283
+ denom: 'amATOM',
1284
+ exponent: 6
1285
+ }],
1286
+ base: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
1287
+ name: 'amATOM',
1288
+ display: 'amATOM',
1289
+ symbol: 'amATOM',
1290
+ traces: [{
1291
+ type: 'synthetic',
1292
+ counterparty: {
1293
+ chain_name: 'neutron',
1294
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
1295
+ contract: 'neutron16d4a7q3wfkkawj4jwyzz6g97xtmj0crkyn06ev74fu4xsgkwnreswzfpcy'
1296
+ },
1297
+ provider: 'Amulet'
1298
+ }],
1299
+ logo_URIs: {
1300
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1301
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1302
+ },
1303
+ images: [{
1304
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1305
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1306
+ }],
1307
+ type_asset: 'sdk.coin'
1276
1308
  }
1277
1309
  ]
1278
1310
  };
@@ -1275,6 +1275,38 @@ const info = {
1275
1275
  svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/xatom.svg'
1276
1276
  }],
1277
1277
  coingecko_id: 'astrovault-xatom'
1278
+ },
1279
+ {
1280
+ description: 'The advance token for ATOM denominated vaults on Amulet Protocol',
1281
+ denom_units: [{
1282
+ denom: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
1283
+ exponent: 0
1284
+ }, {
1285
+ denom: 'amATOM',
1286
+ exponent: 6
1287
+ }],
1288
+ base: 'factory/neutron1shwxlkpdjd8h5wdtrykypwd2v62z5glr95yp0etdcspkkjwm5meq82ndxs/amatom',
1289
+ name: 'amATOM',
1290
+ display: 'amATOM',
1291
+ symbol: 'amATOM',
1292
+ traces: [{
1293
+ type: 'synthetic',
1294
+ counterparty: {
1295
+ chain_name: 'neutron',
1296
+ base_denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
1297
+ contract: 'neutron16d4a7q3wfkkawj4jwyzz6g97xtmj0crkyn06ev74fu4xsgkwnreswzfpcy'
1298
+ },
1299
+ provider: 'Amulet'
1300
+ }],
1301
+ logo_URIs: {
1302
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1303
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1304
+ },
1305
+ images: [{
1306
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.png',
1307
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/amATOM.svg'
1308
+ }],
1309
+ type_asset: 'sdk.coin'
1278
1310
  }
1279
1311
  ]
1280
1312
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "chain-registry",
3
- "version": "1.69.45",
3
+ "version": "1.69.46",
4
4
  "description": "Cosmos chain registry ⚛️",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry/tree/master/packages/chain-registry#readme",
@@ -29,11 +29,11 @@
29
29
  "test:watch": "jest --watch"
30
30
  },
31
31
  "devDependencies": {
32
- "@chain-registry/utils": "^1.51.22",
32
+ "@chain-registry/utils": "^1.51.23",
33
33
  "deepmerge": "^4.2.2"
34
34
  },
35
35
  "dependencies": {
36
- "@chain-registry/types": "^0.50.22"
36
+ "@chain-registry/types": "^0.50.23"
37
37
  },
38
38
  "keywords": [
39
39
  "chain-registry",
@@ -43,5 +43,5 @@
43
43
  "interchain",
44
44
  "tokens"
45
45
  ],
46
- "gitHead": "864254c07ee4908b4499235f90877fffc9eca1e7"
46
+ "gitHead": "70192e62b707a27d1282a460f244169250d78d03"
47
47
  }