Skip to content

Commit c069526

Browse files
committed
Fixed ABI
1 parent e576fdd commit c069526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/app-developers/contracts/system-contracts.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ import {
9090
} from '@eth-optimism/contracts-ts'
9191

9292
// Note that the address is keyed by chain ID!
93-
console.log(l2OutputOracleAddresses[10], abi)
93+
console.log(l2OutputOracleAddresses[10], l2OutputOracleProxyABI)
9494
```
9595
### Interacting with the Contract
9696
You can then feed this address and ABI into your favorite web3 library to interact with the contract.

0 commit comments

Comments
 (0)