Skip to content

Commit eadcbff

Browse files
authored
Prepare Release v1.0.2 (#5)
* Prepare Release v1.0.2 - Private Events - Sign eth_estimateGas * npm audit fix * re-add changeset files
1 parent ff45f25 commit eadcbff

File tree

24 files changed

+1326
-87
lines changed

24 files changed

+1326
-87
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"commit": false,
55
"fixed": [],
66
"linked": [],
7-
"access": "restricted",
7+
"access": "public",
88
"baseBranch": "main",
99
"updateInternalDependencies": "patch",
1010
"ignore": []

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ These features make it easier for developers to integrate Silent Data [Rollup] i
4848
- [Fireblocks Ethers Provider](./packages/ethers-provider-fireblocks/README.md)
4949
- [Hardhat Plugin](./packages/hardhat-plugin/README.md)
5050
- [Fireblocks Hardhat Plugin](./packages/hardhat-plugin-fireblocks/README.md)
51+
- [Viem](./packages/viem/README.md)
5152

5253
## Troubleshooting
5354

eslint.config.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ export default [
1212
{
1313
rules: {
1414
'@typescript-eslint/no-explicit-any': 'warn',
15+
'@typescript-eslint/no-unused-vars': [
16+
'warn',
17+
{ argsIgnorePattern: '^_', varsIgnorePattern: '^_' },
18+
],
1519
},
1620
},
1721
globalIgnores(['packages/**/dist/*', '.legacy/*']),

0 commit comments

Comments
 (0)