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

Commit 17d6da1

Browse files
committed
Remove redundant provider
1 parent 07063e5 commit 17d6da1

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

chains/ethereum-holesky-testnet.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@
1717
{
1818
"alias": "default",
1919
"rpcUrl": "https://ethereum-holesky-rpc.publicnode.com"
20-
},
21-
{
22-
"alias": "publicnode",
23-
"rpcUrl": "https://ethereum-holesky-rpc.publicnode.com"
2420
}
2521
],
2622
"symbol": "ETH",

src/generated/chains.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -540,10 +540,7 @@ export const CHAINS: Chain[] = [
540540
},
541541
id: '17000',
542542
name: 'Ethereum Holesky testnet',
543-
providers: [
544-
{ alias: 'default', rpcUrl: 'https://ethereum-holesky-rpc.publicnode.com' },
545-
{ alias: 'publicnode', rpcUrl: 'https://ethereum-holesky-rpc.publicnode.com' },
546-
],
543+
providers: [{ alias: 'default', rpcUrl: 'https://ethereum-holesky-rpc.publicnode.com' }],
547544
symbol: 'ETH',
548545
testnet: true,
549546
},

0 commit comments

Comments
 (0)