olympus-protocol-connector
Version:
Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript
12 lines • 410 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ETH = '0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee';
exports.EMPTY_HEX = '0x'; // Thats how is returned from the protocol
exports.EMPTY_ADDRESS = '0x0000000000000000000000000000000000000000';
exports.CHAIN_NAMES = {
1: 'mainnet',
2: 'morden',
3: 'ropsten',
42: 'kovan',
};
//# sourceMappingURL=constants.js.map