Skip to content

Commit 04980d2

Browse files
committed
Refactor SatelliteRegistry
1 parent 6b61e91 commit 04980d2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+5369
-795
lines changed

solidity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Because of great complexity of the contract and need for fine-tuned upgradabilit
6666
- [Evm On-Chain Growing](./src/modules/growing/EvmOnChainGrowingModule.sol) - processes all block data directly in the contract as described in [solution section](#solution)
6767
- [Evm Sharp Growing](./src/modules/growing/EvmSharpMmrGrowingModule.sol) - processes block data that was proven with ZK proof using SHARP as described in [reducing cost](#reducing-cost)
6868
- [Starknet Growing](./src/modules/growing/StarknetSharpMmrGrowingModule.sol) - TODO
69-
- [Satellite Registry](./src/modules/SatelliteConnectionRegistryModule.sol) - stores information about other satellites to/from which it can send/receive messages
69+
- [Satellite Registry](./src/modules/SatelliteRegistryModule.sol) - stores information about other satellites to/from which it can send/receive messages
7070
- Messaging modules - responsible for sending and receiving data to and from satellites deployed on other chains
7171
- Receiver modules
7272
- [Simple Receiver](./src/modules/messaging/receiver/SimpleReceiverModule.sol) - receives message on chains that set `msg.sender` for cross-chain messages to transaction sender on the source chain

0 commit comments

Comments
 (0)