Skip to content

Commit

Permalink
fix: links and hex
Browse files Browse the repository at this point in the history
  • Loading branch information
brancoder committed Apr 25, 2024
1 parent 75f0ef3 commit e811436
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/assets/modals/nova/output/main-header.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"links": [
{
"label": "Read more",
"href": "https://wiki.iota.org/learn/protocols/iota2.0/core-concepts/data-structures/#transactions",
"href": "https://wiki.iota.org/introduction/stardust/explanations/what_is_stardust/rethink_utxo",
"isExternal": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion client/src/assets/modals/nova/search/main-header.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "Search Criteria",
"description": "<p>All hex searches work with and without 0x prefix.<br />The following formats are supported:</p><ol><li><b>Blocks</b> 74 Hex characters</li><li><b>Block using Transaction Id</b> 74 Hex characters</li><li><b>Account Id</b> 66 Hex characters</li><li><b>Nft Id</b> 66 Hex characters</li><li><b>Anchor Id</b> 66 Hex characters</li><li><b>Delegation Id</b> 66 Hex characters</li><li><b>Foundry Id</b> 78 Hex characters and first byte is 08</li><li><b>Outputs</b> 78 Hex characters</li><li><b>Addresses</b> Bech32 Format</li><li><b>SlotIndex</b> a unique index number</li><li><b>Slot Commitment ID</b> the identifier of the slot this block commits to.</li><li><b>Epoch</b> a unique index number</li><li><b>Token Id</b> 76 Hex characters</li></ol>"
"description": "<p>All hex searches work with and without 0x prefix.<br />The following formats are supported:</p><ol><li><b>Blocks</b> 74 Hex characters</li><li><b>Block using Transaction Id</b> 74 Hex characters</li><li><b>Account Id</b> 66 Hex characters</li><li><b>Nft Id</b> 66 Hex characters</li><li><b>Anchor Id</b> 66 Hex characters</li><li><b>Delegation Id</b> 66 Hex characters</li><li><b>Foundry Id</b> 78 Hex characters</li><li><b>Outputs</b> 78 Hex characters</li><li><b>Addresses</b> Bech32 Format</li><li><b>SlotIndex</b> a unique index number</li><li><b>Slot Commitment ID</b> the identifier of the slot this block commits to.</li><li><b>Epoch</b> a unique index number</li><li><b>Token Id</b> 78 Hex characters</li></ol>"
}

0 comments on commit e811436

Please sign in to comment.