Skip to content

Commit fba9632

Browse files
authored
Merge pull request #15252 from chainide-agent-bob/feat/add-wrapped-token-glossary
feat(glossary): add wrapped token definition [FIXES #14734]
2 parents a0fa702 + c606c5d commit fba9632

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

public/content/glossary/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,8 @@ lang: en
474474

475475
<GlossaryDefinition term="wei" />
476476

477+
<GlossaryDefinition term="wrapped-token" />
478+
477479
<Divider />
478480

479481
## Z {#section-z}

src/intl/en/glossary.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@
391391
"web3-definition": "Web3 is the new internet with blockchain, where users control their data and transactions, not companies. No need to share any personal information. <a href=\"/web3/\">More on web3</a>.",
392392
"wei-term": "Wei",
393393
"wei-definition": "The smallest denomination of ether. 10<sup>18</sup> wei = 1 ether.",
394+
"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, <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.",
394396
"zero-address-term": "Zero address",
395397
"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.",
396398
"zk-proof-term": "Zero-knowledge proof",

0 commit comments

Comments
 (0)