airgap-coin-lib
Version:
The airgap-coin-lib is a protocol agnostic library to prepare, sign and broadcast cryptocurrency transactions.
8 lines • 813 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var ProtocolSymbols_1 = require("../../../utils/ProtocolSymbols");
var EthereumProtocolOptions_1 = require("../EthereumProtocolOptions");
var GenericERC20_1 = require("./GenericERC20");
var ERC20Token = new GenericERC20_1.GenericERC20(new EthereumProtocolOptions_1.EthereumERC20ProtocolOptions(new EthereumProtocolOptions_1.EthereumProtocolNetwork(undefined, undefined, undefined, undefined, new EthereumProtocolOptions_1.EthereumProtocolNetworkExtras(3)), new EthereumProtocolOptions_1.EthereumERC20ProtocolConfig('ETH-ERC20', 'Unknown Ethereum ERC20-Token', 'erc20', ProtocolSymbols_1.SubProtocolSymbols.ETH_ERC20, '0x2dd847af80418D280B7078888B6A6133083001C9', 18)));
exports.ERC20Token = ERC20Token;
//# sourceMappingURL=ERC20.js.map