Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate new tokens predeployed contract #169

Merged
merged 1 commit into from
Jan 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 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,8 @@ 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";
export const FA_PINK: "0x000000000000000000050000000000000000000d";
12 changes: 12 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,11 @@ 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';
const FA_PINK = '0x000000000000000000050000000000000000000d';

module.exports = {
ACA,
Expand All @@ -30,6 +36,7 @@ module.exports = {
LP_LCDOT_AUSD,
LP_LCDOT_DOT,
SA_DOT,
SA_TUSD,
LCDOT_13,
FA_GLMR,
FA_PARA,
Expand All @@ -40,4 +47,9 @@ module.exports = {
FA_WETH,
FA_EQ,
FA_EQD,
FA_PHA,
FA_UNQ,
FA_CRU,
FA_USDT,
FA_PINK,
}
6 changes: 6 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,8 @@ 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;
address constant FA_PINK = 0x000000000000000000050000000000000000000d;
24 changes: 24 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,25 @@
{
"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"
},
{
"symbol": "FA_PINK",
"address": "0x000000000000000000050000000000000000000d"
}
]
Loading
Loading