Basic Setup
⚠️
This current version only supports USDT on Arbitrum for payment.
⚠️
TronLink wallet does not support Arbitrum. Please do not add it to your configuration.
So you need to setup your configuration only with Arbitrum first.
import { arbitrum } from 'wagmi/chains';
const config = createConfig({
connectors: [...connectors, KryptogoConnector],
chains: [arbitrum],
client({ chain }) {
return createClient({ chain, transport: http() });
},
});
Next, you can integrate your payment with KryptogoKit provided hooks.
Last updated on