Skip to content

Commit de90047

Browse files
authored
Merge pull request #502 from Dstack-TEE/rename-network-test-to-custom
refactor: rename hardhat network "test" to "custom"
2 parents be2a280 + 5557888 commit de90047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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
}

0 commit comments

Comments
 (0)