Skip to content

Commit dcac0c8

Browse files
authored
fix: update mainnet rpc endpoint
fix: update mainnet rpc endpoint
2 parents 6b94edc + 388191d commit dcac0c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oicd-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
"NEXT_PUBLIC_DEFAULT_CHAIN_ID=1"
131131
"NEXT_PUBLIC_COOKIES_WARNING_ENABLED=true"
132132
"NEXT_PUBLIC_POLLING_INTERVAL=10000"
133-
"NEXT_PUBLIC_RPC_MAINNET=https://rpc.ankr.com/eth"
133+
"NEXT_PUBLIC_RPC_MAINNET=https://rpc.eu-central-1.gateway.fm/v4/ethereum/non-archival/mainnet?apiKey=LXyRambFCpLn3HqgKKRluyfH8RHpf_qT.xOmQXGPVWlOlaDSK"
134134
"NEXT_PUBLIC_RPC_GNOSIS=https://rpc.gnosischain.com"
135135
"NEXT_PUBLIC_RPC_CHIADO=https://rpc.chiadochain.net"
136136
"NEXT_PUBLIC_WALLET_CONNECT_DAPP_URL=${{ secrets.WALLET_CONNECT_URL }}"

.github/workflows/publish-ecr-image-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
"NEXT_PUBLIC_DEFAULT_CHAIN_ID=1"
9595
"NEXT_PUBLIC_COOKIES_WARNING_ENABLED=true"
9696
"NEXT_PUBLIC_POLLING_INTERVAL=10000"
97-
"NEXT_PUBLIC_RPC_MAINNET=https://rpc.ankr.com/eth"
97+
"NEXT_PUBLIC_RPC_MAINNET=https://rpc.eu-central-1.gateway.fm/v4/ethereum/non-archival/mainnet?apiKey=LXyRambFCpLn3HqgKKRluyfH8RHpf_qT.xOmQXGPVWlOlaDSK"
9898
"NEXT_PUBLIC_RPC_GNOSIS=https://rpc.gnosischain.com"
9999
"NEXT_PUBLIC_RPC_CHIADO=https://rpc.chiadochain.net"
100100
"NEXT_PUBLIC_WALLET_CONNECT_DAPP_URL=${{ secrets.WALLET_CONNECT_URL }}"

0 commit comments

Comments
 (0)