Skip to content

Commit c042f61

Browse files
authored
docs(specs): update server endpoints from Daikon [Bot] (#853)
* docs(specs): update token server endpoints from Daikon * docs(specs): update nft server endpoints from Daikon * docs(specs): update debug server endpoints from Daikon * docs(specs): update trace server endpoints from Daikon
1 parent d24c902 commit c042f61

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

src/openapi/nft/nft.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ servers: # servers are also specified at the method level, if there isn't a spec
2929
- blast-sepolia
3030
- bnb-mainnet
3131
- celo-mainnet
32+
- celo-sepolia
3233
- gnosis-mainnet
3334
- gnosis-chiado
3435
- lens-mainnet

src/openrpc/alchemy/debug/debug.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ servers:
5252
name: Polygon Mainnet
5353
- url: https://polygon-amoy.g.alchemy.com/v2
5454
name: Polygon Amoy
55+
- url: https://megaeth-testnet.g.alchemy.com/v2
56+
name: MegaETH Testnet
5557
- url: https://opt-mainnet.g.alchemy.com/v2
5658
name: OP Mainnet Mainnet
5759
- url: https://opt-sepolia.g.alchemy.com/v2

src/openrpc/alchemy/token/token.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ servers:
9191
name: Polygon Mainnet
9292
- url: https://polygon-amoy.g.alchemy.com/v2
9393
name: Polygon Amoy
94+
- url: https://monad-mainnet.g.alchemy.com/v2
95+
name: Monad Mainnet
9496
- url: https://monad-testnet.g.alchemy.com/v2
9597
name: Monad Testnet
9698
- url: https://opt-mainnet.g.alchemy.com/v2

src/openrpc/alchemy/trace/trace.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ servers:
3333
name: Polygon Mainnet
3434
- url: https://polygon-amoy.g.alchemy.com/v2
3535
name: Polygon Amoy
36+
- url: https://megaeth-testnet.g.alchemy.com/v2
37+
name: MegaETH Testnet
3638
- url: https://plasma-mainnet.g.alchemy.com/v2
3739
name: Plasma Mainnet
3840
- url: https://plasma-testnet.g.alchemy.com/v2

0 commit comments

Comments
 (0)