Supported Chains
Supported list of blockchains and networks
blockchain (string)
chain (string)
Last updated
Supported list of blockchains and networks
Last updated
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",
},
});