Skip to content

Commit

Permalink
ASSET-5 Fix the info to pass the test
Browse files Browse the repository at this point in the history
Signed-off-by: jormal <[email protected]>
  • Loading branch information
jormal committed Jan 18, 2024
1 parent d5a9fff commit 1cb286e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/unknown/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"name": "Unknown Asset",
"network": "unknown",
"symbol": "UNKNOWN",
"tags": []
"tags": [
"unknown"
]
}
],
"id": "unknown",
Expand Down
4 changes: 4 additions & 0 deletions enums/tags/asset.contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@
{
"value": "testnet",
"description": "This asset contract is deployed at testnet"
},
{
"value": "unknown",
"description": "This asset contract is deployed at unknown network"
}
]

0 comments on commit 1cb286e

Please sign in to comment.