Skip to content

Commit c65cda0

Browse files
authored
chore(contract_manager): fix Blast API env var (#1326)
1 parent 9e7b6d9 commit c65cda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract_manager/store/chains/EvmChains.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,6 @@
475475
type: EvmChain
476476
- id: blast
477477
mainnet: true
478-
rpcUrl: https://falling-small-wildflower.blast-mainnet.quiknode.pro/${ENV_BLAST_MAINNET_API_KEY}/
478+
rpcUrl: https://falling-small-wildflower.blast-mainnet.quiknode.pro/$ENV_BLAST_MAINNET_API_KEY
479479
networkId: 81457
480480
type: EvmChain

0 commit comments

Comments
 (0)