Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: mihaisc <[email protected]>
  • Loading branch information
mihaisc committed Nov 6, 2020
1 parent 89cc062 commit 3eb87ea
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const listAssets: AssetData[] = listAssetsJson.map((asset) => {
const listAccounts: AccountData[] = listAccountsJson.map((account) => {
return {
address: account.address,
reason: account.did,
reason: account.reason,
date: account.date
} as AccountData
})
Expand Down
8 changes: 7 additions & 1 deletion list-accounts.json
Original file line number Diff line number Diff line change
@@ -1 +1,7 @@
[]
[
{
"address": "0x000",
"date": "2020-10-27T18:29:35Z",
"reason": "stolen data"
}
]
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@oceanprotocol/list-purgatory",
"version": "1.0.0",
"description": "Ocean Protocol's Purgatory list.",
"main": "./list-assets.json",
"main": "./index.ts",
"types": "./index.ts",
"scripts": {
"release": "release-it --non-interactive",
Expand Down

0 comments on commit 3eb87ea

Please sign in to comment.