Skip to content

Commit cb06a26

Browse files
committed
update readme
1 parent a55313b commit cb06a26

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

README.md

Lines changed: 1 addition & 4 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.
@@ -28,10 +29,6 @@ pnpm install
2829
pnpm dev
2930
```
3031

31-
## Deployment
32-
33-
See [DEPLOYMENT.md](./DEPLOYMENT.md) for instructions on deploying the token.
34-
3532
## Public
3633

3734
The public webroot for metadata is `metadata/`. Be mindful with files in that directory.

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)