jpycDeployments
このコンテンツはまだ日本語訳がありません。
constjpycDeployments:{ readonly [chainId in SupportedChainId]: JpycDeployment }
Defined in: src/tokens/jpyc.ts:78
JPYC deployments keyed by chain.
JPYC v2 uses the same address (JPYC_V2_ADDRESS) on every chain where it
is live. isLive is the separate “is JPYC actually deployed here yet?” axis.
All eight supported chains are live at this address: the four mainnets
(Polygon, Kaia, Avalanche, Ethereum) + Amoy + Kairos + Avalanche Fuji +
Sepolia. Kaia/Kairos/Avalanche/Fuji/Sepolia were confirmed by a read-only
on-chain check (name() == "JPY Coin", symbol() == "JPYC" at 0xE7C3…,
2026-05-31); Polygon/Amoy/Ethereum are established. isLive: false + the
JpycNotAvailableError path remain for any future chain added before
its JPYC deployment lands.