Skip to content

Commit

Permalink
chore(contracts-rfq): add world scan (#3326)
Browse files Browse the repository at this point in the history
* build: add WC config params

* chore: add WC deployment
  • Loading branch information
ChiTimesChi authored Oct 24, 2024
1 parent ae93258 commit 4da9b54
Show file tree
Hide file tree
Showing 4 changed files with 902 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/contracts-rfq/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ SCROLL_RPC=https://rpc.scroll.io
SCROLL_VERIFIER=etherscan
SCROLL_VERIFIER_URL=https://api.scrollscan.com/api
SCROLL_VERIFIER_KEY=YourScrollScanKey
# World Chain
WORLDCHAIN_RPC=https://worldchain-mainnet.g.alchemy.com/public
WORLDCHAIN_VERIFIER=etherscan
WORLDCHAIN_VERIFIER_URL=https://api.worldscan.org/api
WORLDCHAIN_VERIFIER_KEY=YourWorldScanKey

# TESTNET CHAINS
# Arbitrum Sepolia
Expand Down
1 change: 1 addition & 0 deletions packages/contracts-rfq/deployments/worldchain/.chainId
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
480
Loading

0 comments on commit 4da9b54

Please sign in to comment.