mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-07 00:03:07 +00:00
fix: update comments, tsconfig
This commit is contained in:
parent
ad24c6c787
commit
4672f839a2
@ -16,7 +16,6 @@ export {
|
||||
createViemClientFromWindow
|
||||
};
|
||||
|
||||
// Export wagmi-generated ABIs
|
||||
export {
|
||||
wakuRlnV2Abi,
|
||||
linearPriceCalculatorAbi,
|
||||
|
||||
@ -8,7 +8,7 @@ import {
|
||||
|
||||
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;
|
||||
/**
|
||||
|
||||
@ -6,5 +6,5 @@
|
||||
"tsBuildInfoFile": "dist/.tsbuildinfo"
|
||||
},
|
||||
"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