@safe-global/types-kit
Advanced tools
@@ -217,7 +217,7 @@ export { type Hex } from 'viem'; | ||
| readonly gasToken: string; | ||
| readonly safeTxGas: number; | ||
| readonly baseGas: number; | ||
| readonly safeTxGas: string; | ||
| readonly baseGas: string; | ||
| readonly gasPrice: string; | ||
| readonly refundReceiver?: string; | ||
| readonly nonce: number; | ||
| readonly nonce: string; | ||
| readonly executionDate: string | null; | ||
@@ -224,0 +224,0 @@ readonly submissionDate: string; |
+1
-1
| { | ||
| "name": "@safe-global/types-kit", | ||
| "version": "2.0.1", | ||
| "version": "3.0.0", | ||
| "description": "Types for use with the Safe Core SDK packages", | ||
@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts", |