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

Chore: Setup mainnet deploy #29

Merged
merged 1 commit into from
Oct 19, 2023
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
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ jobs:
env:
GRAPH_KEY: ${{ secrets.GRAPH_KEY }}
run: yarn deploy:arbitrum
- name: Deploy Mainnet
env:
GRAPH_KEY: ${{ secrets.GRAPH_KEY }}
run: yarn deploy:mainnet
10 changes: 5 additions & 5 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ feeController_gnosis=0x0000000000000000000000000000000000000000
block_gnosis=0

# Mainnet
registry_mainnet=0x0000000000000000000000000000000000000000
deployer_mainnet=0x0000000000000000000000000000000000000000
relayer_mainnet=0x0000000000000000000000000000000000000000
feeController_mainnet=0x0000000000000000000000000000000000000000
block_mainnet=0
registry_mainnet=0x1675BF3F75046aCd131caD845eb8FF3Bed49a643
deployer_mainnet=0x849B7B1102B0dcf6eC10f98b81C8D1c38f7cbf24
relayer_mainnet=0xD7252C026c3cA28D73B4DeeF62FE6ADe86eC17A9
feeController_mainnet=0x88586bfc840b99680c8cc753a36b51999608b1f6
block_mainnet=18386855

# Optimism
registry_optimism=0x0000000000000000000000000000000000000000
Expand Down
Loading