@zjbtest/contracts
Version:
AcalaNetwork Smart Contract library for Solidity
52 lines (50 loc) • 1.76 kB
JavaScript
const ACA = '0x0000000000000000000100000000000000000000';
const AUSD = '0x0000000000000000000100000000000000000001';
const DOT = '0x0000000000000000000100000000000000000002';
const LDOT = '0x0000000000000000000100000000000000000003';
const RENBTC = '0x0000000000000000000100000000000000000014';
const CASH = '0x0000000000000000000100000000000000000015';
const KAR = '0x0000000000000000000100000000000000000080';
const KUSD = '0x0000000000000000000100000000000000000081';
const KSM = '0x0000000000000000000100000000000000000082';
const LKSM = '0x0000000000000000000100000000000000000083';
const BNC = '0x00000000000000000001000000000000000000a8';
const VSKSM = '0x00000000000000000001000000000000000000A9';
const LP_ACA_AUSD = '0x0000000000000000000200000000000000000001';
const LP_DOT_AUSD = '0x0000000000000000000200000000020000000001';
const LP_LDOT_AUSD = '0x0000000000000000000200000000030000000001';
const LP_RENBTC_AUSD = '0x0000000000000000000200000000140000000001';
const LP_KAR_KUSD = '0x0000000000000000000200000000800000000081';
const LP_KSM_KUSD = '0x0000000000000000000200000000820000000081';
const LP_LKSM_KUSD = '0x0000000000000000000200000000830000000081';
const Token = '0x0000000000000000000000000000000000000800';
const StateRent = '0x0000000000000000000000000000000000000801';
const Oracle = '0x0000000000000000000000000000000000000802';
const Schedule = '0x0000000000000000000000000000000000000803';
const DEX = '0x0000000000000000000000000000000000000804';
module.exports = {
ACA,
AUSD,
DOT,
LDOT,
RENBTC,
CASH,
KAR,
KUSD,
KSM,
LKSM,
BNC,
VSKSM,
LP_ACA_AUSD,
LP_DOT_AUSD,
LP_LDOT_AUSD,
LP_RENBTC_AUSD,
LP_KAR_KUSD,
LP_KSM_KUSD,
LP_LKSM_KUSD,
Token,
StateRent,
Oracle,
Schedule,
DEX,
}