Skip to content

Commit

Permalink
update tokens (#184)
Browse files Browse the repository at this point in the history
  • Loading branch information
wangjj9219 authored Jan 16, 2025
1 parent 38f8576 commit 2e73ff7
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 10 deletions.
4 changes: 3 additions & 1 deletion contracts/utils/AcalaTokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const LP_ACA_USDCET: "0x0000000000000000000200000000000107Df96d1";
export const LP_LDOT_JITOSOL: "0x00000000000000000002000000000301A7fB0045";
export const LP_ACA_NEMO: "0x00000000000000000002000000000001fA904c86";
export const LP_AUSD_IBTC: "0x0000000000000000000200000000010300000003";
export const LP_AUSD_UNQ: "0x000000000000000000020000000001030000000a";
export const LP_DOT_UNQ: "0x000000000000000000020000000002030000000a";
export const LP_AUSD_INTR: "0x0000000000000000000200000000010300000004";
export const SA_DOT: "0x0000000000000000000300000000000000000000";
export const SA_TUSD: "0x0000000000000000000300000000000000000001";
Expand All @@ -34,3 +34,5 @@ export const FA_USDC: "0x000000000000000000050000000000000000000E";
export const FA_CFG: "0x000000000000000000050000000000000000000f";
export const FA_PDEX: "0x0000000000000000000500000000000000000010";
export const FA_HDX: "0x0000000000000000000500000000000000000011";
export const FA_LOVA: "0x0000000000000000000500000000000000000012";
export const FA_DAMN: "0x0000000000000000000500000000000000000013";
8 changes: 6 additions & 2 deletions contracts/utils/AcalaTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const LP_ACA_USDCET = '0x0000000000000000000200000000000107Df96d1';
const LP_LDOT_JITOSOL = '0x00000000000000000002000000000301A7fB0045';
const LP_ACA_NEMO = '0x00000000000000000002000000000001fA904c86';
const LP_AUSD_IBTC = '0x0000000000000000000200000000010300000003';
const LP_AUSD_UNQ = '0x000000000000000000020000000001030000000a';
const LP_DOT_UNQ = '0x000000000000000000020000000002030000000a';
const LP_AUSD_INTR = '0x0000000000000000000200000000010300000004';
const SA_DOT = '0x0000000000000000000300000000000000000000';
const SA_TUSD = '0x0000000000000000000300000000000000000001';
Expand All @@ -34,6 +34,8 @@ const FA_USDC = '0x000000000000000000050000000000000000000E';
const FA_CFG = '0x000000000000000000050000000000000000000f';
const FA_PDEX = '0x0000000000000000000500000000000000000010';
const FA_HDX = '0x0000000000000000000500000000000000000011';
const FA_LOVA = '0x0000000000000000000500000000000000000012';
const FA_DAMN = '0x0000000000000000000500000000000000000013';

module.exports = {
ACA,
Expand All @@ -49,7 +51,7 @@ module.exports = {
LP_LDOT_JITOSOL,
LP_ACA_NEMO,
LP_AUSD_IBTC,
LP_AUSD_UNQ,
LP_DOT_UNQ,
LP_AUSD_INTR,
SA_DOT,
SA_TUSD,
Expand All @@ -72,4 +74,6 @@ module.exports = {
FA_CFG,
FA_PDEX,
FA_HDX,
FA_LOVA,
FA_DAMN,
}
4 changes: 3 additions & 1 deletion contracts/utils/AcalaTokens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ address constant LP_ACA_USDCET = 0x0000000000000000000200000000000107Df96d1;
address constant LP_LDOT_JITOSOL = 0x00000000000000000002000000000301A7fB0045;
address constant LP_ACA_NEMO = 0x00000000000000000002000000000001fA904c86;
address constant LP_AUSD_IBTC = 0x0000000000000000000200000000010300000003;
address constant LP_AUSD_UNQ = 0x000000000000000000020000000001030000000a;
address constant LP_DOT_UNQ = 0x000000000000000000020000000002030000000a;
address constant LP_AUSD_INTR = 0x0000000000000000000200000000010300000004;
address constant SA_DOT = 0x0000000000000000000300000000000000000000;
address constant SA_TUSD = 0x0000000000000000000300000000000000000001;
Expand All @@ -38,3 +38,5 @@ address constant FA_USDC = 0x000000000000000000050000000000000000000E;
address constant FA_CFG = 0x000000000000000000050000000000000000000f;
address constant FA_PDEX = 0x0000000000000000000500000000000000000010;
address constant FA_HDX = 0x0000000000000000000500000000000000000011;
address constant FA_LOVA = 0x0000000000000000000500000000000000000012;
address constant FA_DAMN = 0x0000000000000000000500000000000000000013;
12 changes: 10 additions & 2 deletions resources/acala_tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"address": "0x0000000000000000000200000000010300000003"
},
{
"symbol": "LP_AUSD_UNQ",
"address": "0x000000000000000000020000000001030000000a"
"symbol": "LP_DOT_UNQ",
"address": "0x000000000000000000020000000002030000000a"
},
{
"symbol": "LP_AUSD_INTR",
Expand Down Expand Up @@ -142,5 +142,13 @@
{
"symbol": "FA_HDX",
"address": "0x0000000000000000000500000000000000000011"
},
{
"symbol": "FA_LOVA",
"address": "0x0000000000000000000500000000000000000012"
},
{
"symbol": "FA_DAMN",
"address": "0x0000000000000000000500000000000000000013"
}
]
Loading

0 comments on commit 2e73ff7

Please sign in to comment.