From c06952630952ef7aad1ab753929daaff6c0ee9d5 Mon Sep 17 00:00:00 2001 From: Charlie Date: Sat, 19 Oct 2024 15:52:13 +0300 Subject: [PATCH] Fixed ABI --- pages/builders/app-developers/contracts/system-contracts.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/builders/app-developers/contracts/system-contracts.mdx b/pages/builders/app-developers/contracts/system-contracts.mdx index 2e01eebe1..1b08374d7 100644 --- a/pages/builders/app-developers/contracts/system-contracts.mdx +++ b/pages/builders/app-developers/contracts/system-contracts.mdx @@ -90,7 +90,7 @@ import { } from '@eth-optimism/contracts-ts' // Note that the address is keyed by chain ID! -console.log(l2OutputOracleAddresses[10], abi) +console.log(l2OutputOracleAddresses[10], l2OutputOracleProxyABI) ``` ### Interacting with the Contract You can then feed this address and ABI into your favorite web3 library to interact with the contract.