diff --git a/env.d.ts b/env.d.ts index d687c0a..7d16d80 100644 --- a/env.d.ts +++ b/env.d.ts @@ -2,3 +2,12 @@ declare const MAIN_WINDOW_VITE_DEV_SERVER_URL: string | undefined; declare const MAIN_WINDOW_VITE_NAME: string | undefined; + +interface ImportMetaEnv { + readonly VITE_APP_API: string + readonly VITE_NODE_NETWORK?: 'mainnet' | 'testnet' +} + +interface ImportMeta { + readonly env: ImportMetaEnv +} diff --git a/packages/neptune-native/neptune-native.darwin-arm64.node b/packages/neptune-native/neptune-native.darwin-arm64.node new file mode 100755 index 0000000..f561130 Binary files /dev/null and b/packages/neptune-native/neptune-native.darwin-arm64.node differ