We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c99ea3a commit a9e3732Copy full SHA for a9e3732
web/src/hooks/useTransactionBatcher.tsx
@@ -44,6 +44,8 @@ export const useBatchWrite = createUseWriteContract({
44
45
const batcherAddress = {
46
421614: "0xe8061d185D865ce2B2FbCfDa628b5F147d8eB8Ab",
47
+ 42161: "0xE8f028aAc4d4B6A07E62c2C2f7B8818876a0CF2F",
48
+ 100: "0x5ACD2B61ad3d25fa3422f29B0636C69c70f6588f",
49
};
50
51
export type TransactionBatcherConfig = SimulateContractParameters[];
0 commit comments