|
@@ -32,8 +32,7 @@ const props = defineProps({
|
|
|
const emit = defineEmits(['update:address']);
|
|
|
const address = ref("");
|
|
|
const getAddress = async () =>{
|
|
|
- // const addr = await getWalletAddress();
|
|
|
- let addr = '0x01Ce8d3Ae9240B029E0868f811dfF77a4F5320f2';
|
|
|
+ const addr = await getWalletAddress();
|
|
|
if (addr) {
|
|
|
console.log(addr);
|
|
|
emit('update:address', addr);
|