diff --git a/pages/rpc-service/chains/chains-list.mdx b/pages/rpc-service/chains/chains-list.mdx index 1917e519..658c004a 100644 --- a/pages/rpc-service/chains/chains-list.mdx +++ b/pages/rpc-service/chains/chains-list.mdx @@ -9220,6 +9220,20 @@ This section contains a list of methods we don't support for _Premium_ service p If you require any of the methods from the list, contact our Sales (`sales@ankr.com`) about moving to the _Enterprise_ service plan that can provide the services tailored to your specific needs. +**EVM JSON-RPC**: + +**HTTPS**: + +`eth_newFilter`, `eth_getFilterChanges`, `eth_coinbase`, `eth_hashrate`, `eth_mining`, `eth_getWork`,`eth_submitWork`, `eth_submitHashrate`, `net_peerCount`, `eth_newBlockFilter`, `eth_newPendingTransactionFilter`, `eth_uninstallFilter`, `eth_getFilterLogs`, + +`debug_*` (exception: `debug_traceBlockByHash`, `debug_traceBlockByNumber`, `debug_traceTransaction`, `debug_traceCall`, `debug_traceBlock`), + +`personal_*`, `admin_*`, `clique_*`, `les_*`, `miner_*`, `engine_*`, `parity_*` + +**WSS**: + +`txpool_content`, `txpool_inspect`, `txpool_status`, `txpool_contentFrom` + **Tendermint (both for REST and JSON-RPC)**: `/health`, diff --git a/pages/staking-extra/compatible-wallets.mdx b/pages/staking-extra/compatible-wallets.mdx index 3655c0f7..dd335a5b 100755 --- a/pages/staking-extra/compatible-wallets.mdx +++ b/pages/staking-extra/compatible-wallets.mdx @@ -9,10 +9,11 @@ The following hot wallets are compatible with Ankr Staking: * [Metamask](https://metamask.io) * [OKX](https://www.okx.com/) (doesn't support Gnosis network) * [Trust Wallet](https://trustwallet.com/) +* [Gem Wallet](https://gemwallet.com/) * [WalletConnect](https://walletconnect.com/) The following cold wallets are compatible with Ankr Staking: * [Ledger Nano S, X, S plus](https://www.ledger.com/) (through MetaMask) Additionally, for some chains such you need to use a chain specific wallet such as in addition to an EVM compatible wallet: -* Polkadot — [Polkadot.js](https://polkadot.js.org/) \ No newline at end of file +* Polkadot — [Polkadot.js](https://polkadot.js.org/) diff --git a/src/components/Web3APIButton/utils/getURL.ts b/src/components/Web3APIButton/utils/getURL.ts index ab32aaac..df1c85e4 100644 --- a/src/components/Web3APIButton/utils/getURL.ts +++ b/src/components/Web3APIButton/utils/getURL.ts @@ -8,7 +8,7 @@ export const getURL = (isSignedIn: boolean) => { const host = window.location.host; const appPath = host && !host.includes("localhost") - ? `${host}/rpc/auth/` + ? `${host.replace("www.", "")}/rpc/auth/` : process.env.NEXT_PUBLIC_WEB3_API_AUTH_APP_PATH!; return getSignInUrl({