Skip to content

Commit

Permalink
setting the temporary settings back to gateway rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
hexoscott committed Nov 24, 2023
1 parent 1d420cd commit 78b6b30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
file: Dockerfile.mainnet
build-args: |
"VERSION=${{ steps.tag_version.outputs.new_tag }}"
"APIKEY=${{ secrets.PALM_MAINNET_APIKEY }}"
tags: |
gatewayfm/polygon-edge:mainnet-latest
gatewayfm/polygon-edge:mainnet-${{ steps.tag_version.outputs.new_tag }}
Expand Down
2 changes: 1 addition & 1 deletion genesis-mainnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"stakeTokenAddr": "0x7D1AfA7B718fb893dB30A3aBc0Cfc608AaCfeBB0",
"blsAddr": "0xD48Adf16DD37e0aA48A1FFa391bAf4F603fc0B3e",
"bn256G2Addr": "0x40EeC6136C1F3604D4faED7022e4341B8e717978",
"jsonRPCEndpoint": "https://eth-mainnet.public.blastapi.io",
"jsonRPCEndpoint": "https://rpc.eu-central-1.gateway.fm/v4/ethereum/non-archival/mainnet",
"eventTrackerStartBlocks": {
"0x1546b9c9cb0d20FD123756df746346fd7d8e9DE3": 18469904
}
Expand Down

0 comments on commit 78b6b30

Please sign in to comment.