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 nameThunderCore 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

Key info

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

How to get Mainnet tokens

  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.

Getting start

You can start the HTTP JSON-RPC with the --rpc flag

geth attach https://mainnet-rpc.thundercore.com

JSON-RPC methods

Please refer to this wiki page or use Postman

Rate limit

The rate limit of ThunderCore endpoint Mainnet is 10K/hr.

Block range limit

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 updated