Connect to Xai Testnet
Chain Details
Network Name: Xai Testnet
RPC URL: https://testnet.xai-chain.net/rpc
Chain ID: 47279324479
Currency Symbol: GETH
Block Explorer URL: https://testnet-explorer.xai-chain.net/
Gas Limits
32,000,000 computational gas per block
forwarded gas value is the same as on ETH: 2300
XAI Connections & Explorers
Below is a JSON example of what XAI's connections and explorers will be (following this format: https://github.com/ethereum-lists/chains). Additionally, for chain type, it is an L3, but that's not an option right now. Currently there are only L2 type chains in the repo.
"name": "Xai Görli Orbit",
"title": "Xai Görli Orbit Testnet",
"chain": "ETH",
"rpc": [
"
https://testnet.xai-chain.net/rpc
"
],
"faucets": [],
"nativeCurrency": {
"name": "Xai Görli Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "
https://xai.games/
",
"shortName": "xai-goerli",
"chainId": 47279324479,
"networkId": 47279324479,
"explorers": [
{
"name": "Xai Görli Testnet Explorer",
"url": "
https://testnet-explorer.xai-chain.net
",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-421613",
"bridges": [
{
"url": "
https://bridge.arbitrum.io
"
}
]
}
}
Last updated