Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add OMNIA Protocol #1787

Merged
merged 7 commits into from
Jun 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions docs/tooling/rpc-providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,49 @@ Features:
- For `DFK-Subnet`, the URL is
`https://lb.nodies.app/v1/105f8099e80f4123976b59df1ebfb433/ext/bc/q2aTwKuyzgs8pynF7UXBZCU7DejbZbZ6EUyHr3JQzYgwNPUPi/rpc`

### OMNIA Protocol

[OMNIA Protocol](https://app.omniatech.io/dashboard/generate-endpoints) supports the C-Chain Mainnet and Testnet (Fuji).

#### HTTP

- For C-Chain RPC Endpoint Mainnet, the URL is `https://endpoints.omniatech.io/v1/avax/mainnet/public`

### Testnet and WSS

- Please go [here](https://app.omniatech.io/dashboard/generate-endpoints) and generate a private pair of HTTP and WSS endpoints
for Avalanche

### Custom Methods
<!-- vale off -->
- Learn more about the [Custom JSON-RPC API](https://docs.omniatech.io/rpc-api-docs/chains/avalanche-c-chain/custom-json-rpc-api) for the Avalanche C-Chain in
the Omnia official documentation.

Features:
- Get started for Free (100,000 requests daily, 50RPS)
- WSS on free tier
- Reliable, fast, secure and scalable RPC API services
- SLA of 99.9%
- Low Latency
- Advanced Caching
- Decentralized Infrastructure
- 24/7 Monitoring and Real-time Alerts
- Benchmark HealthCheck Monitor
- RPC, HTTPS, WSS endpoints and Graph QL Support
- Bring a Node, Run a Node
- RPC Protect (DeFi)
- Reinforced Transactions
- Frontrunning Protection
- Private Transactions
- Metadata Protection
- Honeypot Protection
- MEV Cashback
- OMNIA Dashboard & Advanced Analytics
- Advanced Debugging
- Multiple Pricing Tiers. Pay in Crypto or credit card.
- 24/7 Discord Support & Direct Support option
<!-- vale on -->

### QuickNode

[QuickNode](https://www.quicknode.com/chains/avax) supports the X-Chain,
Expand Down
Loading