7 |
You are logged in!
8 | {walletAddress ? (
9 |
10 | Your first wallet address is: {walletAddress}
11 |
12 | ) : (
13 |
No wallet found.
14 | )}
15 |
16 | );
--------------------------------------------------------------------------------
/examples/embedded-wallets/privy-sak-react-native/ios/.xcode.env:
--------------------------------------------------------------------------------
1 | # This `.xcode.env` file is versioned and is used to source the environment
2 | # used when running script phases inside Xcode.
3 | # To customize your local environment, you can create an `.xcode.env.local`
4 | # file that is not versioned.
5 |
6 | # NODE_BINARY variable contains the PATH to the node executable.
7 | #
8 | # Customize the NODE_BINARY variable here.
9 | # For example, to use nvm with brew, add the following line
10 | # . "$(brew --prefix nvm)/nvm.sh" --no-use
11 | export NODE_BINARY=$(command -v node)
12 |
--------------------------------------------------------------------------------
/packages/plugin-misc/src/ottersec/constants/index.ts:
--------------------------------------------------------------------------------
1 | export const OTTER_SEC_PROGRAM_ID: string =
2 | "verifycLy8mB96wd9wqq3WDXQwM4oU6r42Th37Db9fC";
3 |
4 | export const OSEC_ENDPOINT_URI: string = "https://verify.osec.io";
5 |
6 | export const OSEC_ROUTER: Record