Minor fix for Windows Build and add Sepolia Testnet #32

Closed
tornadocontrib wants to merge 7 commits from tornadocontrib:light-2 into development
Showing only changes of commit 785019b923 - Show all commits

@ -6,6 +6,7 @@
</header> </header>
<b-tabs v-model="withdrawType" :animated="false" class="is-modal"> <b-tabs v-model="withdrawType" :animated="false" class="is-modal">
<RelayerTab /> <RelayerTab />
<WalletTab />
</b-tabs> </b-tabs>
</div> </div>
</template> </template>
@ -13,11 +14,12 @@
/* eslint-disable no-console */ /* eslint-disable no-console */
import { mapState, mapMutations } from 'vuex' import { mapState, mapMutations } from 'vuex'
import { RelayerTab } from '@/components/settings/tabs' import { RelayerTab, WalletTab } from '@/components/settings/tabs'
export default { export default {
components: { components: {
RelayerTab RelayerTab,
WalletTab
}, },
props: { props: {
currency: { currency: {