Skip to content

Commit

Permalink
Update foundry profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementWalter committed Oct 9, 2023
1 parent 6ac3961 commit 784108d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/starksheet-solidity/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ eth_rpc_url = "anvil"
[profile.docker]
eth_rpc_url = "docker"

[profile.linea]
eth_rpc_url = "linea"

[rpc_endpoints]
mainnet = "https://mainnet.infura.io/v3/${INFURA_KEY}"
linea = "https://linea-mainnet.infura.io/v3/${INFURA_KEY}"
Expand All @@ -33,4 +36,5 @@ kakarot = "http://127.0.0.1:3030"
docker = "${RPC_URL}"

[etherscan]
goerli = { key = "${ETHERSCAN_API_KEY}" }
goerli = { key = "${GOERLI_EXPLORER_KEY}" }
linea = { key = "${LINEA_EXPLORER_KEY}" }

0 comments on commit 784108d

Please sign in to comment.