Skip to content

Commit

Permalink
feat(website): update contract addresses for Eldfell L3 (#14276)
Browse files Browse the repository at this point in the history
  • Loading branch information
2manslkh committed Jul 25, 2023
1 parent d634033 commit fd62ce9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 22 deletions.
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

0 comments on commit fd62ce9

Please sign in to comment.