Due to the previous testnet being deployed with an alpha version of the software, an upgrade path isn’t available. You must relaunch your testnet node. In this migration, the testnet now uses Celestia’s Data Availability (DA) service via Celestia’s Nitro fork. If you run an external node, please deploy the updated configuration before the migration occurs.
Download Snapshot (Recommended)
Syncing a node from scratch can be extremely time-consuming and resource-intensive. We strongly recommend downloading our latest snapshot:
Copy docker run --rm -it \
-v <some_local_dir>/arbitrum:/home/user/.arbitrum \
-p 0.0.0.0:8547:8547 \
-p 0.0.0.0:8548:8548 \
ghcr.io/celestiaorg/nitro:v2.3.3 \
--parent-chain.connection.url=https://rpc.ankr.com/eth_sepolia/<omitted> \
--chain.id=13505 \
--chain.name=conduit-orbit-deployer \
--http.api=net,web3,eth \
--http.corsdomain="*" \
--http.addr=0.0.0.0 \
--http.vhosts="*" \
--persistent.db-engine="pebble" \
--chain.info-json="[{\"chain-id\":13505,\"parent-chain-id\":11155111,\"chain-name\":\"conduit-orbit-deployer\",\"chain-config\":{\"chainId\":13505,\"homesteadBlock\":0,\"daoForkBlock\":null,\"daoForkSupport\":true,\"eip150Block\":0,\"eip150Hash\":\"0x0000000000000000000000000000000000000000000000000000000000000000\",\"eip155Block\":0,\"eip158Block\":0,\"byzantiumBlock\":0,\"constantinopleBlock\":0,\"petersburgBlock\":0,\"istanbulBlock\":0,\"muirGlacierBlock\":0,\"berlinBlock\":0,\"londonBlock\":0,\"clique\":{\"period\":0,\"epoch\":0},\"arbitrum\":{\"EnableArbOS\":true,\"AllowDebugPrecompiles\":false,\"DataAvailabilityCommittee\":true,\"InitialArbOSVersion\":11,\"InitialChainOwner\":\"0x218a4534C699CE35dc929ff4ca845C05Af9A57a2\",\"GenesisBlockNum\":0}},\"rollup\":{\"bridge\":\"0x946CF7F3238537e51B017369E523425A18996C23\",\"inbox\":\"0xe50eBd835F5f17fdEC0A547c37343F080B664357\",\"sequencer-inbox\":\"0x3eb7334755Fb41dC01400B15C8cC0C64B36E5969\",\"rollup\":\"0xDE145C4Ef9699D130848167d512dD1D09f173066\",\"validator-utils\":\"0xb33Dca7b17c72CFC311D68C543cd4178E0d7ce55\",\"validator-wallet-creator\":\"0x75500812ADC9E51b721BEa31Df322EEc66967DDF\",\"deployed-at\":5979967}}]" \
--node.data-availability.enable \
--node.data-availability.rest-aggregator.enable \
--node.data-availability.rest-aggregator.urls=https://das-gravity-testnet-sepolia-34ow2embsc.t.conduit.xyz \
--execution.forwarding-target=https://rpc-sepolia.gravity.xyz \
--node.feed.input.url=wss://relay-gravity-testnet-sepolia-34ow2embsc.t.conduit.xyz \
--parent-chain.blob-client.beacon-url=https://rpc.ankr.com/premium-http/eth_sepolia_beacon/<omitted>