Skip to content

Commit

Permalink
fixup! feat(db): Add Epoch and Snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fmoura committed Aug 7, 2024
1 parent fb61db3 commit 13cbb90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions call_get_code.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/bash

curl http://127.0.0.1:8545 \
-X POST \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","method":"eth_getCode","params": ["0xA1b8EB1F13d8D5Db976a653BbDF8972cfD14691C", "0x10"],"id":1}'

0 comments on commit 13cbb90

Please sign in to comment.