Configuration Options

Active Mode Configuration Options

The options below are unique to the Active configuration.

When true toggles will appear beside each token within a collection.

hideToggle: boolean

Show a html snippet inside TKN when no tokens are found from a supported collection.

noTokenMsg: html snippet

Example usage:

window.negotiator = new negotiator.Client({
          type: "active",
          issuers: [
            {
              hideToggle: true,
              noTokenMsg:
                "<p>No tokens found. If you have a token please ensure you have connected correct wallet</p>"
              ...specific issuer collection details 
            }
          ]
})

General UI options for Active Mode. These allow for customisation of text used across the user experience flow.

For support and any questions please reach out to us on discordarrow-up-right or via sayhi@smarttokenlabs.com

Last updated