approvals; vault creation by backend

This commit is contained in:
tim
2025-01-16 20:16:31 -04:00
parent 65c4e08e84
commit 2f5a626e5c
8 changed files with 59 additions and 32 deletions

View File

@@ -176,5 +176,3 @@ export function countryForIP(ipAddress) {
}
}
const ip = '64.178.217.35'
console.log(`ip: ${ip}`, countryForIP(ip))