Skip to content

Commit 8898d5b

Browse files
authored
Old link change and optimization (#502)
* fix links: report-vulnerability.mdx fix old links * Update info and links: diffs-ethereum-base.mdx Change to up-to-date info and links * Update diffs-ethereum-base.mdx * Update setup-with-base.mdx
1 parent b14b549 commit 8898d5b

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

docs/base-chain/network-information/diffs-ethereum-base.mdx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@ title: "Differences between Ethereum and Base"
33
sidebarTitle: 'Differences: Ethereum & Base'
44
---
55

6-
Base is built on the [Bedrock](https://stack.optimism.io/docs/releases/bedrock/explainer/) release of the [OP Stack](https://stack.optimism.io/), which is designed from the ground up to be as close to Ethereum as possible. Because of this, there are very few differences when it comes to building on Base and Ethereum.
6+
Base is built on the [Bedrock](https://docs.optimism.io/stack/getting-started#the-op-stack-today) release of the [OP Stack](https://docs.optimism.io/), which is designed from the ground up to be as close to Ethereum as possible. Because of this, there are very few differences when it comes to building on Base and Ethereum.
77

88
However, there are still some minor discrepancies between the behavior of Base and Ethereum that you should be aware of when building apps on top of Base.
99

1010
These minor differences include:
1111

1212
- [Flashblocks](https://docs.base.org/base-chain/flashblocks/apps)
13-
- [Opcodes](https://stack.optimism.io/docs/releases/bedrock/differences/#opcode-differences)
14-
- [Blocks](https://stack.optimism.io/docs/releases/bedrock/differences/#blocks)
15-
- [Network specifications](https://stack.optimism.io/docs/releases/bedrock/differences/#network-specifications)
16-
- [Transaction costs](https://stack.optimism.io/docs/releases/bedrock/differences/#transaction-costs)
13+
- [Bridging](https://docs.optimism.io/stack/differences#bridging)
14+
- [Opcodes](https://docs.optimism.io/stack/differences#opcodes)
15+
- [Address aliasing](https://docs.optimism.io/stack/differences#address-aliasing)
16+
- [Transaction costs](https://docs.optimism.io/stack/differences#transaction-fees)
17+
- [Chain Finality](https://docs.optimism.io/stack/differences#chain-finality)

docs/base-chain/security/report-vulnerability.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ The HackerOne platform allows us to have a centralized and single reporting sour
1313
In line with our strategy of being the safest way for users to access crypto:
1414

1515
- Coinbase will be extending our [best-in-industry](https://www.coinbase.com/blog/celebrating-10-years-of-our-bug-bounty-program) million-dollar [HackerOne bug bounty program](https://hackerone.com/coinbase?type=team) to cover the Base network, the Base bridge contracts, and Base infrastructure.
16-
- Coinbase will be working in tandem with OP Labs to harden the security guarantees of Bedrock and accelerate the timeline for decentralized fault-proofs on the [OP Stack](https://stack.optimism.io/).
17-
- Coinbase's bug bounty program will run alongside Optimism's existing [Immunefi Bedrock bounty program](https://immunefi.com/bounty/optimism/) to support the open source [Bedrock](https://stack.optimism.io/docs/releases/bedrock/) OP Stack framework.
16+
- Coinbase will be working in tandem with OP Labs to harden the security guarantees of Bedrock and accelerate the timeline for decentralized fault-proofs on the [OP Stack](https://docs.optimism.io/).
17+
- Coinbase's bug bounty program will run alongside Optimism's existing [Immunefi Bedrock bounty program](https://immunefi.com/bounty/optimism/) to support the open source [Bedrock](https://docs.optimism.io/stack/getting-started) OP Stack framework.
1818

1919
For more information on reporting vulnerabilities and our HackerOne bug bounty program, view our [security program policies](https://hackerone.com/coinbase?view_policy=true).
2020

docs/learn/foundry/setup-with-base.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ In this tutorial, you've embarked on the journey of smart contract development w
142142
[anvil]: https://book.getfoundry.sh/anvil/
143143
[forge]: https://book.getfoundry.sh/forge/
144144
[Git submodules]: https://git-scm.com/book/en/v2/Git-Tools-Submodules
145-
[OP Stack]: https://stack.optimism.io/
145+
[OP Stack]: https://docs.optimism.io/
146146
[Differences between Ethereum and Base]: https://docs.base.org/differences/
147147
[Basescan]: https://basescan.org/
148148

0 commit comments

Comments
 (0)