Skip to content

Commit

Permalink
fix token symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks committed Feb 5, 2024
1 parent 50b659e commit 16c11b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const config = {
status: 'https://api.knowyourcat.id/v1/%s/categories?category=BABTokenBOB',
homepage: 'https://knowyourcat.id/address/%s/BABTokenBOB',
},
tokenSymbol: 'USDC.e',
tokenSymbol: 'USDC',
tokenDecimals: 6,
feeDecimals: 2,
depositScheme: 'usdc',
Expand Down

0 comments on commit 16c11b1

Please sign in to comment.