Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #629 from kjeom/no-longer-maintenance
Browse files Browse the repository at this point in the history
reorder the server sequence
  • Loading branch information
jack authored Jun 20, 2024
2 parents 140a55a + 225a2c3 commit 144325e
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion documentation/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ x-tagGroups:
- mainbridge
- subbridge
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:
# kaia/account
/kaia/account/accountCreated:
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- admin
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: https://localhost:8551
paths:

# admin
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- debug
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: https://localhost:8551
paths:
# debug/logging:
/debug/logging/setVMLogTarget:
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/eth.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- eth
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# eth/account
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/governance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- governance
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# governance
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/kaia.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- kaia
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# kaia/account
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/klay.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- klay
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# klay/account
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/mainbridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- mainbridge
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# mainbridge:
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/net.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- net
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# net
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/personal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- personal
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# personal
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/subbridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- subbridge
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# subbridge:
Expand Down
2 changes: 1 addition & 1 deletion documentation/namespaces/txpool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ x-tagGroups:
tags:
- txpool
servers:
- url: http://localhost:8551
- url: https://api.baobab.klaytn.net:8651
- url: https://public-en-cypress.klaytn.net
- url: http://localhost:8551
paths:

# txpool
Expand Down

0 comments on commit 144325e

Please sign in to comment.