aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website/ts/types.ts
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-07-06 06:37:35 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-07-06 06:37:35 +0800
commitf894ffc0ccccca8e94ea37dda6184168f126839d (patch)
tree8815bca7eeac39f293fdcb246383825c18622db0 /packages/website/ts/types.ts
parent127fbc6e943d23cf1202f403a5b402226963d947 (diff)
downloaddexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.tar
dexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.tar.gz
dexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.tar.bz2
dexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.tar.lz
dexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.tar.xz
dexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.tar.zst
dexon-sol-tools-f894ffc0ccccca8e94ea37dda6184168f126839d.zip
Poll for gas prices and use fast instead of average for better UX
Diffstat (limited to 'packages/website/ts/types.ts')
-rw-r--r--packages/website/ts/types.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/website/ts/types.ts b/packages/website/ts/types.ts
index 93d029325..a13853052 100644
--- a/packages/website/ts/types.ts
+++ b/packages/website/ts/types.ts
@@ -551,7 +551,10 @@ export interface WebsiteBackendTokenInfo {
}
export interface WebsiteBackendGasInfo {
+ safeSlow: number;
average: number;
+ fast: number;
+ fastest: number;
}
export interface WebsiteBackendJobInfo {