Skip to content

Commit

Permalink
Fixed issue of rpc listing showing api endpoints (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
emperorjm authored Aug 15, 2024
1 parent 99cb631 commit 8a06dfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions content/5.resources/1.networks.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Scroll to see the list of endpoints in the tables below.

### Rest endpoints

::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="'rest'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="rest"}
::

### RPC endpoints

::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="'rpc'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/archway/chain.json" :endpointType="rpc"}
::

Archway's mainnet, the value-capture chain.
Expand All @@ -52,12 +52,12 @@ Scroll to see the list of endpoints in the tables below.

### Rest endpoints

::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="'rest'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="rest"}
::

### RPC endpoints

::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="'rpc'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/testnets/archwaytestnet/chain.json" :endpointType="rpc"}
::

Stable testing network for dapp developers building dApps.
Expand All @@ -77,12 +77,12 @@ Scroll to see the list of endpoints in the tables below.

### Rest endpoints

::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="'rest'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="rest"}
::

### RPC endpoints

::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="'rpc'"}
::endpointTable{:file="https://raw.githubusercontent.com/archway-network/networks/main/devnets/archwaydevnet/chain.json" :endpointType="rpc"}
::

Experimental testing network for testing out the newest features baked into Archway network.
Expand Down

0 comments on commit 8a06dfa

Please sign in to comment.