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 @@ -42,6 +42,7 @@ servers: # servers are also specified at the method level, if there isn't a spec
- mythos-mainnet
- opt-mainnet
- opt-sepolia
- robinhood-mainnet
- robinhood-testnet
- ronin-mainnet
- ronin-saigon
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 @@ -187,6 +187,8 @@ servers:
name: Rise Mainnet
- url: https://rise-testnet.g.alchemy.com/v2
name: Rise Testnet
- url: https://robinhood-mainnet.g.alchemy.com/v2
name: Robinhood Chain Mainnet
- url: https://robinhood-testnet.g.alchemy.com/v2
name: Robinhood Chain Testnet
- url: https://ronin-mainnet.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 @@ -97,6 +97,8 @@ servers:
name: OP Mainnet Mainnet
- url: https://opt-sepolia.g.alchemy.com/v2
name: OP Mainnet Sepolia
- url: https://robinhood-mainnet.g.alchemy.com/v2
name: Robinhood Chain Mainnet
- url: https://robinhood-testnet.g.alchemy.com/v2
name: Robinhood Chain Testnet
- url: https://ronin-mainnet.g.alchemy.com/v2
Expand Down
2 changes: 2 additions & 0 deletions src/openrpc/alchemy/transfers/transfers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ servers:
name: OP Mainnet Mainnet
- url: https://opt-sepolia.g.alchemy.com/v2
name: OP Mainnet Sepolia
- url: https://robinhood-mainnet.g.alchemy.com/v2
name: Robinhood Chain Mainnet
- url: https://robinhood-testnet.g.alchemy.com/v2
name: Robinhood Chain Testnet
- url: https://ronin-mainnet.g.alchemy.com/v2
Expand Down
Loading