- Add multi-chain configuration with devnet, testnet, and mainnet RPC URLs - Add chain selector dropdown in explorer UI for network switching - Add chain_id parameter to all API endpoints (chain/head, blocks, transactions, search) - Add /api/chains endpoint to list supported blockchain networks - Update blockchain explorer port from 3001 to 8016 - Update devnet RPC port from 8080 to 8026 - Add GPU reviews table
24 lines
440 B
JSON
Executable File
24 lines
440 B
JSON
Executable File
{
|
|
"accounts": [
|
|
{
|
|
"address": "ait1faucet000000000000000000000000000000000",
|
|
"balance": 1000000000,
|
|
"nonce": 0
|
|
}
|
|
],
|
|
"authorities": [
|
|
{
|
|
"address": "ait1devproposer000000000000000000000000000000",
|
|
"weight": 1
|
|
}
|
|
],
|
|
"chain_id": "ait-devnet",
|
|
"params": {
|
|
"base_fee": 10,
|
|
"coordinator_ratio": 0.05,
|
|
"fee_per_byte": 1,
|
|
"mint_per_unit": 1000
|
|
},
|
|
"timestamp": 1772895053
|
|
}
|