Skip to content

Commit 0960715

Browse files
committed
update readme
1 parent a55313b commit 0960715

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
This repository contains the contracts for the Zora token.
44

5+
56
## Contracts
67

78
- [Zora.sol](./src/Zora.sol) - The main Zora token contract.

foundry.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,4 @@ fs_permissions = [
1313
]
1414

1515
[rpc_endpoints]
16-
base = "https://base-mainnet.g.alchemy.com/v2/${ALCHEMY_KEY}"
17-
unknown_chain = { key = "${TENDERLY_ACCESS_KEY}", chain = 73571, url = "${TENDERLY_VIRTUAL_TESTNET_RPC_URL}/verify/etherscan" }
16+
base = "${TENDERLY_KEY}"

0 commit comments

Comments
 (0)