ThunderCore Mainnet
The following contains details for the RPC - HTTP, and WS. There is also a full node setup if you wish to setup your own full node.
Network name | ThunderCore Mainnet |
---|---|
Gas token | TT token |
ChainID | 108 |
RPC | ThunderCore blockchain:
https://mainnet-rpc.thundercore.com
Use these alternative RPCs only if the above RPC fails:
https://mainnet-rpc.thundertoken.net
https://mainnet-rpc.thundercore.io |
Websocket | wss://mainnet-ws.thundercore.com
wss://mainnet-ws.thundertoken.net
wss://mainnet-ws.thundercore.io |
Block Explorer | |
Faucet |
Block time (sec) | 1 sec |
Number of blocks to transaction finality | 1 block |
Gas token symbol | TT |
A canonical bridge for gas/stables | |
Chain permissions | Permissionless |
Sources of purchasing gas tokens | |
Pricing source of token | |
Block gas limit | 100M |
Transaction gas limit | 100M, but code size or tx size will exceed the limit first |
Transaction calldata size limit | 40960 |
- 1.Create a new Wallet on the ThunderCore Chain mainnet with MetaMask, Trust Wallet, MathWallet or any EVM compatible wallet.
- 2.Check out how you can get Mainnet tokens here and deposit them to your ThunderCore compatible wallet.
You can start the HTTP JSON-RPC with the --rpc flag
geth attach https://mainnet-rpc.thundercore.com
The rate limit of ThunderCore endpoint Mainnet is
10K/hr
.You can make
eth_getLogs
requests with up to unlimit block range for now, But we're going change this limit to 172800
block range. If you need to pull logs frequently, we recommend using WebSockets to push new logs to you when they are available.Important: Thundercore network native token is TT, which will be used as gas fee
Last modified 7d ago