$Network: {
additionalProperties: false;
properties: {
chainId: {
example: 137;
format: "int64";
readOnly: true;
type: "integer";
};
eurc: {
$ref: "#/components/schemas/ContractAddress";
};
name: {
example: "Polygon";
readOnly: true;
type: "string";
};
rpcUrl: {
example: "https://polygon-rpc.com";
format: "uri";
readOnly: true;
type: "string";
};
type: {
enum: readonly ["mainnet", "testnet"];
readOnly: true;
type: "string";
};
usdc: {
$ref: "#/components/schemas/ContractAddress";
};
};
readOnly: true;
type: "object";
} = ...