Skip to content

Commit

Permalink
build: Update Devnet chain HTTP endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
bgins committed Jun 13, 2024
1 parent 81355c2 commit e568204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/devnet_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: |
cd hardhat
npm ci
doppler run -- npx hardhat deploy --network geth
doppler run -- npx hardhat deploy --network devnet
solver-build-deploy:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion hardhat/hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: HardhatUserConfig = {
accounts: [getAccount('admin').privateKey],
},
devnet: {
url: 'http://0.0.0.0:8547',
url: 'https://devnet-chain-http.lilypad.tech',
chainId: 412346,
accounts: [getAccount('admin').privateKey],
},
Expand Down

0 comments on commit e568204

Please sign in to comment.