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

update tokens #182

Merged
merged 1 commit into from
Dec 9, 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
8 changes: 8 additions & 0 deletions contracts/utils/AcalaTokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ export const LP_ACA_AUSD: "0x0000000000000000000200000000000000000001";
export const LP_LDOT_AUSD: "0x0000000000000000000200000000010000000003";
export const LP_LCDOT_AUSD: "0x000000000000000000020000000001020000000D";
export const LP_LCDOT_DOT: "0x000000000000000000020000000002020000000d";
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_AUSD_INTR: "0x0000000000000000000200000000010300000004";
export const SA_DOT: "0x0000000000000000000300000000000000000000";
export const SA_TUSD: "0x0000000000000000000300000000000000000001";
export const LCDOT_13: "0x000000000000000000040000000000000000000d";
Expand All @@ -26,3 +31,6 @@ export const FA_CRU: "0x000000000000000000050000000000000000000b";
export const FA_USDT: "0x000000000000000000050000000000000000000c";
export const FA_PINK: "0x000000000000000000050000000000000000000d";
export const FA_USDC: "0x000000000000000000050000000000000000000E";
export const FA_CFG: "0x000000000000000000050000000000000000000f";
export const FA_PDEX: "0x0000000000000000000500000000000000000010";
export const FA_HDX: "0x0000000000000000000500000000000000000011";
16 changes: 16 additions & 0 deletions contracts/utils/AcalaTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ const LP_ACA_AUSD = '0x0000000000000000000200000000000000000001';
const LP_LDOT_AUSD = '0x0000000000000000000200000000010000000003';
const LP_LCDOT_AUSD = '0x000000000000000000020000000001020000000D';
const LP_LCDOT_DOT = '0x000000000000000000020000000002020000000d';
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_AUSD_INTR = '0x0000000000000000000200000000010300000004';
const SA_DOT = '0x0000000000000000000300000000000000000000';
const SA_TUSD = '0x0000000000000000000300000000000000000001';
const LCDOT_13 = '0x000000000000000000040000000000000000000d';
Expand All @@ -26,6 +31,9 @@ const FA_CRU = '0x000000000000000000050000000000000000000b';
const FA_USDT = '0x000000000000000000050000000000000000000c';
const FA_PINK = '0x000000000000000000050000000000000000000d';
const FA_USDC = '0x000000000000000000050000000000000000000E';
const FA_CFG = '0x000000000000000000050000000000000000000f';
const FA_PDEX = '0x0000000000000000000500000000000000000010';
const FA_HDX = '0x0000000000000000000500000000000000000011';

