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
1 change: 1 addition & 0 deletions src/openapi/nft/nft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ servers: # servers are also specified at the method level, if there isn't a spec
- blast-sepolia
- bnb-mainnet
- celo-mainnet
- celo-sepolia
- gnosis-mainnet
- gnosis-chiado
- lens-mainnet
Expand Down
2 changes: 2 additions & 0 deletions src/openrpc/alchemy/debug/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ servers:
name: Polygon Mainnet
- url: https://polygon-amoy.g.alchemy.com/v2
name: Polygon Amoy
- url: https://megaeth-testnet.g.alchemy.com/v2
name: MegaETH Testnet
- url: https://opt-mainnet.g.alchemy.com/v2
name: OP Mainnet Mainnet
- url: https://opt-sepolia.g.alchemy.com/v2
Expand Down
2 changes: 2 additions & 0 deletions src/openrpc/alchemy/token/token.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ servers:
name: Polygon Mainnet
- url: https://polygon-amoy.g.alchemy.com/v2
name: Polygon Amoy
- url: https://monad-mainnet.g.alchemy.com/v2
name: Monad Mainnet
- url: https://monad-testnet.g.alchemy.com/v2
name: Monad Testnet
- url: https://opt-mainnet.g.alchemy.com/v2
Expand Down
2 changes: 2 additions & 0 deletions src/openrpc/alchemy/trace/trace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ servers:
name: Polygon Mainnet
- url: https://polygon-amoy.g.alchemy.com/v2
name: Polygon Amoy
- url: https://megaeth-testnet.g.alchemy.com/v2
name: MegaETH Testnet
- url: https://plasma-mainnet.g.alchemy.com/v2
name: Plasma Mainnet
- url: https://plasma-testnet.g.alchemy.com/v2
Expand Down
Loading