feat: add market stats endpoint, wallet integration, and browser wallet link - Update devnet genesis timestamp to 1767000206 - Add market statistics endpoint with 24h volume, price change, and payment counts - Add wallet balance and info API endpoints in exchange router - Remove unused SessionDep dependencies from exchange endpoints - Integrate real AITBC wallet extension connection in trade-exchange UI - Add market data fetching with API fallback for price and volume display - Add cache-busting query
24 lines
440 B
JSON
24 lines
440 B
JSON
{
|
|
"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": 1767000206
|
|
}
|