Skip to content

Commit

Permalink
feat: add blast rpc by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Th0rgal committed Oct 3, 2023
1 parent d339809 commit cb6976b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
STARKNET_NETWORK=testnet

TESTNET_RPC_URL="https://starknet-goerli.g.alchemy.com/v2/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
TESTNET_RPC_URL="https://starknet-testnet.public.blastapi.io"
TESTNET_ACCOUNT_ADDRESS=0x00a00373A00352aa367058555149b573322910D54FCDf3a926E3E56D0dCb4b0c
TESTNET_PRIVATE_KEY=0x1

MAINNET_RPC_URL="https://starknet-mainnet.g.alchemy.com/v2/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
MAINNET_RPC_URL="https://starknet-mainnet.public.blastapi.io"
MAINNET_ACCOUNT_ADDRESS=0x00a00373A00352aa367058555149b573322910D54FCDf3a926E3E56D0dCb4b0c
MAINNET_PRIVATE_KEY=0x1

Expand Down

0 comments on commit cb6976b

Please sign in to comment.