Skip to content

Commit 2fe46ac

Browse files
authored
docs(specs): update server endpoints from Daikon [Bot] (#1414)
* docs(specs): update token server endpoints from Daikon * docs(specs): update transfers server endpoints from Daikon * docs(specs): update debug server endpoints from Daikon * docs(specs): update nft server endpoints from Daikon
1 parent dd53924 commit 2fe46ac

4 files changed

Lines changed: 7 additions & 0 deletions

File tree

src/openapi/nft/nft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ servers: # servers are also specified at the method level, if there isn't a spec
4242
- mythos-mainnet
4343
- opt-mainnet
4444
- opt-sepolia
45+
- robinhood-mainnet
4546
- robinhood-testnet
4647
- ronin-mainnet
4748
- ronin-saigon

src/openrpc/alchemy/debug/debug.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ servers:
187187
name: Rise Mainnet
188188
- url: https://rise-testnet.g.alchemy.com/v2
189189
name: Rise Testnet
190+
- url: https://robinhood-mainnet.g.alchemy.com/v2
191+
name: Robinhood Chain Mainnet
190192
- url: https://robinhood-testnet.g.alchemy.com/v2
191193
name: Robinhood Chain Testnet
192194
- url: https://ronin-mainnet.g.alchemy.com/v2

src/openrpc/alchemy/token/token.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ servers:
9797
name: OP Mainnet Mainnet
9898
- url: https://opt-sepolia.g.alchemy.com/v2
9999
name: OP Mainnet Sepolia
100+
- url: https://robinhood-mainnet.g.alchemy.com/v2
101+
name: Robinhood Chain Mainnet
100102
- url: https://robinhood-testnet.g.alchemy.com/v2
101103
name: Robinhood Chain Testnet
102104
- url: https://ronin-mainnet.g.alchemy.com/v2

src/openrpc/alchemy/transfers/transfers.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ servers:
9797
name: OP Mainnet Mainnet
9898
- url: https://opt-sepolia.g.alchemy.com/v2
9999
name: OP Mainnet Sepolia
100+
- url: https://robinhood-mainnet.g.alchemy.com/v2
101+
name: Robinhood Chain Mainnet
100102
- url: https://robinhood-testnet.g.alchemy.com/v2
101103
name: Robinhood Chain Testnet
102104
- url: https://ronin-mainnet.g.alchemy.com/v2

0 commit comments

Comments
 (0)