- class PrivateConfig {}
- // 币安的配置,需要开通提币权限并绑定所在服务器的IP
- PrivateConfig.binanceAPIKey = ''
- PrivateConfig.binanceSecretKey = ''
- // 币安的BSC充值地址
- PrivateConfig.exchangeAddress = ''
- // 你的钱包地址
- PrivateConfig.address = ''
- // 你的钱包私钥
- PrivateConfig.privateKey = ''
- module.exports = PrivateConfig
|