@acala-network/contracts
Version:
AcalaNetwork Smart Contract library for Solidity
26 lines (24 loc) • 845 B
JavaScript
const EVM = '0x0000000000000000000000000000000000000800';
const ORACLE = '0x0000000000000000000000000000000000000801';
const SCHEDULE = '0x0000000000000000000000000000000000000802';
const DEX = '0x0000000000000000000000000000000000000803';
const STABLE_ASSET = '0x0000000000000000000000000000000000000804';
const HOMA = '0x0000000000000000000000000000000000000805';
const EVM_ACCOUNTS = '0x0000000000000000000000000000000000000806';
const HONZON = '0x0000000000000000000000000000000000000807';
const INCENTIVES = '0x0000000000000000000000000000000000000808';
const XTOKENS = '0x0000000000000000000000000000000000000809';
const LIQUID_CROWDLOAN = '0x000000000000000000000000000000000000080a';
module.exports = {
EVM,
ORACLE,
SCHEDULE,
DEX,
STABLE_ASSET,
HOMA,
EVM_ACCOUNTS,
HONZON,
INCENTIVES,
XTOKENS,
LIQUID_CROWDLOAN,
}