Skip to content

Commit

Permalink
Merge branch 'f/redesign' of github.com:Rari-Capital/rari-dApp into f…
Browse files Browse the repository at this point in the history
…/redesign
  • Loading branch information
jarbacoa committed May 24, 2021
2 parents a53969b + 74a6818 commit b65ab3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/tokenData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ export default async (request: NowRequest, response: NowResponse) => {
address ===
web3.utils.toChecksumAddress("0x50d1c9771902476076ecfc8b2a83ad6b9355a4c9")
) {
symbol = name;
name = symbol;
symbol = "FTT";
name = "FTX Token";
}

let logoURL;
Expand Down

1 comment on commit b65ab3f

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bundled size for the package is listed below:

build/static/media: 679.69 KB
build/static/js: 31.21 MB
build/static/css: 27.34 KB
build/static: 31.91 MB
build: 31.99 MB

Please sign in to comment.