File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 22
33This 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
2829pnpm dev
2930```
3031
31- ## Deployment
32-
33- See [ DEPLOYMENT.md] ( ./DEPLOYMENT.md ) for instructions on deploying the token.
34-
3532## Public
3633
3734The public webroot for metadata is ` metadata/ ` . Be mindful with files in that directory.
Original file line number Diff line number Diff 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}"
You can’t perform that action at this time.
0 commit comments