diff --git a/.env b/.env new file mode 100644 index 0000000..f756f39 --- /dev/null +++ b/.env @@ -0,0 +1,2 @@ +VUE_APP_WALLET_INFURAID='e7743d46923911fa8850619b7a7f6d9d' +VUE_APP_CHAIN_ID=97 diff --git a/.env.development b/.env.development new file mode 100644 index 0000000..7a4fc53 --- /dev/null +++ b/.env.development @@ -0,0 +1,3 @@ +VUE_APP_WALLET_INFURAID='e7743d46923911fa8850619b7a7f6d9d' +VUE_APP_CHAIN_ID=97 +VUE_APP_CHAIN_RPC='https://data-seed-prebsc-1-s1.binance.org:8545/' diff --git a/.env.production b/.env.production new file mode 100644 index 0000000..7a4fc53 --- /dev/null +++ b/.env.production @@ -0,0 +1,3 @@ +VUE_APP_WALLET_INFURAID='e7743d46923911fa8850619b7a7f6d9d' +VUE_APP_CHAIN_ID=97 +VUE_APP_CHAIN_RPC='https://data-seed-prebsc-1-s1.binance.org:8545/' diff --git a/src/components/market/ItemDetail.vue b/src/components/market/ItemDetail.vue index 6122ae2..975b0d9 100644 --- a/src/components/market/ItemDetail.vue +++ b/src/components/market/ItemDetail.vue @@ -153,8 +153,8 @@ export default class extends Vue { }