diff --git a/package.json b/package.json index 95e3990..bcb4cd5 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/fees/index.ts b/src/fees/index.ts index 5ef2afe..5a5fb72 100644 --- a/src/fees/index.ts +++ b/src/fees/index.ts @@ -23,6 +23,7 @@ export type FeeCost = { token: Token; amount: string; amountUsd: string; + logoURI?: string; }; export type GasCost = {