Starknet client
Starknet client node used to submit transactions
Client properties
| Prop | Type | Description |
|---|---|---|
| starknet.chain_id | "sepolia" | "mainnet" | Starknet chain identifier |
| starknet.endpoint | string(url) | Starknet node URL |
| starknet.timeout | number | API call timeout |
Example
{
"starknet": {
"chain_id": "sepolia",
"endpoint": "https://starknet-sepolia.public.blastapi.io",
"timeout": 10
}
}Updated 5 months ago