Skip to content
This repository has been archived by the owner on Nov 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #194 from web3well/bls-wallet-clients-0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacque006 authored Apr 15, 2022
2 parents 3dcae29 + 6c88bc4 commit b945a3b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions aggregator/deps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export type {
PublicKey,
Signature,
VerificationGateway,
} from "https://esm.sh/[email protected]-6abef92";
} from "https://esm.sh/[email protected]";

export {
Aggregator as AggregatorClient,
Expand All @@ -59,10 +59,10 @@ export {
getConfig,
MockERC20__factory,
VerificationGateway__factory,
} from "https://esm.sh/[email protected]-6abef92";
} from "https://esm.sh/[email protected]";

// Workaround for esbuild's export-star bug
import blsWalletClients from "https://esm.sh/[email protected]-6abef92";
import blsWalletClients from "https://esm.sh/[email protected]";
const {
bundleFromDto,
bundleToDto,
Expand Down
2 changes: 1 addition & 1 deletion extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"advanced-css-reset": "^1.2.2",
"async-mutex": "^0.3.2",
"axios": "^0.25.0",
"bls-wallet-clients": "0.6.0-6abef92",
"bls-wallet-clients": "0.6.0",
"dotenv-webpack": "^7.0.3",
"emoji-log": "^1.0.2",
"end-of-stream": "^1.4.4",
Expand Down
8 changes: 4 additions & 4 deletions extension/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2836,10 +2836,10 @@ blakejs@^1.1.0:
resolved "https://registry.yarnpkg.com/blakejs/-/blakejs-1.1.1.tgz#bf313053978b2cd4c444a48795710be05c785702"
integrity sha512-bLG6PHOCZJKNshTjGRBvET0vTciwQE6zFKOKKXPDJfwFBd4Ac0yBfPZqcGvGJap50l7ktvlpFqc2jGVaUgbJgg==

[email protected]-6abef92:
version "0.6.0-6abef92"
resolved "https://registry.yarnpkg.com/bls-wallet-clients/-/bls-wallet-clients-0.6.0-6abef92.tgz#4893048a6551fd510fc3efc388c5f460a52dac5c"
integrity sha512-qhaa5fwjGRcqA4RONi/IwvoBnKw/ba2YD6tJjhVi/XAi9lqcRM8la6CIOzpEtluJBwMFjfEc2RmpLp4FS20ReA==
[email protected]:
version "0.6.0"
resolved "https://registry.yarnpkg.com/bls-wallet-clients/-/bls-wallet-clients-0.6.0.tgz#9d9b1add69420bbaf807c1442151e487f4ee87a5"
integrity sha512-6EivjMe2uRGIt6Aq5IampqlmsECavLqHGPm6Ki2l3+c+FnwfOQUzNelctVN/vRVxDbDpTX4iAfTIrYYpr1S/vw==
dependencies:
"@thehubbleproject/bls" "^0.5.1"
ethers "5.5.4"
Expand Down

0 comments on commit b945a3b

Please sign in to comment.