Skip to content

Commit

Permalink
fix: get optimism rpc url from secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-CCH committed Aug 12, 2024
1 parent a0326d3 commit b538667
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/two-waves-arrive.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@protocolink/logics': patch
---

get optimism rpc url from secret
1 change: 0 additions & 1 deletion .env.optimism.pb
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
CHAIN_ID=10
BLOCK_NUMBER=119817300
HTTP_RPC_URL=https://mainnet.optimism.io
3 changes: 3 additions & 0 deletions .github/workflows/e2e-test-optimism-pb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
pull_request:

env:
HTTP_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}

jobs:
run-e2e-test:
name: optimism pb
Expand Down

0 comments on commit b538667

Please sign in to comment.