Supported Chains

Supported list of blockchains and networks

The following blockchain networks listed below are supported. You can use this table as a reference to build an on chain issuer configuration.

blockchain (string)chain (string)

evm

eth or mainnet

evm

polygon

evm

optimism

evm

bsc

evm

bsc testnet

evm

avalanche

evm

fantom

evm

sepolia

evm

arbitrum

evm

cronos

solana

mainnet

solana

devnet

flow

mainnet

ultra

mainnet

ultra

testnet

Example usage:

const negotiator = new Client({
	type: "active",
	issuers: [{
		onChain: true,
		blockchain: "evm",
		chain: "eth",
		collectionID: "expansion-punks",
		contract: "0x0d0167a823c6619d430b1a96ad85b888bcf97c37"
	}],
	uiOptions: {
		openingHeading: "Connect your NFT to access custom content and more.",
		issuerHeading: "Get discount with token",
		repeatAction: "try again",
		theme: "light",
		position: "bottom-right",
	},
});

Do you have a network that you need us to support? Please reach out to us on discord or via sayhi@smarttokenlabs.com

Last updated