Skip to content

Commit d74468b

Browse files
dghelmknikolaeffjuve4everHolybasilzzq0826
authored
Update site for 8/29 (#79)
* Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment * fix: apply new logo (#66) * Rebranding (#69) * Update: 8/23/23 (#65) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> * fix: apply new logo (#67) * update press link and change zero-knowledge to zero knowledge --------- Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> Co-authored-by: Holybasil <[email protected]> * Prod to develop fixing icons to resolve PRs to different branches (#72) * Update: 8/23/23 (#65) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> * fix: apply new logo (#67) * fix: Apple touch icon 256x256 (#68) * Update prod for rebrand. (#71) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment * fix: apply new logo (#66) * Rebranding (#69) * Update: 8/23/23 (#65) * Removed trailing slashes in the urls (#63) Fix: faucet link broken because of the double slash * Fix: What's next link on ERC721 bridge page when you're on ERC721 NFT Bridge page and scrolling down to whats next you see ERC1155 Token Bridge tap, when you click on it. it doesn't take you to ERC1155 Token Bridge page. it will reload the same page. so i fixed by editing the whats next line. * Update: Add Bware Faucet (#64) * add bware faucet * fix dangling html close comment --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> * fix: apply new logo (#67) * update press link and change zero-knowledge to zero knowledge --------- Co-authored-by: Daniel Helm <[email protected]> Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> Co-authored-by: Holybasil <[email protected]> --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> Co-authored-by: Holybasil <[email protected]> Co-authored-by: zzq0826 <[email protected]> --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> Co-authored-by: Holybasil <[email protected]> Co-authored-by: zzq0826 <[email protected]> * Update blocks.mdx (#76) * Update erc721-nft-bridge.mdx (#78) * Update helper.tsx (#75) --------- Co-authored-by: Kirill Nikolaev <[email protected]> Co-authored-by: monem <[email protected]> Co-authored-by: Holybasil <[email protected]> Co-authored-by: zzq0826 <[email protected]> Co-authored-by: Péter Garamvölgyi <[email protected]> Co-authored-by: diposs <[email protected]>
1 parent 6c1a33e commit d74468b

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

src/components/Footer/helper.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const TwitterIcon: React.FC<React.SVGProps<SVGSVGElement>> = (props) => (
2424
export const aboutList = [
2525
{
2626
name: "Join Us",
27-
href: "https://scroll.io/join-us",
27+
href: "https://jobs.lever.co/ScrollFoundation",
2828
},
2929
{
3030
name: "Health Status",

src/content/docs/en/developers/l1-and-l2-bridging/erc721-nft-bridge.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The `L2ERC721Gateway` contract is used to send tokens from L2 to L1. Before brid
6565

6666
<Aside type="caution" title="">
6767
**Make sure the transaction won't revert on L1** while sending from L2. There is no way to recover the NFT bridged if
68-
you're transaction reverts on L1. All assets are burnt on L2 when the transaction is sent, and it's impossible to mint
68+
your transaction reverts on L1. All assets are burnt on L2 when the transaction is sent, and it's impossible to mint
6969
them again.
7070
</Aside>
7171

src/content/docs/en/technology/chain/blocks.mdx

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,24 @@ The block header in Scroll mirrors the structure of Ethereum's. However, certain
1616
| Field | Description |
1717
| ------------------- | ------------------------------------------------------------------ |
1818
| `parentHash` | The hash of the parent block. |
19-
| `uncleHash` | Always 0. |
20-
| `coinbase` | Pre-deployed fee vault contract address `0x5300000000000000000000000000000000000005`. |
19+
| `uncleHash` | Always `keccak256(rlp([]))`. |
20+
| `coinbase` | Fees are collected to the pre-deployed fee vault contract address `0x5300000000000000000000000000000000000005`. In most cases, the RPC return field `"miner"` is the zero-address `0x0000000000000000000000000000000000000000`. |
2121
| `stateRoot` | The root hash of the state trie. It is the Poseidon |
22-
| `transactionsRoot ` | The hash of the transaction trie. |
23-
| `receiptsRoot ` | The hash of the transaction receipts trie. |
24-
| `logsBloom` | The data structure containing event logs |
25-
| `difficulty` | Always 0. |
22+
| `transactionsRoot ` | The root hash of the transaction trie. |
23+
| `receiptsRoot ` | The root hash of the transaction receipts trie. |
24+
| `logsBloom` | The data structure containing event logs. |
25+
| `difficulty` | Always 1 or 2. |
2626
| `number` | The block number. |
2727
| `gasLimit` | The maximum gas allowed in the block. |
2828
| `gasUsed` | The gas used in the block. |
2929
| `timestamp` | The block time. |
30-
| `extraData` | Arbitrary additional data. |
30+
| `extraData` | Signature by the block's signer, followd by arbitrary additional data. |
3131
| `mixHash` | Always 0. |
3232
| `nonce` | Always 0. |
3333
| `baseFee` | Currently empty in Scroll because we haven't enabled the EIP-1559. |
3434

3535
## Block Time
3636

3737
Block time refers to the interval between two consecutive blocks. In Scroll, the block time is set at 3s. A reduced block time elevates the user experience and augments the Scroll chain's scalability.
38+
39+
The 3 second block time is maintained on a best effort basis, it is not guaranteed or enforced by the protocol.

0 commit comments

Comments
 (0)