Skip to content

Commit

Permalink
fix link to OmnichainAddresses lib
Browse files Browse the repository at this point in the history
  • Loading branch information
pash7ka committed Aug 22, 2024
1 parent 0b8015f commit 74aeffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/erc-7208/contracts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- [DataIndex](./DataIndex.sol) - Data Index (implements `IDataIndex` and `IIDManager`)
- [DataPointRegistry](./DataPointRegistry.sol) - Data Point Registry (implements `IDataPointRegistry`)
- [DataPoints](./utils/DataPoints.sol) - Library implementing DataPoint type and its encode/decode functions
- [OmnichainAddress](./utils/OmnichainAddress.sol) - Library implementing OmnichainAddress type which combines address and chain id
- [OmnichainAddresses](./utils/OmnichainAddresses.sol) - Library implementing OmnichainAddress type which combines address and chain id
- [ChainidTools](./utils/ChainidTools.sol) - Library implementing utility functions to work with chain ids

### Usage examples
Expand Down

0 comments on commit 74aeffc

Please sign in to comment.