const GluwaJS = require('@gluwa/gluwa-js');
APIKey: '{Your production API Key}',
APISecret: '{Your production API Secret}',
WebhookSecret: '{Your production Webhhok Secret}',
MasterEthereumAddress: '{Your Ethereum Address for production}',
MasterEthereumPrivateKey: '{Your Ethereum Private Key for production}',
APIKey: '{Your sandbox API Key}',
APISecret: '{Your sandbox API Secret}',
WebhookSecret: '{Your sandbox Webhhok Secret}',
MasterEthereumAddress: '{Your Ethereum Address for sandbox}',
MasterEthereumPrivateKey: '{Your Ethereum Private Key for sandbox}',
const Gluwa = new GluwaJS(GluwaConfig.production);