Skip to content

Commit

Permalink
add new fee types (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
corysquid authored Sep 2, 2024
1 parent 4a271cd commit c0c4b23
Show file tree
Hide file tree
Showing 2 changed files with 3 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.100",
"version": "0.1.101",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 2 additions & 0 deletions src/fees/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c0c4b23

Please sign in to comment.