@tokenbound/sdk
Advanced tools
Comparing version 0.4.7-beta.1 to 0.4.7-beta.2
@@ -30,2 +30,3 @@ import { WalletClient, PublicClient, Chain } from 'viem'; | ||
amount?: number; | ||
chainId?: number; | ||
}>; | ||
@@ -36,2 +37,3 @@ export type ETHTransferParams = Prettify<{ | ||
amount: number; | ||
chainId?: number; | ||
}>; | ||
@@ -44,2 +46,3 @@ export type ERC20TransferParams = Prettify<{ | ||
erc20tokenDecimals: number; | ||
chainId?: number; | ||
}>; | ||
@@ -46,0 +49,0 @@ type ImplementationAddress = `0x${string}` | typeof ERC_6551_LEGACY_V2.IMPLEMENTATION.ADDRESS; |
{ | ||
"name": "@tokenbound/sdk", | ||
"version": "0.4.7-beta.1", | ||
"version": "0.4.7-beta.2", | ||
"type": "module", | ||
@@ -53,3 +53,3 @@ "files": [ | ||
"wagmi": "^1.4.7", | ||
"@tokenbound/sdk": "^0.4.7-beta.1" | ||
"@tokenbound/sdk": "^0.4.7-beta.2" | ||
}, | ||
@@ -56,0 +56,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1103814
15867