Skip to content

Commit 687869d

Browse files
authored
Merge pull request #47 from 1inch/fix/solidity-utils-upgrade
Fix/solidity utils upgrade
2 parents 195bb2a + 6ee707f commit 687869d

5 files changed

Lines changed: 14 additions & 18 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ jobs:
3838
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "git@github.com:"
3939
git config --global url."https://x-access-token:${{ steps.app-token.outputs.token }}@github.com/".insteadOf "ssh://git@github.com/"
4040
41-
- name: Setup npm authentication for GitHub Packages
42-
run: |
43-
echo "@1inch:registry=https://npm.pkg.github.com" >> .npmrc
44-
echo "//npm.pkg.github.com/:_authToken=${{ secrets.GITHUB_TOKEN }}" >> .npmrc
45-
4641
- name: Install node modules
4742
run: npm install
4843

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@1inch:registry=https://registry.yarnpkg.com

THIRD_PARTY_NOTICES

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ License: /LICENSES/MIT-OpenZeppelin.txt
2424

2525
Component: @1inch/solidity-utils
2626
Repo: https://github.com/1inch/solidity-utils
27-
Version: v6.9.0
27+
Version: v6.9.2
2828
License: MIT
2929
Copyright: © 2019, 1inch
3030
License: /LICENSES/MIT-1inch.txt
@@ -33,7 +33,7 @@ License: /LICENSES/MIT-1inch.txt
3333

3434
Component: @1inch/aqua
3535
Repo: https://github.com/1inch/aqua
36-
Version: 0.0.8
36+
Version: 0.0.9
3737
License: LicenseRef-Degensoft-Aqua-Source-1.1
3838
Copyright: © 2025 Degensoft Ltd
3939
License: /LICENSES/Aqua-Source-1.1.txt

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@1inch/swap-vm",
3-
"version": "0.0.3",
3+
"version": "0.0.5",
44
"description": "Swap Virtual Machine protocol to build token swap strategies with programmable instruction sequences",
55
"main": "index.js",
66
"directories": {
77
"lib": "lib",
88
"test": "test"
99
},
1010
"dependencies": {
11-
"@1inch/aqua": "github:1inch/aqua#0.0.8",
12-
"@1inch/solidity-utils": "6.9.0",
11+
"@1inch/aqua": "github:1inch/aqua#0.0.9",
12+
"@1inch/solidity-utils": "6.9.2",
1313
"@openzeppelin/contracts": "5.4.0",
1414
"forge-std": "github:foundry-rs/forge-std#v1.11.0"
1515
},

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
# yarn lockfile v1
33

44

5-
"@1inch/aqua@github:1inch/aqua#0.0.8":
6-
version "0.0.8"
7-
resolved "https://codeload.github.com/1inch/aqua/tar.gz/abb6d7b3f1452084210f2bada711302ab6949ca3"
5+
"@1inch/aqua@github:1inch/aqua#0.0.9":
6+
version "0.0.9"
7+
resolved "https://codeload.github.com/1inch/aqua/tar.gz/89cedfa608aa9fdc60d8cd936b76a540e4b9346f"
88
dependencies:
9-
"@1inch/solidity-utils" "6.9.0"
9+
"@1inch/solidity-utils" "6.9.2"
1010
"@openzeppelin/contracts" "5.4.0"
1111
forge-std "github:foundry-rs/forge-std#v1.11.0"
1212

13-
"@1inch/solidity-utils@6.9.0":
14-
version "6.9.0"
15-
resolved "https://npm.pkg.github.com/download/@1inch/solidity-utils/6.9.0/1bd0855a1ace40dc81baea060d81b4b7875b76e4#1bd0855a1ace40dc81baea060d81b4b7875b76e4"
16-
integrity sha512-/laQuK34+nNcTizyGu/7pAz14dqvZN6Uj2WaoyJZ9mKiGz5ZQN5JJ34z+Ccsr5+D/Jgeof6Par6OTv5PKwediw==
13+
"@1inch/solidity-utils@6.9.2":
14+
version "6.9.2"
15+
resolved "https://registry.yarnpkg.com/@1inch/solidity-utils/-/solidity-utils-6.9.2.tgz#40d59ffebb654cb8ab029bb85b578b628dca945f"
16+
integrity sha512-WcsJycCh7f4boTFrku74FtUvKqsm5rltfr+z++NcVuOp0suMOJk8H54bByZeyr6XRUW6m9mIhCPdTXkQR7yfQA==
1717
dependencies:
1818
"@metamask/eth-sig-util" "8.0.0"
1919
"@nomicfoundation/hardhat-ethers" "3.0.8"

0 commit comments

Comments
 (0)