Skip to content

Commit

Permalink
add usdc to devnet
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettparris committed Mar 4, 2024
1 parent 6a31962 commit 25230ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/tokens/devnet/defaultTokenList.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@
"decimals": 18,
"logoURI": "https://artio-static-asset-public.s3.ap-southeast-1.amazonaws.com/assets/honey.png",
"tags": ["stablecoin", "featured"]
},
{
"chainId": 2061,
"address": "0x79DCfc0b30C79223641738F7a8629881D96d3335",
"symbol": "STGUSDC",
"name": "Stable Collateral USD Coin",
"decimals": 18,
"logoURI": "https://assets.coingecko.com/coins/images/6319/small/USD_Coin_icon.png?1547042389",
"tags": ["stablecoin", "collateral", "featured", "defaultCollateral"]
}
],
"gaugeMap": {
Expand Down

0 comments on commit 25230ab

Please sign in to comment.