diff --git a/.npmrc b/.npmrc deleted file mode 100644 index 05ba80e..0000000 --- a/.npmrc +++ /dev/null @@ -1 +0,0 @@ -@tornado:registry=https://git.tornado.ws/api/packages/tornado-packages/npm/ \ No newline at end of file diff --git a/README.md b/README.md index 84d5fd4..f1235b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Tornado Cash Classic UI -> Self-hostable Tornado Cash UI software for interacting with the protocol +> UI for non-custodial Ethereum Privacy solution ## Building locally @@ -31,42 +31,29 @@ For detailed explanation on how things work, checkout [Nuxt.js docs](https://nux ## Update cached files -- To update deposit and withdrawal events use `yarn update:events {chainId} {optional: tokenOrEvent} {optional: tokenOrEvent}` -- To update encrypted notes use `yarn update:encrypted {chainId}` -- To update merkle tree use `yarn update:tree {chainId}` +- For update deposits and withdrawals events use `yarn update:events {chainId}` +- For update encrypted notes use `yarn update:encrypted {chainId}` +- For update merkle tree use `yarn update:tree {chainId}` #### NOTE! -After updating cached files do not forget to use `yarn update:zip`. +After update cached files do not forget to use `yarn update:zip` ### Example for Ethereum Mainnet: -You may set in [`networkConfig.js`](./networkConfig.js) the `blockSyncInterval` (def: 10_000) to the maximum value allowed by your RPC provider. Command usage follows below. - -```bash -# Updating events with just the required chain id parameter +``` yarn update:events 1 -# Updating events for only one token across all instances on that network -yarn update:events 1 dai -# Updating events for only one event on only some network -yarn update:events 1 deposit -# Both -yarn update:events 1 dai deposit -# Updating encrypted notes for some chain id yarn update:encrypted 1 -# Updating trees for some chain id yarn update:tree 1 -# Finally zips must be updated + yarn update:zip ``` ### Example for Binance Smart Chain: -```bash +``` yarn update:events 56 -yarn update:events 56 bnb -yarn update:events 56 bnb deposit yarn update:encrypted 56 -yarn update:tree 56 + yarn update:zip ``` diff --git a/components/Footer.vue b/components/Footer.vue index d6e1193..6e93820 100644 --- a/components/Footer.vue +++ b/components/Footer.vue @@ -37,7 +37,7 @@ - + Tornado Cash Nova @@ -73,7 +73,7 @@