@riocrypto/common 1.0.589 → 1.0.590

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.
@@ -191,7 +191,7 @@ class CryptoAsset extends Asset_1.Asset {
191
191
  // return "Dai is a stablecoin cryptocurrency on the Ethereum blockchain which aims to keep its value as close to one United States dollar as possible through a system of smart contracts and the decentralized participants which those contracts incentivize to perform maintenance and governance functions.";
192
192
  }
193
193
  else if (this.rawSymbol === crypto_1.Crypto.USDC) {
194
- return "USD Coin is a digital stablecoin pegged to the United States dollar. USD Coin is managed by a consortium called Centre, which was founded by Circle and includes members from the cryptocurrency exchange Coinbase and Bitcoin mining company Bitmain, an investor in Circle.";
194
+ return "USD Coin is a digital stablecoin pegged to the United States dollar.";
195
195
  }
196
196
  else if (this.rawSymbol === crypto_1.Crypto.USDCPolygon) {
197
197
  return "USDC on the Polygon chain.";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@riocrypto/common",
3
- "version": "1.0.589",
3
+ "version": "1.0.590",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",