@chain-registry/juno 1.34.14 → 1.34.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.
package/main/assets.js CHANGED
@@ -1636,6 +1636,46 @@ var assets = {
1636
1636
  png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/bJUNO-bbl.png'
1637
1637
  }],
1638
1638
  coingecko_id: 'backbone-labs-staked-juno'
1639
+ }, {
1640
+ type_asset: 'ics20',
1641
+ description: 'USD Coin on Juno',
1642
+ denom_units: [{
1643
+ denom: 'ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF',
1644
+ exponent: 0,
1645
+ aliases: ['uusdc', 'microusdc']
1646
+ }, {
1647
+ denom: 'usdc',
1648
+ exponent: 6
1649
+ }],
1650
+ base: 'ibc/4A482FA914A4B9B05801ED81C33713899F322B24F76A06F4B8FE872485EA22FF',
1651
+ name: 'USD Coin',
1652
+ display: 'usdc',
1653
+ symbol: 'USDC',
1654
+ coingecko_id: 'usd-coin',
1655
+ logo_URIs: {
1656
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1657
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1658
+ },
1659
+ images: [{
1660
+ image_sync: {
1661
+ chain_name: 'noble',
1662
+ base_denom: 'uusdc'
1663
+ },
1664
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.png',
1665
+ svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDCoin.svg'
1666
+ }],
1667
+ traces: [{
1668
+ type: 'ibc',
1669
+ counterparty: {
1670
+ channel_id: 'channel-3',
1671
+ base_denom: 'uusdc',
1672
+ chain_name: 'noble'
1673
+ },
1674
+ chain: {
1675
+ channel_id: 'channel-224',
1676
+ path: 'transfer/channel-224/uusdc'
1677
+ }
1678
+ }]
1639
1679
  }]
1640
1680
  };
1641
1681
  var _default = exports["default"] = assets;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chain-registry/juno",
3
- "version": "1.34.14",
3
+ "version": "1.34.16",
4
4
  "description": "Chain Registry info for Juno",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "homepage": "https://github.com/cosmology-tech/chain-registry",
@@ -50,14 +50,14 @@
50
50
  "@babel/plugin-transform-runtime": "7.21.4",
51
51
  "@babel/preset-env": "7.21.4",
52
52
  "@babel/preset-typescript": "^7.21.4",
53
- "@chain-registry/utils": "^1.19.9",
53
+ "@chain-registry/utils": "^1.19.10",
54
54
  "@types/jest": "^29.5.1",
55
55
  "@typescript-eslint/eslint-plugin": "5.59.0",
56
56
  "@typescript-eslint/parser": "5.59.0",
57
57
  "babel-core": "7.0.0-bridge.0",
58
58
  "babel-jest": "29.5.0",
59
59
  "babel-watch": "^7.7.2",
60
- "chain-registry": "^1.33.14",
60
+ "chain-registry": "^1.33.16",
61
61
  "cross-env": "^7.0.2",
62
62
  "eslint": "8.38.0",
63
63
  "eslint-config-prettier": "^8.8.0",
@@ -72,7 +72,7 @@
72
72
  },
73
73
  "dependencies": {
74
74
  "@babel/runtime": "^7.21.0",
75
- "@chain-registry/types": "^0.18.10"
75
+ "@chain-registry/types": "^0.18.11"
76
76
  },
77
- "gitHead": "ddd9357845d3e715794a420ab9b16baabf0c2214"
77
+ "gitHead": "07563134d14d04cf4e3c5d27d3e356ef8bc9fef2"
78
78
  }