Skip to content

Commit c606c5d

Browse files
authored
Update src/intl/en/glossary.json
1 parent 8fd3ebf commit c606c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/intl/en/glossary.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
"wei-term": "Wei",
393393
"wei-definition": "The smallest denomination of ether. 10<sup>18</sup> wei = 1 ether.",
394394
"wrapped-token-term": "Wrapped token",
395-
"wrapped-token-definition": "A blockchain-based token that represents another cryptocurrency or asset on a different network. For example, Wrapped Ether (WETH) represents Ether (ETH) in a format that complies with Ethereum's <a href=\"/glossary/#erc-20\">ERC-20</a> token standard. The original asset is securely locked by a <a href=\"/glossary/#smart-contract\">smart contract</a>, and an equivalent wrapped token is minted. This mechanism enables interoperability within and between blockchains, allowing assets like ETH to be used seamlessly in decentralized applications while retaining their value.",
395+
"wrapped-token-definition": "A blockchain-based token that represents another cryptocurrency or asset on a different network. For example, <a href=\"/wrapped-eth/#intro-to-weth\">Wrapped Ether (WETH)</a> represents Ether (ETH) in a format that complies with Ethereum's <a href=\"/glossary/#erc-20\">ERC-20</a> token standard. The original asset is securely locked by a <a href=\"/glossary/#smart-contract\">smart contract</a>, and an equivalent wrapped token is minted. This mechanism enables interoperability within and between blockchains, allowing assets like ETH to be used seamlessly in decentralized applications while retaining their value.",
396396
"zero-address-term": "Zero address",
397397
"zero-address-definition": "An Ethereum address, composed entirely of zeros, that is frequently used as an address to remove tokens from owned circulation. A distinction is drawn between tokens formally removed from a smart contract's index via the burn() method and those sent to this address.",
398398
"zk-proof-term": "Zero-knowledge proof",

0 commit comments

Comments
 (0)