-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
510b896
commit e884804
Showing
1 changed file
with
30 additions
and
6 deletions.
There are no files selected for viewing
36 changes: 30 additions & 6 deletions
36
token-metadata/0x967da4048cD07aB37855c090aAF366e4ce1b9F48/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,31 @@ | ||
{ | ||
"name": "Ocean Token", | ||
"symbol": "OCEAN", | ||
"address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48", | ||
"decimals": 18, | ||
"dharmaVerificationStatus": "VERIFIED" | ||
} | ||
"name": "Ocean Token", | ||
"symbol": "OCEAN", | ||
"address": "0x967da4048cD07aB37855c090aAF366e4ce1b9F48", | ||
"decimals": 18, | ||
"dharmaVerificationStatus": "VERIFIED", | ||
"description": "Ocean Protocol is a decentralised data exchange protocol which enables data providers to monetise their private data using compute-to-data technology. Ocean Protocol's datatokens acts as on-ramp and off-ramp for data assets into DeFi.", | ||
"socialLinks": [ | ||
{ | ||
"type": "twitter", | ||
"value": "https://twitter.com/oceanprotocol" | ||
}, | ||
{ | ||
"type": "website", | ||
"value": "https://oceanprotocol.com" | ||
}, | ||
{ | ||
"type": "discord", | ||
"value": "https://discord.gg/TnXjkR5" | ||
}, | ||
{ | ||
"type": "github", | ||
"value": "https://github.com/oceanprotocol" | ||
}, | ||
{ | ||
"type": "telegram", | ||
"value": "https://t.me/OceanProtocol_Community" | ||
} | ||
], | ||
"tags": ["data", "compute", "ai", "dex", "defi"] | ||
} |