Skip to content
✨ Learn more about Convo Space & Omnid →
Docs
ConvoX
Omnid RPC

Omnid RPC

Introduction

Omnid's RPC is an open-source (opens in a new tab), self-hostable RPC Proxy that scans the transactions for malicious/phishing addresses using static analysis and transaction simulation before you send them. If malicious activity is detected, the transaction is reverted before its execution.

Supported Networks

Ethereum

NetworkRPCChainId
Mainnethttps://rpc.omnid.space/mainnet1 0x1
Goerli Testnethttps://rpc.omnid.space/goerli5 0x5
Sepolia Testnethttps://rpc.omnid.space/sepolia11155111 0xAA36A7
⚠️ Rinkeby Testnet (DEPRECATED (opens in a new tab))https://rpc.omnid.space/rinkeby4 0x4
⚠️ Ropsten Testnet (DEPRECATED (opens in a new tab))https://rpc.omnid.space/ropsten3 0x3
⚠️ Kovan Testnet (DEPRECATED (opens in a new tab))https://rpc.omnid.space/kovan42 0x2A

Flashbots

NetworkRPCChainId
Ethereum Mainnethttps://rpc.omnid.space/mainnet-flashbots1 0x1
Ethereum Mainnet (Fast Mode)https://rpc.omnid.space/mainnet-flashbots-fast1 0x1
Ethereum Goerlihttps://rpc.omnid.space/goerli-flashbots5 0x5

Polygon

NetworkRPCChainId
Mainnethttps://rpc.omnid.space/polygon137 0x89
Mumbai Testnethttps://rpc.omnid.space/polygon-testnet80001 0x13881

Optimism

NetworkRPCChainId
Mainnethttps://rpc.omnid.space/optimism10 0xA
Goerli Testnethttps://rpc.omnid.space/optimism-testnet420 0x1A4

Arbitrum

NetworkRPCChainId
Mainnet (Arbitrum One)https://rpc.omnid.space/arbitrum42161 0xA4B1
Mainnet (Arbitrum Nova)https://rpc.omnid.space/arbitrum-nova42170 0xA4BA
Nitro Goerli Rollup Testnethttps://rpc.omnid.space/arbitrum-testnet421613 0x66EED

Advanced

NetworkRPCChainId
manualhttps://rpc.omnid.space/manual?rpcUrl=https://polygon-rpc.comauto

🦺 LifeJackets

LifeJackets are customised security layers that can help setup additional layers of protection.

Query Params

ParamDescriptionExample
blockUnverifiedContractsBlock Transactions to Un-Verified Contracts. Powered by Sourcify.dev (opens in a new tab). Suported values: true, false.https://rpc.omnid.space/ethereum?blockUnverifiedContracts=true
enableScannersRun verified contracts through Slither for vulnerability analysis. Suported values: slither.https://rpc.omnid.space/polygon-testnet?enableScanners=slither
blockRecentDnsUpdatesChecks the DNS records for a domain to see when it was last updated (Only RFC 1912 Compliant Domains (opens in a new tab)). Blocks recently modified domains to prevent DNS poisioning atttacks (opens in a new tab). Supported Values: number set in Days.https://rpc.omnid.space/ethereum?blockRecentDnsUpdates=2

Relevant links