Skip to content

Commit

Permalink
refactor(config): list $ALK on Ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdesalle committed Mar 29, 2022
1 parent 4dbd90a commit 9f570ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/config/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ const TOKENS: TokenMap = {
],
[ETHEREUM_MAINNET_ID]: [
{ address: "0x3301Ee63Fb29F863f2333Bd4466acb46CD8323E6", decimals: 18, iconUrl: "", id: "AKITA", label: "AKITA" },
{ address: "0x6C16119B20fa52600230F074b349dA3cb861a7e3", decimals: 18, iconUrl: "", id: "ALK", label: "ALK" },
{ address: "0xa117000000f279D81A1D3cc75430fAA017FA5A2e", decimals: 18, iconUrl: "", id: "ANT", label: "ANT" },
{ address: "0xba100000625a3754423978a60c9317c58a424e3D", decimals: 18, iconUrl: "", id: "BAL", label: "BAL" },
{ address: "0x24A6A37576377F63f194Caa5F518a60f45b42921", decimals: 18, iconUrl: "", id: "BANK", label: "BANK" },
Expand Down Expand Up @@ -207,6 +208,7 @@ const TOKENS: TokenMap = {
};

const CUSTOM_TOKEN_ICONS: string[] = [
"ALK",
"BTP",
"BUSD",
"CBL",
Expand Down

0 comments on commit 9f570ef

Please sign in to comment.