Imversed Testnet
(IMV)
Popular Contracts
Info
imversed.com
Chain ID
5555558
Native Token
Imversed Token (IMV)
RPC
https://imversed-testnet.rpc.thirdweb.com
Block Height
0
Latency
0 ms
Explorers
Imversed EVM Explorer (Blockscout)
txe-test.imversed.network
Imversed Cosmos Explorer (Big Dipper)
tex-t.imversed.com
Getting Started with Imversed Testnet
Choose a language:
Install the latest version of the SDK:
npm install @thirdweb-dev/sdk ethers@5
Initialize the SDK and contract on your project:
import { ImversedTestnet } from "@thirdweb-dev/chains";import { ThirdwebSDK } from "@thirdweb-dev/sdk/evm";
const sdk = new ThirdwebSDK(ImversedTestnet);const contract = await sdk.getContract("0x0000000000000000000000000000000000000000");