Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit f15a11c

Browse files
committed
Remove publicnode provider from Polygon zkEVM testnet configuration
1 parent 33fb7fd commit f15a11c

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

chains/polygon-zkevm-sepolia-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,6 @@
1616
{
1717
"alias": "default",
1818
"rpcUrl": "https://rpc.cardona.zkevm-rpc.com"
19-
},
20-
{
21-
"alias": "publicnode",
22-
"rpcUrl": "https://endpoints.omniatech.io/v1/polygon-zkevm/testnet/public"
2319
}
2420
],
2521
"symbol": "ETH",

src/generated/chains.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1440,10 +1440,7 @@ export const CHAINS: Chain[] = [
14401440
},
14411441
id: '2442',
14421442
name: 'Polygon zkEVM testnet',
1443-
providers: [
1444-
{ alias: 'default', rpcUrl: 'https://rpc.cardona.zkevm-rpc.com' },
1445-
{ alias: 'publicnode', rpcUrl: 'https://endpoints.omniatech.io/v1/polygon-zkevm/testnet/public' },
1446-
],
1443+
providers: [{ alias: 'default', rpcUrl: 'https://rpc.cardona.zkevm-rpc.com' }],
14471444
symbol: 'ETH',
14481445
testnet: true,
14491446
},

0 commit comments

Comments
 (0)