Arbitrum
An overview of using Arbitrum with Tableland.
Arbitrum is one of the leading EVM-compatible Layer 2 solutions that Tableland currently supports. Check out the overview of what this network is and relevant information when using it, including Arbitrum One vs. Arbitrum Nova.
Overview
Arbitrum One
Arbitrum One is a rollup scaling solution that works by batching transactions from L2 to L1 at various intervals. Off-chain transactions happen much more frequently and allow for very low costs and fast transaction confirmation times. Arbitrum operates a network of EVM-compatible nodes and uses fraud proofs to validate if the off-chain transaction are valid, doing so in a way that inherits Ethereum’s security.
One key difference to note between Arbitrum and Optimism is that Arbitrum uses multi-round fraud proofs and single transaction disputes. This differs from single-round fraud proofs (e.g., Optimism) that execute the entire rollup on Ethereum if a challenge is made.
Arbitrum Nova
Arbitrum Nova enables ultra-low transaction fees through a Data Availability Committee. With games or certain apps, high transaction volume can make things cost prohibitive and diminish the user experience—but Nova helps address these issues. It becomes more scalable to build these types of on-chain experiences, especially, when coupled with a decentralized SQL database like Tableland.
Thus, you can imagine how high volume applications can take advantage of both the speed and associated costs. Nova makes it much cheaper than, say, using Ethereum mainnet or even Arbitrum One, which would be too expensive to build applications with these requirements. Common use cases include gaming and anything with high volume requirements, such as social projects or dapp application data.
Setup & resources
Goerli (testnet)
- Average block time: 2 seconds
- Chain ID: 421613
- Symbol: ETH
- Status Dashboard:
- N/A
- Block Explorer:
- Faucet (use the Ethereum Goerli faucet and then bridge ETH to Arbitrum):
- https://goerlifaucet.com/
- https://faucet.paradigm.xyz/
- https://faucet.chainstack.com/goerli-faucet
- Bridge:
- RPC URL:
- Tableland contract address: 0x033f69e8d119205089Ab15D340F5b797732f646b
- SDK network name: arbitrum-goerli
- Tableland gateway: https://testnets.tableland.network/api/v1
Arbitrum One (mainnet)
- Chain ID: 42161
- Symbol: ETH
- Status Dashboard:
- N/A
- Bridge:
- Block Explorer:
- RPC URL:
- Tableland contract address: 0x9aBd75E8640871A5a20d3B4eE6330a04c962aFfd
- SDK network name: arbitrum
- Tableland gateway: https://tableland.network/api/v1
Arbitrum Nova (mainnet)
- Chain ID: 42170
- Symbol: ETH
- Status Dashboard:
- N/A
- Bridge:
- Block Explorer:
- RPC URL:
- SDK network name: arbitrum-nova
- Tableland gateway: https://tableland.network/api/v1
Getting testnet funds
- Request testnet Ether from a faucet noted above (e.g., here or here).
- Move the ETH from Ethereum to Arbitrum at https://bridge.arbitrum.io/—i.e., select "ETH" (or, as in the screenshot below, other ERC20 tokens that exist on Ethereum Goerli can be bridged).