repositories
loading repo index
repositories
loading repo index
repository
loading code, commits, and activity
stars
latest
clone command
git clone gitlawb://did:key:z6MkvfHn...poLu/gitcatgit clone gitlawb://did:key:z6MkvfHn.../gitcata815108csync from playground1d ago| import { base } from 'wagmi/chains'; |
| #3 | import { injected } from 'wagmi/connectors'; |
| #4 |
| #5 | export const RECIPIENT = '0x50c116e8cc00874cf2354533b6a88ee0bdf10a0c' as const; |
| #6 |
| #7 | export const USDC_BASE = '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913' as const; |
| #8 |
| #9 | export const config = createConfig({ |
| #10 | chains: [base], |
| #11 | connectors: [injected()], |
| #12 | transports: { |
| #13 | [base.id]: http(), |
| #14 | }, |
| #15 | }); |
| #16 |