Skip to content

Commit

Permalink
Add servers
Browse files Browse the repository at this point in the history
  • Loading branch information
firelizzard18 committed Oct 13, 2023
1 parent eaef688 commit f48c53a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion pkg/api/v3/openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,21 @@ info:
title: Accumulate JSON-RPC
license:
name: MIT
host: mainnet.accumulatenetwork.io
schemes:
- https
consumes:
- application/json
produces:
- application/json

servers:
- url: https://mainnet.accumulatenetwork.io
description: MainNet
- url: https://kermit.accumulatenetwork.io
description: Kermit TestNet
- url: https://fozzie.accumulatenetwork.io
description: Fozzie TestNet

paths:
/v3:
post:
Expand Down

0 comments on commit f48c53a

Please sign in to comment.