diff --git a/lychee.toml b/lychee.toml
index a06dcaeb3..c892e078e 100644
--- a/lychee.toml
+++ b/lychee.toml
@@ -41,6 +41,8 @@ exclude = [
'https://sepolia.base.org',
'https://optimism.easscan.org',
'https://defillama.com/chain/Optimism/',
+ 'https://docs.optimism.io/*',
+ 'https://github.com/ethereum-optimism/*',
'\.(pdf|zip|png|jpg|jpeg|gif|svg|json)$'
]
diff --git a/pages/_meta.json b/pages/_meta.json
index d04ae8af4..40c73c737 100644
--- a/pages/_meta.json
+++ b/pages/_meta.json
@@ -37,10 +37,16 @@
}
},
+ "mpc": {
+ "title": "Metal Pay Connect Onramp",
+ "type": "page",
+ "href": "https://www.metalpay.com/metal-pay-connect?utm_source=mtl_docs",
+ "newWindow": true
+ },
"faucet": {
"title": "Superchain faucet",
"type": "page",
- "href": "https://console.optimism.io/faucet?utm_source=docs",
+ "href": "https://console.optimism.io/faucet?utm_source=mtl_docs",
"newWindow": true
},
"bridge": {
diff --git a/pages/builders.mdx b/pages/builders.mdx
index a9ac7f647..fae74dd4d 100644
--- a/pages/builders.mdx
+++ b/pages/builders.mdx
@@ -11,9 +11,9 @@ import { Card, Cards } from 'nextra/components'
Welcome to the Builders section. Here you'll find resources and guides for developers, operators, and other stakeholders involved in building on Metal L2. Explore the categories below to find the information you need.
-
+
diff --git a/pages/builders/_meta.json b/pages/builders/_meta.json
index de19146c7..1ab39b8cf 100644
--- a/pages/builders/_meta.json
+++ b/pages/builders/_meta.json
@@ -1,5 +1,4 @@
{
- "notices": "Notices (README)",
"app-developers": "App developers",
"node-operators": "Node operators",
"tools": "Developer tools"
diff --git a/pages/builders/metal-pay-connect.mdx b/pages/builders/metal-pay-connect.mdx
new file mode 100644
index 000000000..53f879cfc
--- /dev/null
+++ b/pages/builders/metal-pay-connect.mdx
@@ -0,0 +1,24 @@
+---
+title: Metal Pay Connect
+description: Links to Metal Pay Connect documentation and resources.
+lang: en-US
+---
+
+import { Card, Cards } from 'nextra/components'
+import Image from 'next/image'
+
+# Metal Pay Connect
+
+
+
+Metal Pay Connect is a fully customizable plug & play cryptocurrency fiat onramp, built to your specifications and connected directly to The Digital Banking Network.
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/builders/notices.mdx b/pages/builders/notices.mdx
deleted file mode 100644
index 945f7dec5..000000000
--- a/pages/builders/notices.mdx
+++ /dev/null
@@ -1,14 +0,0 @@
----
-title: Notices
-description: Documentation covering changes in the Metal L2 ecosystem.
-lang: en-US
----
-
-import { Card, Cards } from 'nextra/components'
-
-# Notices
-
-
-
-
-
diff --git a/pages/builders/notices/_meta.json b/pages/builders/notices/_meta.json
deleted file mode 100644
index 29f14116e..000000000
--- a/pages/builders/notices/_meta.json
+++ /dev/null
@@ -1,3 +0,0 @@
-{
- "pectra-changes": "Preparing for Pectra Changes"
-}
diff --git a/pages/builders/notices/pectra-changes.mdx b/pages/builders/notices/pectra-changes.mdx
deleted file mode 100644
index c497f3d7a..000000000
--- a/pages/builders/notices/pectra-changes.mdx
+++ /dev/null
@@ -1,61 +0,0 @@
----
-title: Preparing for Pectra Changes
-lang: en-US
-description: Learn how to prepare for Pectra changes.
----
-
-import { Steps, Callout } from 'nextra/components'
-
-# Preparing for Pectra changes
-
-This page outlines breaking changes related to the Ethereum Pectra (Prague-Electra) hard fork for node operators of Metal L2.
-If you experience difficulty at any stage of this process, please reach out to your contact at Metallicus.
-
-
- Current schedule based on the last Ethereum ACDC on Jan 23rd 2025. These dates are subject to change based on how `devnet-6` goes. Ethereum L1 clients are expected to have a release out by Feb 3rd.
- * The Pectra upgrade for Holesky L1 proposed activation is on **Wed, Feb 12 at 09:32:48 UTC (`1739352768`)**.
- * The Pectra upgrade for Sepolia L1 proposed activation is on **Wed, Feb 19 at 15:48:48 UTC (`1739980128`)**.
- * The Pectra upgrade for Ethereum L1 will be activated in **March**.
-
-
-## What's included in Pectra?
-
-Pectra contains a variety of EIPs, some of which apply to the OP Stack; others do not. The following EIPs are included in Pectra as outlined in the [Pectra Devnet 5 notes](https://notes.ethereum.org/@ethpandaops/pectra-devnet-5):
-
-* [EIP-2537: Precompile for BLS12-381 curve operations](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-2537.md)
-* [EIP-2935: Save historical block hashes in state](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-2935.md)
-* [EIP-6110: Supply validator deposits on chain](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-6110.md)
-* [EIP-7002: Execution layer triggerable withdrawals](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7002.md)
-* [EIP-7251: Increase the MAX\_EFFECTIVE\_BALANCE](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7251.md)
-* [EIP-7549: Move committee index outside Attestation](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7549.md)
-* [EIP-7623: Increase calldata cost](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7623.md)
-* [EIP-7685: General purpose execution layer requests](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7685.md)
-* [EIP-7691: Blob throughput increase](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7691.md)
-* [EIP-7702: Set EOA account code](https://github.com/ethereum/EIPs/blob/d96625a4dcbbe2572fa006f062bd02b4582eefd5/EIPS/eip-7702.md)
-* [EIP-7840: Add blob schedule to EL config files](https://github.com/ethereum/EIPs/pull/9129)
-
-
-## For node operators
-
-Node operators will need to upgrade to the respective releases before the activation dates.
-
-These following steps are necessary for every node operator:
-
-
- ### Update to the latest release
-
-
- The software is currently being tested and we expect the releases to be cut by the end of this week (Jan 27th to 31st).
-
-
- * `op-node` at `vTBD`
- * `op-geth` at `vTBD`
-
- ### Verify Your Configuration
-
- Make the following checks to verify that your node is properly configured.
-
- * `op-node` and `op-geth` will log their configurations at startup
- * Check that the Pectra time is set to `activation-timestamp` in the op-node startup logs
- * Check that the Pectra time is set to `activation-timestamp` in the op-geth startup logs
-
diff --git a/pages/builders/tools/build/account-abstraction.mdx b/pages/builders/tools/build/account-abstraction.mdx
index a03fcba54..3c1d0f0e7 100644
--- a/pages/builders/tools/build/account-abstraction.mdx
+++ b/pages/builders/tools/build/account-abstraction.mdx
@@ -20,13 +20,13 @@ import { Callout } from 'nextra/components'
* [Biconomy](https://docs.biconomy.io/): is an Account Abstraction toolkit that enables you to provide the simplest UX for your app or wallet. It offers modular smart accounts, as well as paymasters and bundlers as a service for sponsoring gas and executing transactions at scale. See this [tutorial](/chain/biconomy) for trying Biconomy on the Metal L2 Testnet.
* [thirdweb](https://portal.thirdweb.com/connect/account-abstraction/overview?utm_source=metal\&utm_medium=docs) offers a complete platform to leverage account abstraction.
Remove the clunky user experience of requiring gas & signatures for every onchain action.
- * Abstract away gas
- * Pre-audited account factory contracts
- * Built-in infra
- * Sponsorship policies
+ * Abstract away gas
+ * Pre-audited account factory contracts
+ * Built-in infra
+ * Sponsorship policies
### Get Started
- 1. Sign up for a [free thirdweb account](https://thirdweb.com/team?utm_source=metal\&utm_medium=docs)
- 2. Visit [Account Abstraction Documentation](https://portal.thirdweb.com/connect/account-abstraction/how-it-works?utm_source=metal\&utm_medium=docs) and [Account Abstraction Playground](https://playground.thirdweb.com/connect/account-abstraction/connect?utm_source=metal\&utm_medium=docs)
+ 1. Sign up for a [free thirdweb account](https://thirdweb.com/team?utm_source=metal\&utm_medium=docs)
+ 2. Visit [Account Abstraction Documentation](https://portal.thirdweb.com/connect/account-abstraction/how-it-works?utm_source=metal\&utm_medium=docs) and [Account Abstraction Playground](https://playground.thirdweb.com/connect/account-abstraction/connect?utm_source=metal\&utm_medium=docs)
## Helpful tips
diff --git a/pages/builders/tools/build/faucets.mdx b/pages/builders/tools/build/faucets.mdx
index 360d4facf..f6874790b 100644
--- a/pages/builders/tools/build/faucets.mdx
+++ b/pages/builders/tools/build/faucets.mdx
@@ -29,17 +29,17 @@ The Superchain Faucet is a great place to start if you're looking for testnet ET
## Additional faucets
-| Faucet Name | Supported Networks |
-| ------------------------------------------------------------------------------------------ | --------------------------------------- |
-| [Alchemy Faucet](https://sepoliafaucet.com) | Sepolia |
-| [Infura Faucet](https://www.infura.io/faucet/sepolia) | Sepolia |
-| [QuickNode Faucet](https://faucet.quicknode.com/optimism/) | Sepolia, Metal L2 Testnet |
-| [Farcaster Frame Faucet by LearnWeb3](https://warpcast.com/haardikkk/0x28f4237d) | Sepolia, Metal L2 Testnet |
-| [LearnWeb3 Web App Faucet](https://learnweb3.io/faucets) | Sepolia, Metal L2 Testnet |
-| [Native USDC Faucet](https://faucet.circle.com/) | Sepolia, Metal L2 Testnet |
-| [Ethereum Ecosystem Faucets](https://www.ethereum-ecosystem.com/faucets) | Sepolia, Metal L2 Testnet, Base Sepolia |
+| Faucet Name | Supported Networks |
+| --------------------------------------------------------------------------------------------------- | --------------------------------------- |
+| [Alchemy Faucet](https://sepoliafaucet.com) | Sepolia |
+| [Infura Faucet](https://www.infura.io/faucet/sepolia) | Sepolia |
+| [QuickNode Faucet](https://faucet.quicknode.com/optimism/) | Sepolia, Metal L2 Testnet |
+| [Farcaster Frame Faucet by LearnWeb3](https://warpcast.com/haardikkk/0x28f4237d) | Sepolia, Metal L2 Testnet |
+| [LearnWeb3 Web App Faucet](https://learnweb3.io/faucets) | Sepolia, Metal L2 Testnet |
+| [Native USDC Faucet](https://faucet.circle.com/) | Sepolia, Metal L2 Testnet |
+| [Ethereum Ecosystem Faucets](https://www.ethereum-ecosystem.com/faucets) | Sepolia, Metal L2 Testnet, Base Sepolia |
| [thirdweb Metal L2 Faucet](https://thirdweb.com/metal-l2-testnet?utm_source=metal\&utm_medium=docs) | Metal L2 Testnet |
-| [thirdweb Sepolia Faucet](https://thirdweb.com/sepolia?utm_source=metal\&utm_medium=docs) | Sepolia |
+| [thirdweb Sepolia Faucet](https://thirdweb.com/sepolia?utm_source=metal\&utm_medium=docs) | Sepolia |
## Bridge from Sepolia
diff --git a/pages/builders/tools/monitor/analytics-tools.mdx b/pages/builders/tools/monitor/analytics-tools.mdx
index 654ace82e..d23087d04 100644
--- a/pages/builders/tools/monitor/analytics-tools.mdx
+++ b/pages/builders/tools/monitor/analytics-tools.mdx
@@ -23,17 +23,19 @@ The following guide lists platforms you can use to gather analytics and setup cu
[thirdweb](https://thirdweb.com/metal-l2?utm_source=metal\&utm_medium=docs) insight is a powerful indexer for onchain data compatible with any EVM, letting you index, query and transform blockchain data.
With insight you get:
-* Raw blockchain transaction & events APIs to get any data quickly & reliably
-* Custom API schemas (”blueprints”) for flexible data pipelining
-* Shareable blueprints for fast transactions
+
+* Raw blockchain transaction & events APIs to get any data quickly & reliably
+* Custom API schemas ("blueprints") for flexible data pipelining
+* Shareable blueprints for fast transactions
Start building with [thirdweb Insight](https://portal.thirdweb.com/insight?utm_source=metal\&utm_medium=docs)
thirdweb Insight can be used to:
-* Fetch all assets & metadata (ERC20, ERC721, ERC115) for a given wallet address.
-* Fetch all sales of skins on your in-game marketplace
-* Fetch daily active wallets for your application or game
-And so much more
+
+* Fetch all assets & metadata (ERC20, ERC721, ERC115) for a given wallet address.
+* Fetch all sales of skins on your in-game marketplace
+* Fetch daily active wallets for your application or game
+ And so much more
## Tenderly
@@ -65,6 +67,7 @@ Here are some of our favorite dashboards so far:
Here are some additional tools and resources for Metal L2 analytics and development:
{/* * DeFi Stats: [Metal L2's DeFiLlama Page](https://defillama.com/chain/Optimism/) */}
+
* L2 Usage and Comparison: [growthepie](https://www.growthepie.xyz/)
* OP Analytics (Incentive Tracking, Helper Functions, Public Analysis): [OP Analytics on GitHub](https://github.com/ethereum-optimism/op-analytics)
* Contribute to NumbaNERDs: [Issues on GitHub](https://github.com/ethereum-optimism/op-analytics/issues)
diff --git a/public/img/builders/metalpayconnect.png b/public/img/builders/metalpayconnect.png
new file mode 100644
index 000000000..c7cb41fcd
Binary files /dev/null and b/public/img/builders/metalpayconnect.png differ
diff --git a/words.txt b/words.txt
index 30a264cff..5de4d7921 100644
--- a/words.txt
+++ b/words.txt
@@ -2,7 +2,6 @@ ACCOUNTQUEUE
accountqueue
ACCOUNTSLOTS
accountslots
-ACDC
ADDI
ADDIU
ADDU
@@ -80,7 +79,6 @@ discv
DIVU
Drippie
Eigen
-EIPs
ENABLEDEPRECATEDPERSONAL
enabledeprecatedpersonal
enginekind
@@ -128,7 +126,6 @@ historicalrpc
HISTORICALRPCTIMEOUT
historicalrpctimeout
HOLESKY
-Holesky
holesky
IGNOREPRICE
ignoreprice
@@ -165,6 +162,7 @@ memprofilerate
Merkle
merkle
metall
+metalpayconnect
MFHI
MFLO
Mgas
@@ -217,8 +215,6 @@ opnode's
Pausability
pausable
pcscdpath
-Pectra
-Pectra's
Peerstore
peerstore
peerstores
@@ -271,7 +267,6 @@ rpckind
RPCPREFIX
rpcprefix
RPGF
-runbooks
RWAs
safedb
Schnorr
@@ -311,7 +306,6 @@ thirdweb
threadcreate
tility
timeseries
-triggerable
trustlessly
trustrpc
txfeecap