Skip to content

Commit

Permalink
refactor: generate json rpc base class and remove web3_url
Browse files Browse the repository at this point in the history
  • Loading branch information
magicalne committed Aug 17, 2022
1 parent e2adcd2 commit f06379b
Show file tree
Hide file tree
Showing 10 changed files with 291 additions and 396 deletions.
94 changes: 50 additions & 44 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ pipenv install

```txt
# .env
WEB3_URL=http://godwoken-testnet-web3-rpc.ckbapp.dev
GW_RPC_URL=http://18.167.4.134:30119
CKB_INDEXER_URL=https://testnet.ckb.dev/indexer
CKB_RPC_URL=https://testnet.ckb.dev/rpc
Expand All @@ -24,7 +23,6 @@ NET_ENV=testnet

### devnet
```
WEB3_URL=http://localhost:8024
GW_RPC_URL=http://localhost:8119
CKB_INDEXER_URL=http://localhost:8116
CKB_RPC_URL=http://localhost:8114
Expand Down
Loading

0 comments on commit f06379b

Please sign in to comment.