Skip to content

Commit

Permalink
add coingecko id to usdc.s
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Aug 28, 2024
1 parent 0e89186 commit 841d5cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/chaindata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3437,7 +3437,8 @@
"symbol": "USDC.s",
"decimals": 12,
"ed": "1000",
"onChainId": "{\"type\":\"Stellar\",\"value\":{\"type\":\"AlphaNum4\",\"value\":{\"code\":\"bin:USDC\",\"issuer\":\"hex:0x3b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5\"}}}"
"onChainId": "{\"type\":\"Stellar\",\"value\":{\"type\":\"AlphaNum4\",\"value\":{\"code\":\"bin:USDC\",\"issuer\":\"hex:0x3b9911380efe988ba0a8900eb1cfe44f366f7dbe946bed077240f7f624df15c5\"}}}",
"coingeckoId": "usdc"
},
{
"symbol": "AUDD.s",
Expand Down

0 comments on commit 841d5cb

Please sign in to comment.