-
Notifications
You must be signed in to change notification settings - Fork 431
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
--- - don't pass `params.gas` if no estimated gas queried on Send UI
- Loading branch information
1 parent
ff7cfc8
commit 29fd8cb
Showing
4 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/node_modules/@debank/common/dist/chain.d.ts b/node_modules/@debank/common/dist/chain.d.ts | ||
index ae0b2d4..70873af 100644 | ||
--- a/node_modules/@debank/common/dist/chain.d.ts | ||
+++ b/node_modules/@debank/common/dist/chain.d.ts | ||
@@ -2,6 +2,7 @@ import { CHAINS_ENUM, ChainRaw } from "./chain-data"; | ||
export declare type Chain = ChainRaw & { | ||
logo: string; | ||
whiteLogo?: string; | ||
+ needEstimateGas?: boolean; | ||
}; | ||
export { CHAINS_ENUM } from "./chain-data"; | ||
export declare const MAINNET_CHAINS_LIST: Array<Chain>; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters