optimism-v2
optimism-v2 copied to clipboard
ARCHIVE of monorepo implementing Boba, an L2 Compute solution built on Optimistic Ethereum - active repo is at https://github.com/bobanetwork/boba
https://github.com/bobanetwork/boba/issues
At first sight it looks like we could easily merge both contracts or at least one extending the other. `CrossDomainEnabledFast` `CrossDomainEnabled` Definitely low prio, but optimizations like that reduce boilerplate/duplicated...
`NOTE: Once you have your L2StandardERC721 address, please contact us so we can register that address in the L1 and L2 NFT bridges.` Gas on Boba is cheap, why not...
the desired functionality is to (1) generate the token list, (2) THEN, lookup the prices (edited)
 I found some issues on the gateway and added some improvement suggestions. And also good job on improving/fixing some issues on the gateway in the last couple of days,...
  Rough design ideas for the Boba ecosystem page. "Pill" components allow user to filter between "type" of DApp i.e Wallet, DeFi, NFT etc. concept inspired by Arbitrum's portal,...
**Gateway** 1. Add a "Copy address" & "Blockexplorer" button next to the Network switcher on the top right corner  2. You could make a clearer distinction...
Thought I would just drop this here. When bridging ETH to Boba (Rinkeby in this case) then the transaction would fail when trying to transfer the full amount. What I've...
1/ We seem to have lost the pending status for transactions? 2/ We have lost the listing, and "remove" functionality for the NFT smart contract addresses. This in important so...
I'm connecting a app through Metamask and it subscribes events including `disconnect`. When I switch from any network to boba testnet or boba mainnet, a disconnect event is fired. While...