Skip to content

Commit

Permalink
chore: bump @tableland sdk, local
Browse files Browse the repository at this point in the history
  • Loading branch information
dtbuchholz committed Apr 25, 2024
1 parent 83943ba commit 7ca2490
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 157 deletions.
176 changes: 22 additions & 154 deletions package-lock.json

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

4 changes: 2 additions & 2 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 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 7ca2490

Please sign in to comment.