Skip to content

Commit

Permalink
Merge branch 'main' into chore/route-order-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
corysquid committed Sep 2, 2024
2 parents 4d3a8b1 + c0c4b23 commit 9c63430
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 9c63430

Please sign in to comment.