Skip to content

Commit

Permalink
Merge pull request #495 from tablelandnetwork/dtb/bump-ethers
Browse files Browse the repository at this point in the history
chore: bump ethers, @tableland SDK & local
  • Loading branch information
dtbuchholz authored Apr 26, 2024
2 parents 1bd6d79 + 7ca2490 commit dc35d2a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 163 deletions.
186 changes: 27 additions & 159 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@
"@nomicfoundation/hardhat-verify": "^2.0.5",
"@openzeppelin/contracts-upgradeable": "4.9.6",
"@openzeppelin/hardhat-upgrades": "^3.0.5",
"@tableland/local": "^2.4.1",
"@tableland/sdk": "^6.0.0",
"@tableland/local": "^3.0.0-pre.1",
"@tableland/sdk": "^7.0.0-pre.0",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/chai": "^4.3.4",
Expand All @@ -81,7 +81,7 @@
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.6.1",
"eslint-plugin-promise": "^6.1.1",
"ethers": "^6.11.1",
"ethers": "^6.12.0",
"hardhat": "^2.22.2",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-gas-reporter": "^2.1.1",
Expand Down
2 changes: 1 addition & 1 deletion test/integration/e2e.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ describe("Validator, Chain, and SDK work end to end", function () {
)
.run();
})()
).to.be.rejectedWith(`reverted with custom error 'Unauthorized()'`);
).to.be.rejectedWith(/execution reverted (unknown custom error)*/);
});

it("set controller", async function () {
Expand Down

0 comments on commit dc35d2a

Please sign in to comment.