@reown/appkit-common
Advanced tools
Comparing version 1.6.0 to 1.6.1-rc.0
import { erc20ABI } from '../contracts/erc20.js'; | ||
import { swapABI } from '../contracts/swap.js'; | ||
import { usdtABI } from '../contracts/usdt.js'; | ||
@@ -10,4 +11,5 @@ import { ConstantsUtil } from './ConstantsUtil.js'; | ||
return erc20ABI; | ||
} | ||
}, | ||
getSwapAbi: () => swapABI | ||
}; | ||
//# sourceMappingURL=ContractUtil.js.map |
@@ -15,2 +15,17 @@ export declare const ContractUtil: { | ||
}[]; | ||
getSwapAbi: () => readonly [{ | ||
readonly type: "function"; | ||
readonly name: "approve"; | ||
readonly stateMutability: "nonpayable"; | ||
readonly inputs: readonly [{ | ||
readonly name: "spender"; | ||
readonly type: "address"; | ||
}, { | ||
readonly name: "amount"; | ||
readonly type: "uint256"; | ||
}]; | ||
readonly outputs: readonly [{ | ||
readonly type: "bool"; | ||
}]; | ||
}]; | ||
}; |
{ | ||
"name": "@reown/appkit-common", | ||
"version": "1.6.0", | ||
"version": "1.6.1-rc.0", | ||
"type": "module", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
373796
79
1059
1