@biconomy/ecosystem
Version:
Testing infrastructure for abstractjs with ephemeral networks
37 lines (36 loc) • 821 B
JSON
{
"name": "Base Sepolia",
"rpc": "<YOUR RPC URL (debug_traceCall enabled)>",
"isTestChain": true,
"chainId": "84532",
"type": "optimism",
"eip1559": true,
"price": {
"chainId": "1",
"oracle": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
},
"handleOpsDeposit": "0.01",
"paymentTokens": [
{
"name": "ETH",
"address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"decimals": 18,
"price": {
"chainId": "1",
"oracle": "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419"
}
},
{
"name": "USD Coin",
"address": "0x036CbD53842c5426634e7929541eC2318f3dCF7e",
"symbol": "USDC",
"decimals": 6,
"price": {
"value": "1",
"decimals": "0"
},
"permitEnabled": true
}
]
}