Skip to content

Commit 7e14bb4

Browse files
authored
Merge pull request #1113 from MonkeyKing44/typos
2 parents 18e1486 + 298a65c commit 7e14bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/data-edge/README.md

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

33
A DataEdge contract is used to store arbitrary data on-chain on any EVM compatible blockchain. A subgraph can then read all the calldata sent to a particular contract, decode it and update the subgraph state accordingly.
44

5-
The DataEdge accepts any function call by using a fallback function that will not revert. It is up to the implementor to define the calldata format as well as how to decode it.
5+
The DataEdge accepts any function call by using a fallback function that will not revert. It is up to the implementer to define the calldata format as well as how to decode it.
66

77
### Additional Considerations
88

0 commit comments

Comments
 (0)