diff --git a/.env.development b/.env.development index d037843..af4b9bb 100644 --- a/.env.development +++ b/.env.development @@ -1,9 +1,9 @@ VUE_APP_WALLET_INFURAID='e7743d46923911fa8850619b7a7f6d9d' VUE_APP_BASE_API='https://market-test.kingsome.cn' -VUE_APP_CHAIN_ID=322 -VUE_APP_CHAIN_RPC='https://rpc-testnet.kcc.network' -VUE_APP_CHAIN_NAME='KCC-TESTNET' -VUE_APP_CHAIN_EXPLORERURL='https://scan-testnet.kcc.network +VUE_APP_CHAIN_ID=1338 +VUE_APP_CHAIN_RPC='http://192.168.100.22:8545' +VUE_APP_CHAIN_NAME='22' +VUE_APP_CHAIN_EXPLORERURL='' VUE_APP_CHAIN_CURRENCY_NAME='name' -VUE_APP_CHAIN_CURRENCY_SYMBOL='KCS' +VUE_APP_CHAIN_CURRENCY_SYMBOL='BEC' VUE_APP_CHAIN_CURRENCY_DECIMALS=18 diff --git a/package.json b/package.json index 726644e..64265ca 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,8 @@ "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint", - "deploy": "ztools png ./dist && rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://cebg.games" + "deploy": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://cebg.games", + "deploy:test": "rm -f ./dist/.DS_Store && aws s3 sync ./dist s3://test.cebg.games" }, "dependencies": { "@walletconnect/web3-provider": "^1.7.1", diff --git a/public/index.html b/public/index.html index 8506238..209073f 100644 --- a/public/index.html +++ b/public/index.html @@ -7,15 +7,14 @@