Skip to content

Commit fc6a43f

Browse files
committed
Merge remote-tracking branch 'ds/master'
2 parents 7e0260e + de90047 commit fc6a43f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

kms/auth-eth/hardhat.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const config: HardhatUserConfig = {
4040
url: 'https://mainnet.base.org',
4141
accounts: [PRIVATE_KEY],
4242
},
43-
test: {
43+
custom: {
4444
url: process.env.RPC_URL || 'http://127.0.0.1:8545/',
4545
accounts: [PRIVATE_KEY],
4646
}

vmm/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
annotated-types==0.7.0
22
cffi==1.17.1
3-
cryptography==44.0.2
3+
cryptography==46.0.5
44
cytoolz==1.0.1
55
eth-hash==0.7.1
66
eth-keys==0.7.0

0 commit comments

Comments
 (0)