chore: remove pokt goerli

This commit is contained in:
Anthony Laibe 2024-02-26 14:22:21 +01:00 committed by Anthony Laibe
parent eac2f498de
commit 0927955154
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@ var NETWORKS* = %* [
{
"chainId": 5,
"chainName": "Mainnet",
"rpcUrl": "https://goerli-archival.rpc.grove.city/v1/" & POKT_TOKEN_RESOLVED,
"fallbackUrl": "https://goerli.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"rpcUrl": "https://goerli.infura.io/v3/" & INFURA_TOKEN_RESOLVED,
"fallbackUrl": "",
"blockExplorerUrl": "https://goerli.etherscan.io/",
"iconUrl": "network/Network=Ethereum",
"chainColor": "#627EEA",