21 lines
404 B
JSON
21 lines
404 B
JSON
{
|
|
"network": {
|
|
"name": "base-mainnet",
|
|
"chain_id": 8453,
|
|
"rpc_urls": [
|
|
"https://mainnet.base.org"
|
|
],
|
|
"explorer_base_url": "https://basescan.org"
|
|
},
|
|
"quote_policy": {
|
|
"default_currency": "USDC",
|
|
"minimum_floor_usd": "5.00",
|
|
"safety_multiplier": "1.5",
|
|
"quote_ttl_seconds": 300
|
|
},
|
|
"allowed_origins": [
|
|
"https://edut.ai",
|
|
"https://edut.dev"
|
|
]
|
|
}
|