Skip to content

Commit

Permalink
feat: add logoURI to FeeCost
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdev3 committed Dec 12, 2024
1 parent 597a9c6 commit 07f24dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0xsquid/squid-types",
"version": "0.1.128",
"version": "0.1.129",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/fees/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export type FeeCost = {
token: Token;
amount: string;
amountUsd: string;
logoURI?: string;
};

export type GasCost = {
Expand Down

0 comments on commit 07f24dd

Please sign in to comment.