{ "chain_id": 123420000697, "network_name": "YOURNETWORK_TESTNET", "network_display_name": "Your new Network Rollup", "logo_url": "string", "network_group": "EVM_OPTIMISM_EIP1559", "is_testnet": true, "canonical_bridge_address": "0xc06bf9a5f3cdc4d2386013a1e8217b605b69d2b2", "gas_price_oracle": "0x420000000000000000000000000000000000000F", "native_asset_symbol": "ETH", "native_asset_decimals": 18, "public_rpc": "https://rpc.serious-guide-model.t.raas.gelato.cloud", "private_rpc": "https://rpc.serious-guide-model.t.raas.gelato.cloud", "address_lookup_explorer_template": "https://serious-guide-model.cloud.blockscout.com/address/{0}", "tx_lookup_explorer_template": "https://serious-guide-model.cloud.blockscout.com/tx/{0}" }
{ "deployment_id": "535f97cd-88b6-49d2-9ed1-5b9b5673bffe", "status": "Accepted" }
Follow the instructions below to learn how to autonomously deploy a trust-minimized bridge on any rollup/chain
curl --request POST \ --url https://deploy.train.tech/api/v0.2/deployment \ --header 'Content-Type: application/json' \ --header 'X-TRAIN-APIKEY: <api-key>' \ --data '{ "chain_id": 45646545646, "network_name": "YourNetwork_TESTNET", "network_display_name": "Your Network Testnet", "logo_url": "<url to logo>", "network_group": "EVM_OPTIMISM_EIP1559", "is_testnet": true, "canonical_bridge_address": "0x1200000000000000000000000000000000000000", "gas_price_oracle": "0x420000000000000000000000000000000000000F", "native_asset_symbol": "ETH", "native_asset_decimals": 18, "public_rpc": "https://ethereum.publicnode.com", "private_rpc": "https://ethereum.publicnode.com", "address_lookup_explorer_template": "https://etherscan.io/address/{0}", "tx_lookup_explorer_template": "https://etherscan.io/tx/{0}" }'
curl --request GET \ --url https://deploy.train.tech/api/v0.2/deployment/{deploymentId} \ --header 'X-TRAIN-APIKEY: <api-key>'
Completed