Skip to content

Commit

Permalink
Deploy: FastBridge to Scroll (#2525)
Browse files Browse the repository at this point in the history
* chore: add Base to `.env.example`

* chore: add Scroll config

* chore: bump devops dependency

* chore: yarn

* feat: deploy `FastBridge` on scroll
  • Loading branch information
ChiTimesChi authored May 1, 2024
1 parent 02f4093 commit e99090b
Show file tree
Hide file tree
Showing 7 changed files with 1,239 additions and 12 deletions.
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

0 comments on commit e99090b

Please sign in to comment.