-
Notifications
You must be signed in to change notification settings - Fork 2
feat: stargate receiver #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
f3e6990
feat: stargate receiver
kuchmenko e07a2d5
forge install: openzeppelin-contracts
kuchmenko 06ef301
forge install: layerzero-v2
kuchmenko 01cc300
feat: added stargate deployment script
kuchmenko cbe9bc9
forge install: stargate-v2
kuchmenko 3ca6467
feat: added stargate integration
kuchmenko e0328bc
forge install: solidity-bytes-utils
kuchmenko ef99dbc
feat: receiver updated to multicall handler
kuchmenko 388ed61
feat: refactored forge project
kuchmenko ccf5ec4
chore: removed libs
kuchmenko a768ca1
fix: updated libs submodules
kuchmenko 71927ab
chore: updated readme
kuchmenko 5e929d6
fix: lib submodules
kuchmenko c3458da
Update src/shared/MulticallHandler.sol
kuchmenko b6d3c64
chore: removed broadcast
kuchmenko b8d38c6
chore: added broadcast to ignore
kuchmenko dd4b221
chore: pr comments
kuchmenko 2570f10
feat: added zksync support
kuchmenko 3fa4af5
chore: separated zksync from non-zksync. added resume to non-zksync
kuchmenko b109174
cleanup
0xh3rman 986fed7
Update .env.example
0xh3rman ec3b49f
add auto formatter
0xh3rman 53ead37
rename to StargateFeeReceiver
0xh3rman 2a642f1
add ci.yml
0xh3rman File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| # Stargate V2 Endpoints | ||
| STARGATE_ENDPOINT_ETHEREUM=0x1a44076050125825900e736c501f859c50fE728c | ||
| STARGATE_ENDPOINT_BASE=0x1a44076050125825900e736c501f859c50fE728c | ||
| STARGATE_ENDPOINT_BSC=0x1a44076050125825900e736c501f859c50fE728c | ||
| STARGATE_ENDPOINT_AVALANCHE=0x1a44076050125825900e736c501f859c50fE728c | ||
| STARGATE_ENDPOINT_POLYGON=0x1a44076050125825900e736c501f859c50fE728c | ||
| STARGATE_ENDPOINT_ARBITRUM=0x1a44076050125825900e736c501f859c50fE728c | ||
| STARGATE_ENDPOINT_OPTIMISM=0x1a44076050125825900e736c501f859c50fE728c | ||
|
|
||
| # RPC Endpoints | ||
| ETHEREUM_RPC_URL= | ||
| OPTIMISM_RPC_URL= | ||
| BASE_RPC_URL= | ||
| BSC_RPC_URL= | ||
| AVALANCHE_RPC_URL= | ||
| POLYGON_RPC_URL= | ||
| ARBITRUM_RPC_URL= | ||
|
|
||
| # Etherscan API Keys | ||
| ETHEREUM_SCAN_API_KEY= | ||
| OPTIMISM_SCAN_API_KEY= | ||
| BASE_SCAN_API_KEY= | ||
| BSC_SCAN_API_KEY= | ||
| # AVALANCHE_SCAN_API_KEY= | ||
| POLYGON_SCAN_API_KEY= | ||
| ARBITRUM_SCAN_API_KEY= | ||
|
|
||
| # Private Key for Deployment | ||
| PRIVATE_KEY= | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,15 @@ | ||
| [submodule "bsc/hub_reader/lib/forge-std"] | ||
| path = bsc/hub_reader/lib/forge-std | ||
| [submodule "lib/forge-std"] | ||
| path = lib/forge-std | ||
| url = https://github.com/foundry-rs/forge-std | ||
| [submodule "lib/openzeppelin-contracts"] | ||
| path = lib/openzeppelin-contracts | ||
| url = https://github.com/OpenZeppelin/openzeppelin-contracts | ||
| [submodule "lib/layerzero-v2"] | ||
| path = lib/layerzero-v2 | ||
| url = https://github.com/LayerZero-Labs/layerzero-v2 | ||
| [submodule "lib/stargate-v2"] | ||
| path = lib/stargate-v2 | ||
| url = https://github.com/stargate-protocol/stargate-v2 | ||
| [submodule "lib/solidity-bytes-utils"] | ||
| path = lib/solidity-bytes-utils | ||
| url = https://github.com/GNSPS/solidity-bytes-utils |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| { | ||
| "editor.formatOnSave": true, | ||
| "solidity.formatter": "forge", | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
bsc/hub_reader/broadcast/HubReader.s.sol/56/run-1715346908.json
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.