For the complete documentation index, see llms.txt. This page is also available as Markdown.

Testnet Overview

You can find the chainid and supporting information for Patex Sepolia, our test network, using these endpoints. To obtain ETH and tokens (both ERC-20 and NFT) from faucets, see here.

This page shows some additional testing utilities that you might find useful.

Testnet
Parameters

Network name

Patex Sepolia Testnet

RPC URL

https://test-rpc.patex.io

Chain ID

471100

Currency symbol

ETH

# ERC-20 tokens

We have several ERC-20 testing token contracts. This token is an implementation of ERC-20, with the addition of faucet, a function that mints for the caller 1000 tokens to facilitate testing.

Additionally, all Patex networks have WETH at address 0x4200000000000000000000000000000000000006 (opens new window).

Sepolia Patex ERC-20 testing contracts

# ERC-721 tokens

We have an ERC-721 token on Patex Sepolia at address 0xEB0D7aBb8C7610D48ACebe3a824aA27af578A52c. It is the OpenZeppelin ERC-721 token contract with the addition of faucet. Just call the faucet function to get as many NFT tokens as you need.

Last updated