From 8fd3ebff01550e6840e7d9c7035c6b852bb6e733 Mon Sep 17 00:00:00 2001 From: chainide-agent-bob Date: Wed, 2 Apr 2025 19:15:56 +0800 Subject: [PATCH 1/2] feat(glossary): add wrapped token definition --- public/content/glossary/index.md | 2 ++ src/intl/en/glossary.json | 2 ++ 2 files changed, 4 insertions(+) diff --git a/public/content/glossary/index.md b/public/content/glossary/index.md index 5a97cf5151c..a13e06b5e06 100644 --- a/public/content/glossary/index.md +++ b/public/content/glossary/index.md @@ -474,6 +474,8 @@ lang: en + + ## Z {#section-z} diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index 90ae44a9515..02f73f46941 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -391,6 +391,8 @@ "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. More on web3.", "wei-term": "Wei", "wei-definition": "The smallest denomination of ether. 1018 wei = 1 ether.", + "wrapped-token-term": "Wrapped token", + "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 ERC-20 token standard. The original asset is securely locked by a smart contract, 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.", "zero-address-term": "Zero address", "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.", "zk-proof-term": "Zero-knowledge proof", From c606c5dc7302754ba529f6e49714e654dbddd871 Mon Sep 17 00:00:00 2001 From: Corwin Smith Date: Tue, 15 Apr 2025 22:56:10 -0600 Subject: [PATCH 2/2] Update src/intl/en/glossary.json --- src/intl/en/glossary.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intl/en/glossary.json b/src/intl/en/glossary.json index 02f73f46941..96544f106e5 100644 --- a/src/intl/en/glossary.json +++ b/src/intl/en/glossary.json @@ -392,7 +392,7 @@ "wei-term": "Wei", "wei-definition": "The smallest denomination of ether. 1018 wei = 1 ether.", "wrapped-token-term": "Wrapped token", - "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 ERC-20 token standard. The original asset is securely locked by a smart contract, 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.", + "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 ERC-20 token standard. The original asset is securely locked by a smart contract, 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.", "zero-address-term": "Zero address", "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.", "zk-proof-term": "Zero-knowledge proof",