@snowbridge/contract-types 1.1.0 → 1.1.1
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.
- package/.turbo/turbo-build.log +2 -2
- package/package.json +2 -2
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @snowbridge/contract-types@1.
|
|
2
|
+
> @snowbridge/contract-types@1.1.0 build /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
|
|
3
3
|
> rm -rf src && rm -rf dist && cd ../../../contracts && forge build && cd ../web/packages/contract-types && pnpm typechain && tsc --build --force
|
|
4
4
|
|
|
5
5
|
No files changed, compilation skipped
|
|
@@ -12,7 +12,7 @@ warning[block-timestamp]: usage of `block.timestamp` in a comparison may be mani
|
|
|
12
12
|
╰ help: https://book.getfoundry.sh/reference/forge/forge-lint#block-timestamp
|
|
13
13
|
|
|
14
14
|
|
|
15
|
-
> @snowbridge/contract-types@1.
|
|
15
|
+
> @snowbridge/contract-types@1.1.0 typechain /home/runner/work/snowbridge/snowbridge/web/packages/contract-types
|
|
16
16
|
> typechain --target ethers-v6 '../../../contracts/out/?(IERC20.sol|IERC20Metadata.sol|IGateway.sol|BeefyClient.sol|WETH9.sol|SnowbridgeL1Adaptor.sol|SnowbridgeL2Adaptor.sol|ISwapQuoter.sol|ISwapRouter.sol|ISwapLegacyRouter.sol)/!(*.abi).json' --out-dir src
|
|
17
17
|
|
|
18
18
|
Successfully generated 27 typings!
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@snowbridge/contract-types",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Snowbridge contract type bindings",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"ethers": "6.16.0",
|
|
22
|
-
"@snowbridge/contracts": "1.1.
|
|
22
|
+
"@snowbridge/contracts": "1.1.1"
|
|
23
23
|
},
|
|
24
24
|
"scripts": {
|
|
25
25
|
"build": "rm -rf src && rm -rf dist && cd ../../../contracts && forge build && cd ../web/packages/contract-types && pnpm typechain && tsc --build --force",
|