|
@@ -754,7 +754,7 @@ const transfer = async (obj) => {
|
|
// sending 0.5 DAI tokens with 18 decimals on BSC testnet
|
|
// sending 0.5 DAI tokens with 18 decimals on BSC testnet
|
|
var options;
|
|
var options;
|
|
if (opts.contractAddress) { //如果存在就是代币
|
|
if (opts.contractAddress) { //如果存在就是代币
|
|
-
|
|
|
|
|
|
+
|
|
if (opts.contractAddress == SHIB_ADDRESS) {
|
|
if (opts.contractAddress == SHIB_ADDRESS) {
|
|
//提币金额必须大于 20000 ,手续费 10000
|
|
//提币金额必须大于 20000 ,手续费 10000
|
|
if (parseInt(opts.amount) >= SHIB_AMOUNT_LIMIT) {
|
|
if (parseInt(opts.amount) >= SHIB_AMOUNT_LIMIT) {
|