Skip to content

Commit 5b60e8b

Browse files
committed
chore(readme): update orap & reku readme for desc & logo
1 parent 49b99d4 commit 5b60e8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

packages/orap/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# ORAP: Oracle Application Framework
44

5-
ORAP is an out of box, express style framework.
5+
ORAP is a declarative framework for building oracle services, handy to use out of the box.
66

77
## Usage
88
```ts

packages/reku/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
<div align="center"><img src="https://github.com/ora-io/ora-stack/blob/dev/assets/rek.logo.png?raw=true" alt="Rek Icon" width="200" /></div>
1+
<div align="center"><img src="https://github.com/ora-io/ora-stack/blob/dev/assets/reku.logo.png?raw=true" alt="Reku Icon" width="200" /></div>
22

3-
# Reku: Reliable ETH Kit & Utils
3+
# [WIP] Reku: Reliable ETH Kit & Utils
44

55
## Event Cross-Check
66
- used for cross-checking missing events using eth getLogs
77
- note: cross-check interval shouldn't < 5min, otherwise rpc call would be expensive. Recommend set to 1 hour + 50 blocks (for redundancy check).
88

99
### BaseCrossChecker
1010
- `onMissingLog: FnOnMissingLog`: the callback function that will be called when there's a missing log found;
11-
- `ignoreLogs?: SimpleLog[]` : it allows users to pass in the txhash list (,log index list) that already processed, let the crosschecker to ignore then.
11+
- `ignoreLogs?: SimpleLog[]` : it allows users to pass in the txhash list (,log index list) that already processed, let the crosschecker to ignore them.
1212

1313
**crossCheckRange**
1414

packages/reku/assets/rek.logo.png

-164 KB
Binary file not shown.

0 commit comments

Comments
 (0)