We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e576fdd commit c069526Copy full SHA for c069526
pages/builders/app-developers/contracts/system-contracts.mdx
@@ -90,7 +90,7 @@ import {
90
} from '@eth-optimism/contracts-ts'
91
92
// Note that the address is keyed by chain ID!
93
-console.log(l2OutputOracleAddresses[10], abi)
+console.log(l2OutputOracleAddresses[10], l2OutputOracleProxyABI)
94
```
95
### Interacting with the Contract
96
You can then feed this address and ABI into your favorite web3 library to interact with the contract.
0 commit comments