Skip to content

Commit

Permalink
add kjnodes endpoints (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
kj89 committed Jun 12, 2024
1 parent 055e40e commit bf66ff0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions testnets/archwaytestnet/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@
"id": "e8d60ff778f3c27f54382ff22c7ac071f2a81027",
"address": "35.223.36.227:26656",
"provider": "Archway Foundation"
},
{
"id": "3f472746f46493309650e5a033076689996c8881",
"address": "archway-testnet.rpc.kjnodes.com:15659",
"provider": "kjnodes"
}
],
"persistent_peers": [
Expand All @@ -94,6 +99,11 @@
"id": "7786f708c1851dd433a03f71ec3ff74d65895de7",
"address": "34.31.130.235:26656",
"provider": "Archway Foundation"
},
{
"id": "d5519e378247dfb61dfe90652d1fe3e2b3005a5b",
"address": "archway-testnet.rpc.kjnodes.com:15656",
"provider": "kjnodes"
}
]
},
Expand All @@ -106,6 +116,10 @@
{
"address": "https://constantine.api.trivium.network:26657",
"provider": "TriviumX | Architech"
},
{
"address": "https://archway-testnet.rpc.kjnodes.com",
"provider": "kjnodes"
}
],
"rest": [
Expand All @@ -116,6 +130,10 @@
{
"address": "https://constantine.api.trivium.network:1317",
"provider": "TriviumX | Architech"
},
{
"address": "https://archway-testnet.api.kjnodes.com",
"provider": "kjnodes"
}
],
"grpc": [
Expand All @@ -126,6 +144,10 @@
{
"address": "constantine.api.trivium.network:9090",
"provider": "TriviumX | Architech"
},
{
"address": "archway-testnet.grpc.kjnodes.com:443",
"provider": "kjnodes"
}
]
},
Expand Down

0 comments on commit bf66ff0

Please sign in to comment.