Deployment Guide
Introduction
Prerequisite
l1_chain_name: // The name of L1 chain l1_chain_id: // The id of L1 chain l1_rpc: // The rpc of L1 chain l1_native_currency_name: // The name of L1 native currency l1_native_currency_symbol: // The symbol of L1 native currency l1_native_currency_decimals: // The decimals of L1 native currency l1_block_explorer: // The block explorer of L1 chain l2_chain_name: // The name of L2 chain l2_chain_id: // The id of L2 chain l2_rpc: // The rpc of L2 chain l2_native_currency_name: // The name of L2 native currency l2_native_currency_symbol: // The symbol of L2 native currency l2_native_currency_decimals: // The decimals of L2 native currency l2_block_explorer: // The block explorer of L2 chain native_token_l1_address: // The L1 address of the L2 native currency l1_usdc_address: // The address of the L1 USDC l1_usdt_address: // The address of the L1 USDT l2_usdt_address: // The address of the L2 USDT standard_bridge_address: // The address of the l1 standard bridge address_manager_address: // The address of the address manager l1_cross_domain_messenger_address: // The address of the L1 cross domain messenger optimism_portal_address: // The address of the Optimism portal l2_output_oracle_address: // The address of the L2 output oracle l1_usdc_bridge_address: // The address of the L1 USDC bridge dispute_game_factory_address: // The address of the dispute game factory
Deployment
Last updated