Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(website): update contract addresses for Eldfell L3 #14276

Merged
merged 2 commits into from
Jul 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/website/domain/chain/grimsvotn/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const GRIMSVOTN_CONFIG = {
name: "TaikoL1",
address: {
proxy: "0x4e7c942D51d977459108bA497FDc71ae0Fc54a00",
impl: "0x26Dc222448e28567af82CB6D6DEeeDe337102B2a",
impl: "0xe212f20F518eBA52260B61986c0A538aD6cC23bB",
},
},
tokenVault: {
Expand Down Expand Up @@ -66,7 +66,7 @@ export const GRIMSVOTN_CONFIG = {
name: "ProverPool",
address: {
proxy: "0xC9580414A4372BDdBd8e19e01854DC0B2b1390Cf",
impl: "0x6863FC6F074184648F654cE08D8f2Bc83BB96417",
impl: "0xfCDea5b71a86A9B641584DcE477C835BAcAa7028",
},
},
plonkVerifier: {
Expand Down
38 changes: 18 additions & 20 deletions packages/website/pages/docs/reference/contract-addresses.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ import { ContractAddressTable } from "components/ContractAddressTable";

**Based contracts** refer to contracts deployed on the base layer and **rollup contracts** refer to contracts deployed on the rollup. Learn more about inception layers [here](/docs/concepts/inception-layers)!

{/* Sepolia L1 contracts */}

## Sepolia L1

Sepolia L1 is used as a **base layer**.
Expand Down Expand Up @@ -47,15 +45,15 @@ Sepolia L1 is used as a **base layer**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -89,15 +87,15 @@ Sepolia L1 is used as a **base layer**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -146,15 +144,15 @@ Grimsvotn L2 is used as a **base layer** and a **rollup**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -188,15 +186,15 @@ Grimsvotn L2 is used as a **base layer** and a **rollup**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -231,15 +229,15 @@ Grimsvotn L2 is used as a **base layer** and a **rollup**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -273,15 +271,15 @@ Grimsvotn L2 is used as a **base layer** and a **rollup**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -315,15 +313,15 @@ Grimsvotn L2 is used as a **base layer** and a **rollup**.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -368,15 +366,15 @@ None.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down Expand Up @@ -410,15 +408,15 @@ None.
<td>
{proxyAddress ? (
<a href={contractAddressToLink(baseUrl, proxyAddress)}>
{`${blockExplorerName} ↗`}
{`${proxyAddress}`}
</a>
) : (
"None"
)}
</td>
<td>
<a href={contractAddressToLink(baseUrl, implementationAddress)}>
{`${blockExplorerName} ↗`}
{`${implementationAddress}`}
</a>
</td>
</tr>
Expand Down