Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
new chain klatyn (#22)
Browse files Browse the repository at this point in the history
* klatyn data

* klatyn -> klaytn

* fixes

* update dockerfile
  • Loading branch information
BlazeWasHere authored Jun 24, 2022
1 parent c27c51c commit 3fc6e4f
Show file tree
Hide file tree
Showing 8 changed files with 810 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MOONBEAM_RPC=https://moonbeam.api.onfinality.io/public
CRONOS_RPC=https://evm-cronos.crypto.org
METIS_RPC=https://andromeda.metis.io/?owner=1088
DFK_RPC=https://subnets.avax.network/defi-kingdoms/dfk-chain/rpc
KLAYTN_RPC=https://public-node-api.klaytnapi.com/v1/cypress
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_DOCKER_HOST=redis
Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN python -m pip install -r requirements.txt

# Patches
COPY syn/patches/request.py /usr/local/lib/python3.9/site-packages/web3/_utils/request.py
COPY syn/patches/method_formatters.py /usr/local/lib/python3.9/site-packages/web3/_utils/method_formatters.py

# When rebuilding the docker image, the cache will end from here.
COPY . .
Expand Down
Loading

0 comments on commit 3fc6e4f

Please sign in to comment.