Deploy missing Squidrouter relayer contracts#1175
Merged
Merged
Conversation
✅ Deploy Preview for vortexfi ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for vortex-sandbox ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
Pull request overview
Deploys the TokenRelayer contract to missing production EVM chains and wires the new relayer addresses into the API flow used for EVM-to-AlfredPay offramp execution.
Changes:
- Adds deployment scripts and Hardhat network configs for Avalanche, BSC, and Ethereum.
- Adds Ignition deployment artifacts and deployed addresses for chains 1, 56, and 43114.
- Extends
RELAYER_ADDRESSESwith Ethereum, BSC, and Avalanche relayer contracts.
Reviewed changes
Copilot reviewed 16 out of 19 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
contracts/relayer/package.json |
Adds deploy scripts for additional networks. |
contracts/relayer/hardhat.config.ts |
Adds network configs and shared private-key normalization. |
contracts/relayer/.env.example |
Updates expected deployment env vars. |
apps/api/src/api/services/transactions/offramp/routes/evm-to-alfredpay.ts |
Adds new relayer addresses to API config. |
contracts/relayer/ignition/deployments/chain-1/deployed_addresses.json |
Records Ethereum deployment address. |
contracts/relayer/ignition/deployments/chain-1/journal.jsonl |
Records Ethereum deployment journal. |
contracts/relayer/ignition/deployments/chain-1/artifacts/TokenRelayer#TokenRelayer.json |
Adds Ethereum deployment artifact. |
contracts/relayer/ignition/deployments/chain-1/artifacts/TokenRelayer#TokenRelayer.dbg.json |
Adds Ethereum debug artifact. |
contracts/relayer/ignition/deployments/chain-1/build-info/1f88a3ad5921d6bc8b511a85d672df5a.json |
Adds Ethereum build info. |
contracts/relayer/ignition/deployments/chain-56/deployed_addresses.json |
Records BSC deployment address. |
contracts/relayer/ignition/deployments/chain-56/journal.jsonl |
Records BSC deployment journal. |
contracts/relayer/ignition/deployments/chain-56/artifacts/TokenRelayer#TokenRelayer.json |
Adds BSC deployment artifact. |
contracts/relayer/ignition/deployments/chain-56/artifacts/TokenRelayer#TokenRelayer.dbg.json |
Adds BSC debug artifact. |
contracts/relayer/ignition/deployments/chain-56/build-info/1f88a3ad5921d6bc8b511a85d672df5a.json |
Adds BSC build info. |
contracts/relayer/ignition/deployments/chain-43114/deployed_addresses.json |
Records Avalanche deployment address. |
contracts/relayer/ignition/deployments/chain-43114/journal.jsonl |
Records Avalanche deployment journal. |
contracts/relayer/ignition/deployments/chain-43114/artifacts/TokenRelayer#TokenRelayer.json |
Adds Avalanche deployment artifact. |
contracts/relayer/ignition/deployments/chain-43114/artifacts/TokenRelayer#TokenRelayer.dbg.json |
Adds Avalanche debug artifact. |
contracts/relayer/ignition/deployments/chain-43114/build-info/1f88a3ad5921d6bc8b511a85d672df5a.json |
Adds Avalanche build info. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Deploys relayer contracts for missing EVM chains. Adds addresses to config object.