Skip to content

Commit

Permalink
remove estimated duration from chain config (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
nnoln authored Jul 11, 2024
1 parent 1f5d91c commit dfc315c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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.86",
"version": "0.1.87",
"description": "JS and TS types relating to 0xsquid related projects.",
"main": "dist/index.js",
"types": "./dist/index.d.ts",
Expand Down
2 changes: 0 additions & 2 deletions src/chains/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ export type BaseChain = {
chainIconURI: string;
blockExplorerUrls: string[];
enableBoostByDefault: boolean;
estimatedRouteDuration: number;
estimatedBoostRouteDuration: number;
swapAmountForGas: string;
sameChainSwapsSupported: boolean;
interchainService?: string;
Expand Down

0 comments on commit dfc315c

Please sign in to comment.