コンテンツにスキップ

settlementDeployments

このコンテンツはまだ日本語訳がありません。

const settlementDeployments: { readonly [chainId in SupportedChainId]: SettlementDeployment }

Defined in: src/settlement/deployments.ts:53

Settlement deployments keyed by chain.

The address is the same everywhere (SETTLEMENT_V1_ADDRESS); isLive is the separate “is it actually deployed here yet?” axis. Only Polygon Amoy is live. Every other entry records where the contract WILL be, and getSettlementAddress refuses it until then — sending tokens at an address with no code would not fail loudly, so the table has to.