Skip to content

Commit 6ee1537

Browse files
committed
hardhat config
1 parent ba8272d commit 6ee1537

File tree

2 files changed

+171
-171
lines changed

2 files changed

+171
-171
lines changed

packages/stg-evm-v2/hardhat.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ const networks: NetworksUserConfig = {
209209
},
210210
'bera-mainnet': {
211211
eid: EndpointId.BERA_V2_MAINNET,
212-
url: process.env.RPC_URL_BERA_MAINNET,
212+
url: process.env.RPC_URL_BERA_MAINNET || '',
213213
httpHeaders: {
214-
Authorization: process.env.AUTH_TOKEN_BERA_MAINNET,
214+
Authorization: process.env.AUTH_TOKEN_BERA_MAINNET || '',
215215
},
216216
accounts: mainnetAccounts,
217217
safeConfig: getSafeConfig(EndpointId.BERA_V2_MAINNET),

0 commit comments

Comments
 (0)