I hereby claim:
- I am shasikaud on github.
- I am shasikaud (https://keybase.io/shasikaud) on keybase.
- I have a public key ASBsEqtuVG8VQ5wc4jREWy7i-b6jCeKf0tmoqP0W1yGu4go
To claim this, I am signing this object:
| import { useWalletClient } from "wagmi"; | |
| import { StoryClient, StoryConfig } from "@story-protocol/core-sdk"; | |
| const { data: wallet } = useWalletClient(); | |
| const config: StoryConfig = { | |
| wallet: wallet, | |
| transport: custom(wallet!.transport), | |
| chainId: "aeneid", | |
| }; |
I hereby claim:
To claim this, I am signing this object:
| INFURA_URL=<your_url> | |
| ETHERSCAN_API_KEY=<your_api_key> |