@aarc-dev/core-viem
Advanced tools
Comparing version 0.1.15 to 0.1.16
@@ -497,2 +497,10 @@ import { ChainId } from "./ChainTypes"; | ||
depositTokenUsdPrice?: number; | ||
txData: { | ||
chainId: string; | ||
from: string; | ||
to: string; | ||
data: string; | ||
value: string; | ||
gasLimit: string; | ||
}; | ||
} | ||
@@ -499,0 +507,0 @@ export interface TransactionStep { |
{ | ||
"name": "@aarc-dev/core-viem", | ||
"version": "0.1.15", | ||
"version": "0.1.16", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "./dist/src/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
216490
2226