Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/0xsquid/squid-types into de…
Browse files Browse the repository at this point in the history
…velop
  • Loading branch information
jmdev3 committed May 10, 2024
2 parents 71e2929 + a3098b5 commit 574eb44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
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.62",
"version": "0.1.63",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 4 additions & 3 deletions src/fees/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { Token } from "../tokens";

export enum FeeType {
AXELAR_FEE = "Axelar Fee",
GAS_RECEIVER_FEE = "Gas Receiver Fee",
EXPRESS_FEE = "Express Fee",
AXELAR_FEE = "Axelar fee",
GAS_RECEIVER_FEE = "Gas receiver fee",
BOOST_FEE = "Boost fee",
INTEGRATOR_FEE = "Integrator fee",
}

export enum GasCostType {
Expand Down

0 comments on commit 574eb44

Please sign in to comment.