diff --git a/package.json b/package.json index 1c84779..81a56a3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@0xsquid/squid-types", - "version": "0.1.100", + "version": "0.1.101", "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 b70e491..5ef2afe 100644 --- a/src/fees/index.ts +++ b/src/fees/index.ts @@ -6,6 +6,8 @@ export enum FeeType { BOOST_FEE = "Boost fee", INTEGRATOR_FEE = "Integrator fee", CHAINFLIP_FEE = "Chainflip fee", + EXECUTION_FEE = "Execution fee", + SETTLEMENT_FEE = "Settlement fee", } export enum GasCostType {