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: express lane deploy #267

Merged
merged 2 commits into from
Nov 21, 2024

Conversation

gzeoneth
Copy link
Member

  1. checkout nitro-contract branch express-lane-auction-deploy
  2. edit deploy/ExpressLaneAuction.js for the required config
  3. edit hardhat.config.ts to add your network e.g.
    devnet: {
      url: 'http://127.0.0.1:8547',
      accounts: process.env['DEVNET_PRIVKEY']
        ? [process.env['DEVNET_PRIVKEY']]
        : [],
    },
  1. run this to deploy
DEVNET_PRIVKEY=0x1234 yarn hardhat deploy --tags ExpressLaneAuction --write true --network devnet

@cla-bot cla-bot bot added the s label Nov 20, 2024
@gzeoneth gzeoneth marked this pull request as ready for review November 21, 2024 06:41
@gzeoneth gzeoneth merged commit addbc08 into express-lane-auction Nov 21, 2024
10 of 12 checks passed
@gzeoneth gzeoneth deleted the express-lane-auction-deploy branch November 21, 2024 06:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants