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

CHILL token whitelisted #42

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
Binary file added public/images/tokens/CHILL.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ Object {
<p
class="chakra-text css-dv0alm"
>
77
78
Tokens
</p>
<p
Expand All @@ -143,7 +143,7 @@ Object {
<p
class="chakra-text css-dv0alm"
>
77
78
Tokens
</p>
<div
Expand All @@ -157,7 +157,7 @@ Object {
<div
class="ReactVirtualized__Grid__innerScrollContainer"
role="rowgroup"
style="width: auto; height: 4081px; max-width: 400px; max-height: 4081px; overflow: hidden; position: relative;"
style="width: auto; height: 4134px; max-width: 400px; max-height: 4134px; overflow: hidden; position: relative;"
>
<div
class="css-34gjr3"
Expand Down Expand Up @@ -1191,7 +1191,7 @@ Object {
<p
class="chakra-text css-dv0alm"
>
77
78
Tokens
</p>
<p
Expand All @@ -1202,7 +1202,7 @@ Object {
<p
class="chakra-text css-dv0alm"
>
77
78
Tokens
</p>
<div
Expand All @@ -1216,7 +1216,7 @@ Object {
<div
class="ReactVirtualized__Grid__innerScrollContainer"
role="rowgroup"
style="width: auto; height: 4081px; max-width: 400px; max-height: 4081px; overflow: hidden; position: relative;"
style="width: auto; height: 4134px; max-width: 400px; max-height: 4134px; overflow: hidden; position: relative;"
>
<div
class="css-34gjr3"
Expand Down
9 changes: 9 additions & 0 deletions src/constants/tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ export const wBOMB = {
chainId: 250,
};

export const CHILL = {
name: 'ChillPillFTM',
symbol: 'CHILL',
address: '0xe47d957F83F8887063150AaF7187411351643392',
decimals: 18,
chainId: 250,
};

export const tokens: Token[] = [
FTM,
SPIRIT,
Expand Down Expand Up @@ -651,6 +659,7 @@ export const tokens: Token[] = [
FUSDT,
DAI,
CRE8R,
CHILL,
];

// Common tokens lists
Expand Down