UNPKG

@accret/bridge-sdk

Version:
12 lines 506 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.erc20Abi = void 0; // Minimal ERC-20 ABI exports.erc20Abi = [ "function balanceOf(address owner) view returns (uint256)", "function decimals() view returns (uint8)", "function symbol() view returns (string)", "function allowance(address owner, address spender) view returns (uint256)", "function approve(address spender, uint256 amount) returns (bool)", ]; //# sourceMappingURL=buildTransaction.js.map