diff --git a/src/openapi/nft/nft.yaml b/src/openapi/nft/nft.yaml index 6c706e496..ce3744157 100644 --- a/src/openapi/nft/nft.yaml +++ b/src/openapi/nft/nft.yaml @@ -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 diff --git a/src/openrpc/alchemy/debug/debug.yaml b/src/openrpc/alchemy/debug/debug.yaml index 6e63da102..a03b63301 100644 --- a/src/openrpc/alchemy/debug/debug.yaml +++ b/src/openrpc/alchemy/debug/debug.yaml @@ -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 diff --git a/src/openrpc/alchemy/token/token.yaml b/src/openrpc/alchemy/token/token.yaml index d1ea48ae1..2c852f030 100644 --- a/src/openrpc/alchemy/token/token.yaml +++ b/src/openrpc/alchemy/token/token.yaml @@ -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 diff --git a/src/openrpc/alchemy/transfers/transfers.yaml b/src/openrpc/alchemy/transfers/transfers.yaml index 8407aa1b5..c9d89bad7 100644 --- a/src/openrpc/alchemy/transfers/transfers.yaml +++ b/src/openrpc/alchemy/transfers/transfers.yaml @@ -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