Skip to content

Commit

Permalink
Merge pull request #260 from zkBob/staging
Browse files Browse the repository at this point in the history
Fix token symbol
  • Loading branch information
maxaleks authored Feb 5, 2024
2 parents 574ff2b + 16c11b1 commit a48d7b6
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 a48d7b6

Please sign in to comment.