-
Notifications
You must be signed in to change notification settings - Fork 1
/
testnet.json
28 lines (28 loc) · 942 Bytes
/
testnet.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"chainId":"71ee83bcf52142d61019d95f9cc5427ba6a0d7ff8accd9e2088ae2abeaf3d3dd",
"explorerUrl":"https://testnet.protonscan.io",
"explorerName":"Testnet ProtonScan.io",
"resourceTokenSymbol":"SYS",
"resourceTokenContract":"eosio.token",
"systemTokenSymbol":"XPR",
"systemTokenContract":"eosio.token",
"rpcEndpoints":[
"https://testnet-rpc.api.protondex.com",
"https://protontestnet.greymass.com",
"https://proton-testnet.eoscafeblock.com",
"https://testnet.protonchain.com",
"https://test.proton.eosusa.news"
],
"actionsRpcEndpoints":[
"https://protontestnet.greymass.com",
"https://testnet.protonchain.com",
"https://test.proton.eosusa.news"
],
"hyperionEndpoints":[
"https://testnet.proton.pink.gg"
],
"lightEndpoints":[
"https://testnet-lightapi.eosams.xeos.me"
],
"atomicassetsEndpoint": "https://test.proton.api.atomicassets.io"
}