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
Network | RPC | ChainId |
---|---|---|
Mainnet | https://rpc.omnid.space/mainnet | 1 0x1 |
Goerli Testnet | https://rpc.omnid.space/goerli | 5 0x5 |
Sepolia Testnet | https://rpc.omnid.space/sepolia | 11155111 0xAA36A7 |
⚠️ Rinkeby Testnet (DEPRECATED (opens in a new tab)) | https://rpc.omnid.space/rinkeby | 4 0x4 |
⚠️ Ropsten Testnet (DEPRECATED (opens in a new tab)) | https://rpc.omnid.space/ropsten | 3 0x3 |
⚠️ Kovan Testnet (DEPRECATED (opens in a new tab)) | https://rpc.omnid.space/kovan | 42 0x2A |
Flashbots
Network | RPC | ChainId |
---|---|---|
Ethereum Mainnet | https://rpc.omnid.space/mainnet-flashbots | 1 0x1 |
Ethereum Mainnet (Fast Mode) | https://rpc.omnid.space/mainnet-flashbots-fast | 1 0x1 |
Ethereum Goerli | https://rpc.omnid.space/goerli-flashbots | 5 0x5 |
Polygon
Network | RPC | ChainId |
---|---|---|
Mainnet | https://rpc.omnid.space/polygon | 137 0x89 |
Mumbai Testnet | https://rpc.omnid.space/polygon-testnet | 80001 0x13881 |
Optimism
Network | RPC | ChainId |
---|---|---|
Mainnet | https://rpc.omnid.space/optimism | 10 0xA |
Goerli Testnet | https://rpc.omnid.space/optimism-testnet | 420 0x1A4 |
Arbitrum
Network | RPC | ChainId |
---|---|---|
Mainnet (Arbitrum One) | https://rpc.omnid.space/arbitrum | 42161 0xA4B1 |
Mainnet (Arbitrum Nova) | https://rpc.omnid.space/arbitrum-nova | 42170 0xA4BA |
Nitro Goerli Rollup Testnet | https://rpc.omnid.space/arbitrum-testnet | 421613 0x66EED |
Advanced
Network | RPC | ChainId |
---|---|---|
manual | https://rpc.omnid.space/manual?rpcUrl=https://polygon-rpc.com | auto |
🦺 LifeJackets
LifeJackets are customised security layers that can help setup additional layers of protection.
Query Params
Param | Description | Example |
---|---|---|
blockUnverifiedContracts | Block 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 |
enableScanners | Run verified contracts through Slither for vulnerability analysis. Suported values: slither . | https://rpc.omnid.space/polygon-testnet?enableScanners=slither |
blockRecentDnsUpdates | Checks 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
- Source Code : GitHub (opens in a new tab)
- Website (opens in a new tab)