module.exports = {
ACA,
Expand All @@ -37,7 +45,12 @@ module.exports = {
LP_LDOT_AUSD,
LP_LCDOT_AUSD,
LP_LCDOT_DOT,
LP_ACA_USDCET,
LP_LDOT_JITOSOL,
LP_ACA_NEMO,
LP_AUSD_IBTC,
LP_AUSD_UNQ,
LP_AUSD_INTR,
SA_DOT,
SA_TUSD,
LCDOT_13,
Expand All @@ -56,4 +69,7 @@ module.exports = {
FA_USDT,
FA_PINK,
FA_USDC,
FA_CFG,
FA_PDEX,
FA_HDX,
}
8 changes: 8 additions & 0 deletions contracts/utils/AcalaTokens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ address constant LP_ACA_AUSD = 0x0000000000000000000200000000000000000001;
address constant LP_LDOT_AUSD = 0x0000000000000000000200000000010000000003;
address constant LP_LCDOT_AUSD = 0x000000000000000000020000000001020000000D;
address constant LP_LCDOT_DOT = 0x000000000000000000020000000002020000000d;
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_AUSD_INTR = 0x0000000000000000000200000000010300000004;
address constant SA_DOT = 0x0000000000000000000300000000000000000000;
address constant SA_TUSD = 0x0000000000000000000300000000000000000001;
address constant LCDOT_13 = 0x000000000000000000040000000000000000000d;
Expand All @@ -30,3 +35,6 @@ address constant FA_CRU = 0x000000000000000000050000000000000000000b;
address constant FA_USDT = 0x000000000000000000050000000000000000000c;
address constant FA_PINK = 0x000000000000000000050000000000000000000d;
address constant FA_USDC = 0x000000000000000000050000000000000000000E;
address constant FA_CFG = 0x000000000000000000050000000000000000000f;
address constant FA_PDEX = 0x0000000000000000000500000000000000000010;
address constant FA_HDX = 0x0000000000000000000500000000000000000011;
1 change: 1 addition & 0 deletions contracts/utils/KaruraTokens.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ export const FA_TUR: "0x0000000000000000000500000000000000000010";
export const FA_PCHU: "0x0000000000000000000500000000000000000011";
export const FA_SDN: "0x0000000000000000000500000000000000000012";
export const FA_LT: "0x0000000000000000000500000000000000000013";
export const FA_LIT: "0x0000000000000000000500000000000000000014";
2 changes: 2 additions & 0 deletions contracts/utils/KaruraTokens.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const FA_TUR = '0x0000000000000000000500000000000000000010';
const FA_PCHU = '0x0000000000000000000500000000000000000011';
const FA_SDN = '0x0000000000000000000500000000000000000012';
const FA_LT = '0x0000000000000000000500000000000000000013';
const FA_LIT = '0x0000000000000000000500000000000000000014';

module.exports = {
KAR,
Expand Down Expand Up @@ -100,4 +101,5 @@ module.exports = {
FA_PCHU,
FA_SDN,
FA_LT,
FA_LIT,
}
1 change: 1 addition & 0 deletions contracts/utils/KaruraTokens.sol
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ address constant FA_TUR = 0x0000000000000000000500000000000000000010;
address constant FA_PCHU = 0x0000000000000000000500000000000000000011;
address constant FA_SDN = 0x0000000000000000000500000000000000000012;
address constant FA_LT = 0x0000000000000000000500000000000000000013;
address constant FA_LIT = 0x0000000000000000000500000000000000000014;
32 changes: 32 additions & 0 deletions resources/acala_tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,30 @@
"symbol": "LP_LCDOT_DOT",
"address": "0x000000000000000000020000000002020000000d"
},
{
"symbol": "LP_ACA_USDCET",
"address": "0x0000000000000000000200000000000107df96d1"
},
{
"symbol": "LP_LDOT_JITOSOL",
"address": "0x00000000000000000002000000000301a7fb0045"
},
{
"symbol": "LP_ACA_NEMO",
"address": "0x00000000000000000002000000000001fa904c86"
},
{
"symbol": "LP_AUSD_IBTC",
"address": "0x0000000000000000000200000000010300000003"
},
{
"symbol": "LP_AUSD_UNQ",
"address": "0x000000000000000000020000000001030000000a"
},
{
"symbol": "LP_AUSD_INTR",
"address": "0x0000000000000000000200000000010300000004"
},
{
"symbol": "SA_DOT",
"address": "0x0000000000000000000300000000000000000000"
Expand Down Expand Up @@ -110,5 +130,17 @@
{
"symbol": "FA_USDC",
"address": "0x000000000000000000050000000000000000000e"
},
{
"symbol": "FA_CFG",
"address": "0x000000000000000000050000000000000000000f"
},
{
"symbol": "FA_PDEX",
"address": "0x0000000000000000000500000000000000000010"
},
{
"symbol": "FA_HDX",
"address": "0x0000000000000000000500000000000000000011"
}
]
45 changes: 45 additions & 0 deletions resources/bytecodes.json

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions resources/karura_tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,9 @@
{
"symbol": "FA_LT",
"address": "0x0000000000000000000500000000000000000013"
},
{
"symbol": "FA_LIT",
"address": "0x0000000000000000000500000000000000000014"
}
]
Loading