Skip to content

Commit 7854a8c

Browse files
authored
Merge branch 'staging' into dev
2 parents 9e035cb + 4248d78 commit 7854a8c

File tree

5 files changed

+5
-6
lines changed

5 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereum-org-website",
3-
"version": "7.22.3",
3+
"version": "7.23.0",
44
"description": "Website of ethereum.org",
55
"main": "index.js",
66
"repository": "[email protected]:ethereum/ethereum-org-website.git",

src/content/nft/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Here's how an internet of NFTs compared to the internet most of us use today loo
3030

3131
| An NFT internet | The internet today |
3232
| ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------ |
33-
| You own your assets! Only you can sell or swap them. | You rent an asset from some organization and it can be taken away from you. |
33+
| You own your assets! Only you can sell or swap them. | You rent an asset from some organization and it can be taken away from you. |
3434
| NFTs are digitally unique, no two NFTs are the same. | A copy of an entity often cannot be distinguished from the original. |
3535
| Ownership of an NFT is stored on the blockchain for anyone to verify. | Ownership records of digital items are stored on servers controlled by institutions – you must take their word for it. |
3636
| NFTs are smart contracts on Ethereum. This means they can easily be used in other smart contracts and apps on Ethereum! | Companies with digital items usually require their own "walled garden" infrastructure. |
@@ -66,7 +66,6 @@ This website also has an alternative domain name powered by NFTs, **ethereum.eth
6666

6767
<Divider />
6868

69-
7069
## How do NFTs work? {#how-nfts-work}
7170

7271
NFTs, like any digital items on the Ethereum blockchain, are created through a special Ethereum based computer program called a "smart contract." These contracts follow certain rules, like the ERC-721 or ERC-1155 standards, which determine what the contract can do.

src/data/crowdin/combined-translators.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62153,4 +62153,4 @@
6215362153
}
6215462154
]
6215562155
}
62156-
]
62156+
]

src/data/crowdin/file-ids.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,4 +1183,4 @@
11831183
"id": 7304,
11841184
"path": "/developers/tutorials/short-abi/index.md"
11851185
}
1186-
]
1186+
]

src/data/crowdin/translation-buckets-dirs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@
111111
"id": 7833,
112112
"name": "28) Developer Tutorials IV"
113113
}
114-
]
114+
]

0 commit comments

Comments
 (0)