@rabby-wallet/rabby-api 0.6.25-alpha.0 → 0.6.25-alpha.1

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 +2 -0
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -1053,9 +1053,11 @@ export interface PendingTxItem {
1053
1053
  pre_exec_at?: number | null;
1054
1054
  pre_exec_result?: Omit<PreExecResult, 'balance_change'> & {
1055
1055
  balance_change: BalanceChange<{
1056
+ chain: string;
1056
1057
  token_id: string;
1057
1058
  amount: number;
1058
1059
  }, {
1060
+ chain: string;
1059
1061
  token_id: string;
1060
1062
  amount: number;
1061
1063
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rabby-wallet/rabby-api",
3
- "version": "0.6.25-alpha.0",
3
+ "version": "0.6.25-alpha.1",
4
4
  "main": "dist/index.js",
5
5
  "files": [
6
6
  "dist"