Fix Stellar USDC decimals (#20209)

This commit is contained in:
Viacheslav Kulish 2022-05-02 15:32:17 +08:00 committed by GitHub
parent f64e83ce09
commit 4bb00754ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
"name": "USD Coin", "name": "USD Coin",
"type": "STELLAR", "type": "STELLAR",
"symbol": "USDC", "symbol": "USDC",
"decimals": 6, "decimals": 7,
"website": "https://www.centre.io", "website": "https://www.centre.io",
"description": "USDC is a fully collateralized US Dollar stablecoin, based on the open source fiat stablecoin framework developed by Centre", "description": "USDC is a fully collateralized US Dollar stablecoin, based on the open source fiat stablecoin framework developed by Centre",
"explorer": "https://stellar.expert/explorer/public/asset/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN", "explorer": "https://stellar.expert/explorer/public/asset/USDC-GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",