Skip to content

Commit

Permalink
add json rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
kienvc authored May 6, 2024
1 parent d5f048b commit f67f139
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
6 changes: 4 additions & 2 deletions docs/archived/3.rpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ Target users: `Validator`, `App Developer`, `First-Timer` and the majority of `A
```
Network Name: Euphoria Testnet
RPC URL: https://rpc.euphoria.aura.network
ChainID: euphoria-2
ETH RPC URL: https://jsonrpc.euphoria.aura.network
ChainID: aura_6321-3
Symbol: EAURA
Block Explorer URL: https://euphoria.aurascan.io/
```
Expand All @@ -48,7 +49,8 @@ Target users: `App Developer`.
```
Network Name: Serenity Testnet
RPC URL: https://rpc.serenity.aura.network
ChainID: serenity-testnet-001
ETH RPC URL: https://jsonrpc.serenity.aura.network
ChainID: auradev_1236-2
Symbol: AURA
Block Explorer URL: https://serenity.aurascan.io/
```
27 changes: 13 additions & 14 deletions static/data/publicEndpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,31 +29,27 @@
]
},
"euphoria": {
"Chain ID": ["euphoria-2"],
"Chain ID": ["aura_6321-3"],
"Type": ["Staging Network"],
"Genesis": ["https://github.com/aura-nw/testnets/raw/main/euphoria-2/euphoria-2-genesis.tar.gz"],
"Genesis": ["https://images.aura.network/aura_6321-3-genesis.tar.gz"],
"Explorer": ["https://euphoria.aurascan.io"],
"RPC": [
"https://rpc.euphoria.aura.network",
"https://aura-testnet.rpc.kjnodes.com",
"https://rpc-aura-testnet.mms.team",
"https://rpc-euphoria.aura.palamar.io"
"https://rpc.euphoria.aura.network"
],
"LCD": [
"https://lcd.euphoria.aura.network",
"https://aura-testnet.api.kjnodes.com",
"https://api-aura-testnet.mms.team",
"https://api-euphoria.aura.palamar.io"
"https://lcd.euphoria.aura.network"
],
"gRPC": [
"http://grpc.euphoria.aura.network:9090",
"https://aura-testnet.grpc.kjnodes.com"
"http://grpc.euphoria.aura.network:9090"
],
"ETH RPC": [
"https://jsonrpc.euphoria.aura.network"
]
},
"serenity": {
"Chain ID": ["serenity-testnet-001"],
"Chain ID": ["auradev_1236-2"],
"Type": ["Testnet"],
"Genesis": ["https://github.com/aura-nw/testnets/blob/main/serenity-testnet/genesis.json"],
"Genesis": [""],
"Explorer": ["https://serenity.aurascan.io"],
"RPC": [
"https://rpc.serenity.aura.network"
Expand All @@ -63,6 +59,9 @@
],
"gRPC": [
"http://grpc.serenity.aura.network:9092"
],
"ETH RPC": [
"https://jsonrpc.serenity.aura.network"
]
}
}

0 comments on commit f67f139

Please sign in to comment.