mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-05-18 08:09:27 +00:00
fix: update comments, tsconfig
This commit is contained in:
parent
5a7b549c37
commit
3e2255dbda
@ -16,7 +16,6 @@ export {
|
|||||||
createViemClientFromWindow
|
createViemClientFromWindow
|
||||||
};
|
};
|
||||||
|
|
||||||
// Export wagmi-generated ABIs
|
|
||||||
export {
|
export {
|
||||||
wakuRlnV2Abi,
|
wakuRlnV2Abi,
|
||||||
linearPriceCalculatorAbi,
|
linearPriceCalculatorAbi,
|
||||||
|
|||||||
@ -8,7 +8,7 @@ import {
|
|||||||
|
|
||||||
export type StartRLNOptions = {
|
export type StartRLNOptions = {
|
||||||
/**
|
/**
|
||||||
* If not set - will attempt to create from injected provider.
|
* If not set - will attempt to create from provider injected in window.
|
||||||
*/
|
*/
|
||||||
rpcClient?: WalletClient;
|
rpcClient?: WalletClient;
|
||||||
/**
|
/**
|
||||||
|
|||||||
@ -6,5 +6,5 @@
|
|||||||
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
||||||
},
|
},
|
||||||
"include": ["src"],
|
"include": ["src"],
|
||||||
"exclude": ["wagmi.config.ts"]
|
"exclude": ["wagmi.config.ts", "src/**/*.spec.ts", "src/test_utils"]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user