Skip to content

Commit a8c1218

Browse files
committed
fix typo and update package.json
1 parent b5292c5 commit a8c1218

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/ethereum/edv.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export async function getEthereumEdv({profileId} = {}) {
4141

4242
({edvClient} = await profileManager.createProfileEdv({
4343
profileId,
44-
meterId: edvMeter.Id,
44+
meterId: edvMeter.id,
4545
referenceId: ETHEREUM_EDV_REFERENCE_ID
4646
}));
4747

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"base64url-universal": "^2.0.0",
3636
"did-veres-one": "^16.0.1",
3737
"ed25519-signature-2018-context": "^1.1.0",
38-
"ethers": "^6.13.0",
38+
"ethers": "^6.16.0",
3939
"json-pointer": "^0.6.2",
4040
"jsonld-signatures": "^11.3.0",
4141
"p-all": "^5.0.0",

0 commit comments

Comments
 (0)