Skip to content
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

Deploy: FastBridge to Scroll #2525

Merged
merged 5 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/contracts-rfq/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ ARBITRUM_RPC=https://arb1.arbitrum.io/rpc
ARBITRUM_VERIFIER=etherscan
ARBITRUM_VERIFIER_URL=https://api.arbiscan.io/api
ARBITRUM_VERIFIER_KEY=YourArbiscanKey
# Base
BASE_RPC=https://base.llamarpc.com
BASE_VERIFIER=etherscan
BASE_VERIFIER_URL=https://api.basescan.org/api
BASE_VERIFIER_KEY=YourBaseScanKey
# Mainnet
MAINNET_RPC=https://eth.llamarpc.com
MAINNET_VERIFIER=etherscan
Expand All @@ -42,6 +47,11 @@ OPTIMISM_RPC=https://optimism.llamarpc.com
OPTIMISM_VERIFIER=etherscan
OPTIMISM_VERIFIER_URL=https://api-optimistic.etherscan.io/api
OPTIMISM_VERIFIER_KEY=YourOptimisticEtherscanKey
# Scroll
SCROLL_RPC=https://rpc.scroll.io
SCROLL_VERIFIER=etherscan
SCROLL_VERIFIER_URL=https://api.scrollscan.com/api
SCROLL_VERIFIER_KEY=YourScrollScanKey

# TESTNET CHAINS
# TODO: add testnet chains
1 change: 1 addition & 0 deletions packages/contracts-rfq/deployments/scroll/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
534352
Loading
Loading