Skip to content

Commit

Permalink
add new predeploy token contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 committed Nov 29, 2023
1 parent 93eac72 commit 0076db3
Show file tree
Hide file tree
Showing 7 changed files with 93 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/utils/AcalaTokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export const LP_LDOT_AUSD: "0x0000000000000000000200000000010000000003";
export const LP_LCDOT_AUSD: "0x000000000000000000020000000001020000000D";
export const LP_LCDOT_DOT: "0x000000000000000000020000000002020000000d";
export const SA_DOT: "0x0000000000000000000300000000000000000000";
export const SA_TUSD: "0x0000000000000000000300000000000000000001";
export const LCDOT_13: "0x000000000000000000040000000000000000000d";
export const FA_GLMR: "0x0000000000000000000500000000000000000000";
export const FA_PARA: "0x0000000000000000000500000000000000000001";
Expand All @@ -18,3 +19,7 @@ export const FA_WBTC: "0x0000000000000000000500000000000000000005";
export const FA_WETH: "0x0000000000000000000500000000000000000006";
export const FA_EQ: "0x0000000000000000000500000000000000000007";
export const FA_EQD: "0x0000000000000000000500000000000000000008";
export const FA_PHA: "0x0000000000000000000500000000000000000009";
export const FA_UNQ: "0x000000000000000000050000000000000000000a";
export const FA_CRU: "0x000000000000000000050000000000000000000b";
export const FA_USDT: "0x000000000000000000050000000000000000000c";
10 changes: 10 additions & 0 deletions contracts/utils/AcalaTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const LP_LDOT_AUSD = '0x0000000000000000000200000000010000000003';
const LP_LCDOT_AUSD = '0x000000000000000000020000000001020000000D';
const LP_LCDOT_DOT = '0x000000000000000000020000000002020000000d';
const SA_DOT = '0x0000000000000000000300000000000000000000';
const SA_TUSD = '0x0000000000000000000300000000000000000001';
const LCDOT_13 = '0x000000000000000000040000000000000000000d';
const FA_GLMR = '0x0000000000000000000500000000000000000000';
const FA_PARA = '0x0000000000000000000500000000000000000001';
Expand All @@ -18,6 +19,10 @@ const FA_WBTC = '0x0000000000000000000500000000000000000005';
const FA_WETH = '0x0000000000000000000500000000000000000006';
const FA_EQ = '0x0000000000000000000500000000000000000007';
const FA_EQD = '0x0000000000000000000500000000000000000008';
const FA_PHA = '0x0000000000000000000500000000000000000009';
const FA_UNQ = '0x000000000000000000050000000000000000000a';
const FA_CRU = '0x000000000000000000050000000000000000000b';
const FA_USDT = '0x000000000000000000050000000000000000000c';

module.exports = {
ACA,
Expand All @@ -30,6 +35,7 @@ module.exports = {
LP_LCDOT_AUSD,
LP_LCDOT_DOT,
SA_DOT,
SA_TUSD,
LCDOT_13,
FA_GLMR,
FA_PARA,
Expand All @@ -40,4 +46,8 @@ module.exports = {
FA_WETH,
FA_EQ,
FA_EQD,
FA_PHA,
FA_UNQ,
FA_CRU,
FA_USDT,
}
5 changes: 5 additions & 0 deletions contracts/utils/AcalaTokens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ address constant LP_LDOT_AUSD = 0x0000000000000000000200000000010000000003;
address constant LP_LCDOT_AUSD = 0x000000000000000000020000000001020000000D;
address constant LP_LCDOT_DOT = 0x000000000000000000020000000002020000000d;
address constant SA_DOT = 0x0000000000000000000300000000000000000000;
address constant SA_TUSD = 0x0000000000000000000300000000000000000001;
address constant LCDOT_13 = 0x000000000000000000040000000000000000000d;
address constant FA_GLMR = 0x0000000000000000000500000000000000000000;
address constant FA_PARA = 0x0000000000000000000500000000000000000001;
Expand All @@ -22,3 +23,7 @@ address constant FA_WBTC = 0x0000000000000000000500000000000000000005;
address constant FA_WETH = 0x0000000000000000000500000000000000000006;
address constant FA_EQ = 0x0000000000000000000500000000000000000007;
address constant FA_EQD = 0x0000000000000000000500000000000000000008;
address constant FA_PHA = 0x0000000000000000000500000000000000000009;
address constant FA_UNQ = 0x000000000000000000050000000000000000000a;
address constant FA_CRU = 0x000000000000000000050000000000000000000b;
address constant FA_USDT = 0x000000000000000000050000000000000000000c;
20 changes: 20 additions & 0 deletions resources/acala_tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"symbol": "SA_DOT",
"address": "0x0000000000000000000300000000000000000000"
},
{
"symbol": "SA_TUSD",
"address": "0x0000000000000000000300000000000000000001"
},
{
"symbol": "LCDOT_13",
"address": "0x000000000000000000040000000000000000000d"
Expand Down Expand Up @@ -78,5 +82,21 @@
{
"symbol": "FA_EQD",
"address": "0x0000000000000000000500000000000000000008"
},
{
"symbol": "FA_PHA",
"address": "0x0000000000000000000500000000000000000009"
},
{
"symbol": "FA_UNQ",
"address": "0x000000000000000000050000000000000000000a"
},
{
"symbol": "FA_CRU",
"address": "0x000000000000000000050000000000000000000b"
},
{
"symbol": "FA_USDT",
"address": "0x000000000000000000050000000000000000000c"
}
]
25 changes: 25 additions & 0 deletions resources/bytecodes.json

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions resources/calldata.json

Large diffs are not rendered by default.

25 changes: 25 additions & 0 deletions resources/deployedBytecodes.json

Large diffs are not rendered by default.

0 comments on commit 0076db3

Please sign in to comment.