onWithdraw()"/>
+ @click="onWithdraw"/>
diff --git a/src/components/NativeWrap.vue b/src/components/NativeWrap.vue
index aeb2045..0e70af8 100644
--- a/src/components/NativeWrap.vue
+++ b/src/components/NativeWrap.vue
@@ -33,7 +33,7 @@ import {FixedNumber} from "ethers";
const s = useStore()
const props = defineProps(['modelValue', 'vault', 'maxAmount'])
const emit = defineEmits(['update:modelValue'])
-const balanceFloat = computed(() => Number(props.maxAmount)/1e18)
+const balanceFloat = computed(() => Number(props.maxAmount)/1e18) // todo configurable native decimals
const floatAmount = ref(0)
function wrapNative() {
diff --git a/src/components/NeedsSigner.vue b/src/components/NeedsSigner.vue
index b640354..6343ef6 100644
--- a/src/components/NeedsSigner.vue
+++ b/src/components/NeedsSigner.vue
@@ -23,7 +23,7 @@
- Please connect your wallet to the Arbitrum-Sepolia test network to continue.
+ Please connect your wallet to the Arbitrum One network to continue.
@@ -39,7 +39,7 @@