Network Info

Quick reference for connecting to Igra Network.

Parameter
Value

Network Name

IGRA Galleon Testnet

Chain ID

38836

Chain ID (hex)

0x97B4

Currency Symbol

iKAS

Decimals

18

RPC URL

https://galleon-testnet.igralabs.com:8545

Status: 🟢 Active Testnet

Add to MetaMask

  1. Open MetaMask → Networks → Add Network → Add a network manually

  2. Enter the values from the table above

  3. Click Save

Get Testnet iKAS

Use the Igra Faucetarrow-up-right to get testnet iKAS directly.

Alternatively, bridge from Kaspa testnet:

  1. Kasperia Wallet: Bridge tKAS → iKAS using Kasperia Walletarrow-up-right

  2. Direct Entry: Send a valid entry transaction to:

    kaspatest:qqmstl2znv9tsfgcmj9shme82my867tapz7pdu4ztwdn6sm9452jj5mm0sxzw

For integration details, see the KAS Bridge Integration Guidearrow-up-right


Gas Settings

Parameter
All Networks

Base Fee

1 wei

Gas Price

~2000 Gwei

Block Gas Limit

10,000,000,000

EIP-1559 is active. Transactions support maxFeePerGas and maxPriorityFeePerGas.


Block Production

Parameter
Value

Block Time

~1 second (1 BPS)

Finality (practical)

~30 seconds

Finality (formal)

12 hours

See Ethereum Compatibility and Known Constraints for details on the finality model.


RPC Methods

Standard Ethereum JSON-RPC is supported. Common methods:

Full Ethereum RPC compatibility. Use any standard library (ethers.js, web3.js, viem).


Contract Verification

Blockscout explorer supports contract verification:

  1. Go to your contract on the explorer

  2. Click "Verify & Publish"

  3. Select compiler version and optimization settings

  4. Paste source code or upload standard JSON input

Hardhat and Foundry verification plugins work with Blockscout API.


Last updated