@dojima-wallet/connection
Version:
Initialise and connection for layer 1&2 blockchain
34 lines (32 loc) • 700 B
text/typescript
// export * from "./types";
// export * from "./client";
// export {
// call,
// estimateApprove,
// estimateCall,
// estimateDefaultFeesWithGasPricesAndLimits,
// getApprovalAmount,
// getAssetAddress,
// getDecimal,
// getDefaultFees,
// getDefaultGasPrices,
// getTokenAddress,
// getPrefix,
// getFee,
// isApproved,
// isEthAsset,
// validateAddress,
// ETHAddress,
// ETHPLORER_FREEKEY,
// MAX_APPROVAL,
// } from "./utils";
//
// import erc20ABI from "./data/erc20.json";
// import routerABI from "./data/routerABI.json";
//
// export const abi = {
// router: routerABI,
// erc20: erc20ABI,
// };
export * from "./client";
export * from "./eth-types";