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

Adding SKY, USDS, and sUSDS tokens from Sky Ecosystem (fka MakerDAO) #1366

Merged
merged 2 commits into from
Sep 20, 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
21 changes: 21 additions & 0 deletions contract-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -2507,6 +2507,27 @@
"symbol": "DAI",
"decimals": 18
},
"0xdC035D45d973E3EC169d2276DDab16f1e407384F": {
"name": "Sky Dollar",
"logo": "usds-logo.svg",
"erc20": true,
"symbol": "USDS",
"decimals": 18
},
"0x56072C95FAA701256059aa122697B133aDEd9279": {
"name": "Sky Ecosystem",
"logo": "sky-logo.svg",
"erc20": true,
"symbol": "SKY",
"decimals": 18
},
"0xa3931d71877C0E7a3148CB7Eb4463524FEc27fbD": {
"name": "Savings USDS",
"logo": "susds-logo.svg",
"erc20": true,
"symbol": "sUSDS",
"decimals": 18
},
"0xC477D038d5420C6A9e0b031712f61c5120090de9": {
"name": "Boson Token",
"logo": "boson.svg",
Expand Down
122 changes: 122 additions & 0 deletions images/sky-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions images/susds-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 26 additions & 0 deletions images/usds-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading