Skip to content

Commit

Permalink
USDC.e -> USDCE (#32)
Browse files Browse the repository at this point in the history
* USDC.e -> USDCE

* publish
  • Loading branch information
andy-t-wang authored May 23, 2024
1 parent 0a5cbd3 commit 2acfef7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@worldcoin/minikit-js",
"version": "0.0.2-internal-alpha",
"version": "0.0.21-internal-alpha",
"homepage": "https://docs.worldcoin.org/id/minikit",
"description": "Internal Alpha: Mini-kit JS is a lightweight sdk for building mini-apps compatible with World App",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/types/payment.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export enum Tokens {
USDCE = "USDC.e",
USDCE = "USDCE",
WLD = "WLD",
}

Expand Down

0 comments on commit 2acfef7

Please sign in to comment.