Token Availability
Token availability across different networks in Azoth SDK
Last updated
Token availability across different networks in Azoth SDK
Last updated
import { AzothSDK } from '@azothpay/sdk';
// Using the latest version (default)
const azoth = AzothSDK.create(provider, 'polygon', 'USDT');
// Specifying a particular version
const azothV1 = AzothSDK.create(provider, 'polygon', 'USDT', '1');