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 metadata for DefiDollar tokens DUSD & DFD #144

Open
wants to merge 3 commits into
base: master
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
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
@@ -1,7 +1,27 @@
{
"name": "DefiDollar DAO",
"symbol": "DFD",
"address": "0x20c36f062a31865bED8a5B1e512D9a1A20AA333A",
"decimals": 18,
"dharmaVerificationStatus": "UNVERIFIED"
}
"name": "DefiDollar DAO",
"symbol": "DFD",
"address": "0x20c36f062a31865bED8a5B1e512D9a1A20AA333A",
"decimals": 18,
"dharmaVerificationStatus": "UNVERIFIED",
"description": "DFD is DefiDollar's governance token using which holders will be able to participate in protocol governance and it will also act as a backstop of last resort to mitigate large peg deviations for $DUSD.",
"socialLinks": [
{
"type": "twitter",
"value": "https://twitter.com/defidollar"
},
{
"type": "website",
"value": "https://dusd.finance"
},
{
"type": "discord",
"value": "https://discord.gg/RN8NabumHZ"
},
{
"type": "telegram",
"value": "https://t.me/defidollar_community"
}
],
"tags": ["defi", "daos"]
}
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
@@ -1,7 +1,27 @@
{
"name": "DefiDollar",
"symbol": "DUSD",
"address": "0x5BC25f649fc4e26069dDF4cF4010F9f706c23831",
"decimals": 18,
"dharmaVerificationStatus": "VERIFIED"
}
"name": "DefiDollar",
"symbol": "DUSD",
"address": "0x5BC25f649fc4e26069dDF4cF4010F9f706c23831",
"decimals": 18,
"dharmaVerificationStatus": "VERIFIED",
"description": "DefiDollar ($DUSD) aspires to be a risk-insured stablecoin layer for DeFi. It aims to provide a safe and stable way for users to hold their assets. $DUSD is a stablecoin optimized for peg safety, yield, and diversification.",
"socialLinks": [
{
"type": "twitter",
"value": "https://twitter.com/defidollar"
},
{
"type": "website",
"value": "https://dusd.finance"
},
{
"type": "discord",
"value": "https://discord.gg/RN8NabumHZ"
},
{
"type": "telegram",
"value": "https://t.me/defidollar_community"
}
],
"tags": ["defi", "stablecoin"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@
"type": "discord",
"value": "https://discord.gg/TnXjkR5"
},
{
"type": "github",
"value": "https://github.com/oceanprotocol"
},
{
"type": "telegram",
"value": "https://t.me/OceanProtocol_Community"
Expand Down