Need to get some test balance on sapphire dev network

Hi all! hope you are all doing well, I am posting here to get some knowledge on the issue I am getting while sending the mock transaction, I am get to know that I am having 0 funds and I am using Sapphire devnet to test the web3 auth sdk with react native. can somebody help me how do I get the test balance to my account. Is there a way to get it, I need to test. Thank you in advance.

ERROR:

"reason": "insufficient funds for intrinsic transaction cost",

"code": "INSUFFICIENT_FUNDS",

"error": {

"reason": "processing response error",

"code": "SERVER_ERROR",

"body": "{"jsonrpc|":\"2.0\",\"id\":46,|"error\":

(l"code|":-32000,|"message|":|"insufficient funds for transfer\"}}",

"error": {

"code": -32000

Hi @syyedshoaib.official,

Welcome to our community! :slight_smile:

To obtain tokens for testing our example dApps, it doesn’t matter whether you’re using the Sapphire mainnet or devnet. Both can be used to test our product, and they will return different addresses. However, if you wish to test transactions, it’s essential to know which chainId you’re connected to. The best way to get funds into your account is by visiting the faucet page and requesting them.

Sepolia ETH Faucet: Ethereum Sepolia Faucet
Polygon Amoy Faucet: Polygon Amoy Faucet

Let us know if you need further assistance!