Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/openrpc/alchemy/bundler/bundler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ servers:
name: Plasma Mainnet
- url: https://plasma-testnet.g.alchemy.com/v2
name: Plasma Testnet
- url: https://polynomial-mainnet.g.alchemy.com/v2
name: Polynomial Mainnet
- url: https://polynomial-sepolia.g.alchemy.com/v2
name: Polynomial Sepolia
- url: https://rise-testnet.g.alchemy.com/v2
name: Rise Testnet
- url: https://robinhood-testnet.g.alchemy.com/v2
Expand Down Expand Up @@ -113,6 +109,10 @@ servers:
name: World Chain Mainnet
- url: https://worldchain-sepolia.g.alchemy.com/v2
name: World Chain Sepolia
- url: https://xlayer-mainnet.g.alchemy.com/v2
name: X Layer Mainnet
- url: https://xlayer-testnet.g.alchemy.com/v2
name: X Layer Testnet
- url: https://zora-mainnet.g.alchemy.com/v2
name: Zora Mainnet
- url: https://zora-sepolia.g.alchemy.com/v2
Expand Down
8 changes: 4 additions & 4 deletions src/openrpc/alchemy/debug/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ servers:
name: Ethereum Sepolia
- url: https://eth-sepoliabeacon.g.alchemy.com/v2
name: Ethereum Sepolia Beacon
- url: https://abstract-mainnet.g.alchemy.com/v2
name: Abstract Mainnet
- url: https://abstract-testnet.g.alchemy.com/v2
name: Abstract Testnet
- url: https://adi-mainnet.g.alchemy.com/v2
name: ADI Mainnet
- url: https://adi-testnet.g.alchemy.com/v2
Expand Down Expand Up @@ -81,10 +85,6 @@ servers:
name: Polygon zkEVM Mainnet
- url: https://polygonzkevm-cardona.g.alchemy.com/v2
name: Polygon zkEVM Cardona
- url: https://polynomial-mainnet.g.alchemy.com/v2
name: Polynomial Mainnet
- url: https://polynomial-sepolia.g.alchemy.com/v2
name: Polynomial Sepolia
- url: https://stable-mainnet.g.alchemy.com/v2
name: Stable Mainnet
- url: https://stable-testnet.g.alchemy.com/v2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ servers:
name: Plasma Mainnet
- url: https://plasma-testnet.g.alchemy.com/v2
name: Plasma Testnet
- url: https://polynomial-mainnet.g.alchemy.com/v2
name: Polynomial Mainnet
- url: https://polynomial-sepolia.g.alchemy.com/v2
name: Polynomial Sepolia
- url: https://rise-testnet.g.alchemy.com/v2
name: Rise Testnet
- url: https://robinhood-testnet.g.alchemy.com/v2
Expand Down Expand Up @@ -113,6 +109,10 @@ servers:
name: World Chain Mainnet
- url: https://worldchain-sepolia.g.alchemy.com/v2
name: World Chain Sepolia
- url: https://xlayer-mainnet.g.alchemy.com/v2
name: X Layer Mainnet
- url: https://xlayer-testnet.g.alchemy.com/v2
name: X Layer Testnet
- url: https://zora-mainnet.g.alchemy.com/v2
name: Zora Mainnet
- url: https://zora-sepolia.g.alchemy.com/v2
Expand Down
4 changes: 4 additions & 0 deletions src/openrpc/alchemy/trace/trace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ servers:
name: Ethereum Sepolia
- url: https://eth-sepoliabeacon.g.alchemy.com/v2
name: Ethereum Sepolia Beacon
- url: https://abstract-mainnet.g.alchemy.com/v2
name: Abstract Mainnet
- url: https://abstract-testnet.g.alchemy.com/v2
name: Abstract Testnet
- url: https://arc-testnet.g.alchemy.com/v2
name: Arc Testnet
- url: https://base-mainnet.g.alchemy.com/v2
Expand Down
Loading