Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itsacoyote committed May 16, 2024
1 parent fe62d7d commit 1a6fecb
Show file tree
Hide file tree
Showing 8 changed files with 191 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Community Code

Welcome to the ZKsync Community Code repository. This project serves as the community hub for ZKsync, providing comprehensive
Welcome to the zkSync Community Code repository. This project serves as the community hub for zkSync, providing comprehensive
documentation for developers written by developers.
Whether you're a beginner looking to get started with ZKsync or an experienced developer
Whether you're a beginner looking to get started with zkSync or an experienced developer
seeking advanced guides, you'll find the resources you need here.

## Tools used
Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/dapp-nft-paymaster/20.smart-contracts.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ of the paymaster. But before we deploy the contracts we first need to compile th
1. Deploy the contracts to %%zk_testnet_name%%. This will also programmatically verify the contracts on %%zk_testnet_name%%.
``bash
```bash
yarn deploy:contracts
```
Expand Down
8 changes: 5 additions & 3 deletions content/tutorials/guide-dipdup-indexer/10.index.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,12 @@ steps to deploy stack in Docker environment in a few simple steps:

1. Generate and set `HASURA_SECRET` and `POSTGRES_PASSWORD` in `deploy/.env` file, Hasura secret will be used later to access Hasura.
1. Build and start Docker containers: `docker compose --env-file deploy/.env -f deploy/compose.yaml up -d`.
1. Run `docker ps` to check that all containers are running. Locate the URL of the Hasura console in the PORTS column [compose.yml documentation](https://docs.docker.com/compose/compose-file/compose-file-v3/#ports). If the container isn't accessible via `0.0.0.0:PORT`, it may be accessible via `localhost:PORT` in certain environments.
![docker ps](/images/dipdup/dockerps.png)
1. Run `docker ps` to check that all containers are running. Locate the URL of the Hasura console in the PORTS column
[compose.yml documentation](https://docs.docker.com/compose/compose-file/compose-file-v3/#ports).
If the container isn't accessible via `0.0.0.0:PORT`, it may be accessible via `localhost:PORT` in certain environments.
![docker ps](/images/dipdup/dockerps.png)
1. As an example, let's query the first 10 addresses with a positive balance:
![hasura request](/images/dipdup/hasurarequest.png)
![hasura request](/images/dipdup/hasurarequest.png)

## Explore DipDup

Expand Down
2 changes: 1 addition & 1 deletion content/tutorials/native-aa-multisig/10.index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Native mulstisig smart account
title: Native multisig smart account
description: Build a native smart contract account that requires multiple signatures.
---

Expand Down
69 changes: 69 additions & 0 deletions cspell-config/cspell-blockchain.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
Aave
abis
arithmetization
BoxUups
Buterin
dapp
Dappradar
DRPC
Echoo
Eigen
Enkrypt
ethereum
EVM
evmla
geth
graphcli
gwei
!HardHat
hasura
Hasura
IERC
IPFS
ISTN
inversed
keccak
Kreatorland
merkle
Merklized
mload
nfts
nomicfoundation
nomiclabs
Omnibtc
omnichain
ONFT
Owlto
Plonky
poseidon
PREVRANDAO
Pyth
Pythnet
Rabby
regenesis
satoshi
sepolia
Sepolia
solc
subql
Tevaera
Unifra
Upgradability
usdt
uups
UUPS
validium
validiums
viem
Vitalik
vyper
wagmi
Wagmi
Weth
YaspFi
Yul
Zaverucha
Zeeve
Zerion
Zetta
Zonic
103 changes: 101 additions & 2 deletions cspell-config/cspell-misc.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,103 @@
Ankr
binop
blake2s
blake2s256
cccond
ccret
CHAINID
debian
decommit
decommits
decommitter
decommitting
decommittment
decommitment
decommitments
decommittments
deduplicator
demultiplex
Demuxer
Dockerized
dockerized
Diataxis
ewasm
fontaine
.getu128
incentivized
.interm
inttoptr
iszero
jemalloc
JUMPI
legendre
librocksdb
mload
MontInvbEEA
montgomery
mstore
noalias
nocallback
nocapture
noprofile
nosync
Nuxt
nuxt
nuxthq
nuxi
nuxt
nuxtdotjs
nuxtjs
!NuxtUI
!NuxtContent
NVMe
NVME
OTLP
plux
porco
postgres
postgresql
preds
prode
prodeh
prodh
prodm
prodl
psql
ptrtoint
recid.
REDC
rocksdb
rodata
rosso
rustc
rustup
secp
signv
sload
smod
sstore
sqlx-cli
syncvm
tlsv1
tokio
.uadd.
.umin.
Vue
vue
zext
zksolc
zkvyper
ZKEVM
zkout
nomicfoundation
Viem
viem
Zerion
Rabby
!tesnet
devs
hexlify
insize
ecadd
ecmul

// devs
dutterbutter
5 changes: 5 additions & 0 deletions cspell-config/cspell-zksync.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
boojum
MatterLabs
Zeek
Zeeks
zkcast
ZKEVM
zkevm
Expand All @@ -11,5 +12,9 @@ zksolc
zkstack
zkSync
zksync
!ZKsync
zksync-cli
zkvyper

// developers
itsacoyote
8 changes: 7 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"swift",
"typescript",
"dict-zksync",
"dict-misc"
"dict-misc",
"dict-blockchain"
],
"dictionaryDefinitions": [
{
Expand All @@ -55,6 +56,11 @@
"name": "dict-misc",
"addWords": true,
"path": "./cspell-config/cspell-misc.txt"
},
{
"name": "dict-blockchain",
"addWords": true,
"path": "./cspell-config/cspell-blockchain.txt"
}
],
"allowCompoundWords": true,
Expand Down

0 comments on commit 1a6fecb

Please sign in to comment.