Minor fix for Windows Build and add Sepolia Testnet #32
@ -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: {
|
||||||
|
Loading…
Reference in New Issue
Block a user