This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { privateKeyToAccount } from "viem/accounts"; | |
(async () => { | |
try { | |
const lit = new LitServer(); | |
const userAccount = privateKeyToAccount( | |
`0x${process.env.PRIVATE_KEY}` | |
); | |
const sessionSigs = await lit.generateSessionSigs(userAccount); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { | |
DrawerContentScrollView, | |
DrawerItem, | |
DrawerContentComponentProps, | |
} from "@react-navigation/drawer"; | |
import { View, Linking } from "react-native"; | |
export default function DrawerContent(props: DrawerContentComponentProps) { | |
const handleFeedbackPress = async () => { | |
const email = EMAIL; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"LN1_1": { | |
"04": 0.964, | |
"06": 0.948, | |
"08": 0.909, | |
"12": 0.951, | |
"13": 0.912, | |
"17": 0.916, | |
"18": 0.931, | |
"24": 1, |