We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e0260e + de90047 commit fc6a43fCopy full SHA for fc6a43f
kms/auth-eth/hardhat.config.ts
@@ -40,7 +40,7 @@ const config: HardhatUserConfig = {
40
url: 'https://mainnet.base.org',
41
accounts: [PRIVATE_KEY],
42
},
43
- test: {
+ custom: {
44
url: process.env.RPC_URL || 'http://127.0.0.1:8545/',
45
46
}
vmm/requirements.txt
@@ -1,6 +1,6 @@
1
annotated-types==0.7.0
2
cffi==1.17.1
3
-cryptography==44.0.2
+cryptography==46.0.5
4
cytoolz==1.0.1
5
eth-hash==0.7.1
6
eth-keys==0.7.0
0 commit comments