@snowbridge/contract-types 0.1.47-alpha.8 → 0.1.47-alpha.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,9 +1,9 @@
1
1
 
2
- > @snowbridge/contract-types@0.1.47-alpha.8 build /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
2
+ > @snowbridge/contract-types@0.1.47-alpha.9 build /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
3
3
  > rm -rf src && rm -rf dist && cd ../../../contracts && forge clean && forge build && cd ../web/packages/contract-types && pnpm typechain && tsc --build --force
4
4
 
5
5
  Compiling 117 files with Solc 0.8.28
6
- Solc 0.8.28 finished in 8.75s
6
+ Solc 0.8.28 finished in 8.89s
7
7
  Compiler run successful with warnings:
8
8
  Warning (2072): Unused local variable.
9
9
  --> scripts/upgrades/westend/DeployGateway202502.sol:22:9:
@@ -36,7 +36,7 @@ Warning (3860): Contract initcode size is 94862 bytes and exceeds 49152 bytes (a
36
36
  | ^ (Relevant source part starts here and spans across multiple lines).
37
37
 
38
38
 
39
- > @snowbridge/contract-types@0.1.47-alpha.8 typechain /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
39
+ > @snowbridge/contract-types@0.1.47-alpha.9 typechain /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
40
40
  > typechain --target ethers-v6 '../../../contracts/out/?(IERC20.sol|IERC20Metadata.sol|IGateway.sol|BeefyClient.sol|WETH9.sol)/!(*.abi).json' --out-dir src
41
41
 
42
42
  Successfully generated 13 typings!
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@snowbridge/contract-types",
3
- "version": "0.1.47-alpha.8",
3
+ "version": "0.1.47-alpha.9",
4
4
  "description": "Snowbridge contract type bindings",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {