CONTRACT_ADDRESSES_NEXERA

An object containing contract addresses of Nexera Core.

Key

11155111 (Ethereum Sepolia ChainID):
- WRAPPER: Address of the WRAPPER contract.
- ODC: Address of the ODC contract.
- ExternalERC20PM: Address of the ExternalERC20PM contract.
- ERC20FractionType: Address of the ERC20FractionType contract.

Example

import { CONTRACT_ADDRESSES_NEXERA } from "@nexeraprotocol/cts-tokenizer-sdk";

// Example: Get the address of the Wrapper contract on the specified chain
const wrapperAddress = CONTRACT_ADDRESSES_NEXERA[11155111].WRAPPER;
console.log("Wrapper contract address on chain 11155111:", wrapperAddress);