@rabby-wallet/rabby-api 0.6.26 → 0.6.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -375,6 +375,7 @@ export interface GasLevel {
375
375
  price: number;
376
376
  front_tx_count: number;
377
377
  estimated_seconds: number;
378
+ priority_price: number | null;
378
379
  base_fee: number;
379
380
  }
380
381
  export interface BalanceChange<T = TokenItem, N = TransferingNFTItem> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.6.26",
3
+ "version": "0.6.27",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"