Skip to content

Commit

Permalink
update to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
joaniefromtheblock committed Jun 27, 2024
1 parent f212b63 commit b961282
Show file tree
Hide file tree
Showing 17 changed files with 304 additions and 251 deletions.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"prism-react-renderer": "^2.1.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dropdown-select": "^4.11.2",
"react-player": "^2.13.0",
"react-tippy": "^1.4.0",
"remark-codesandbox": "^0.10.1",
Expand Down Expand Up @@ -104,4 +105,4 @@
"$root$": false
}
}
}
}
2 changes: 1 addition & 1 deletion services/concepts/websockets.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subscription types are available using the [`eth_subscribe`](../reference/ethere

:::info

For information about how to use the subscription methods to subscribe to events, see the [`eth_subscribe`](../network-apis/ethereum/json-rpc-methods/subscription-methods/eth_subscribe.mdx) JSON-RPC method, or see the following tutorials:
For information about how to use the subscription methods to subscribe to events, see the [`eth_subscribe`](../reference/ethereum/json-rpc-methods/subscription-methods/eth_subscribe.mdx) JSON-RPC method, or see the following tutorials:

- [Track ERC-20 token transfers](../tutorials/ethereum/track-erc-20-token-transfers.md)
- [Subscribe to pending transactions on Ethereum](../tutorials/ethereum/subscribe-to-pending-transactions.md)
Expand Down
2 changes: 1 addition & 1 deletion services/reference/arbitrum/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CardList from '@site/src/components/CardList'
:::note Failover protection

Arbitrum [failover support](../../concepts/failover-protection.md) is available for customers on the Growth or Custom plans.
It is only available on Mainnet.
Arbitrum failover support is available on Mainnet only.
Calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).

:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Subscription methods"

# Subscription methods

Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

Expand Down
4 changes: 2 additions & 2 deletions services/reference/avalanche-c-chain/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import CardList from '@site/src/components/CardList'

:::note Failover protection

Avalanche (C-Chain) [failover support](../../concepts/failover-protection.md) is available for customers on the Growth or Custom plans.
It is only available on Mainnet.
Avalanche (C-Chain) [failover support](../../concepts/failover-protection.md) is available for customers on the Growth or Custom plans.
Avalanche (C-Chain) failover support is available on Mainnet only.
Calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).

:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Subscription methods"

# Subscription methods

Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Subscription methods"

# Subscription methods

Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

Expand Down
2 changes: 1 addition & 1 deletion services/reference/gas-api/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Copy the following code into your script:

:::info note
If using a network other than Ethereum Mainnet, update the `chainId` value (`1`) in the code to an
alternate [supported network](supported-networks.md).
alternate [supported network](../../get-started/endpoints.md#gas-api).
:::

<Tabs>
Expand Down
2 changes: 1 addition & 1 deletion services/reference/ipfs/http-api-methods/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Infura supports a subset of these which are detailed in this section.
:::info

All Infura IPFS methods require including your [API key](../../../../../developer-tools/dashboard/get-started/create-api/) and
[API key secret](../../../../dashboard/secure-an-api/api-key-secret.md) in the request.
[API key secret](../../../../../developer-tools/dashboard/how-to/secure-an-api/api-key-secret) in the request.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Subscription methods"

# Subscription methods

Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

Expand Down
2 changes: 1 addition & 1 deletion services/reference/optimism/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CardList from '@site/src/components/CardList'
:::note Failover protection

Optimism [failover support](../../concepts/failover-protection.md) is available for customers on the Growth or Custom plans.
It is only available on Mainnet.
Optimism failover support is available on Mainnet only.
Calls to the network are routed to [partner infrastructure providers](#partners-and-privacy-policies).

:::
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: "Subscription methods"

# Subscription methods

Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import Description from "/services/reference/_partials/subscription-methods/_eth
:::info For Growth and Custom service plans

This JSON-RPC method allows a request to be forwarded to a partner service provider if Infura should
experience a service issue or outage. See [Failover protection](../../concepts/failover-protection.md)
and [Enable API request forwarding](../../how-to/failover-protection-imp-polygon.md)
experience a service issue or outage. See [Failover protection](../../../../concepts/failover-protection.md)
and [Enable API request forwarding](../../../../how-to/enable-api-forwarding.md)
for complete details.

If you would like failover protection but don't qualify under your current plan, then either
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import Description from "/services/reference/_partials/subscription-methods/_eth
:::info For Growth and Custom service plans

This JSON-RPC method allows a request to be forwarded to a partner service provider if Infura should
experience a service issue or outage. See [Failover protection](../../concepts/failover-protection.md)
and [Enable API request forwarding](../../how-to/failover-protection-imp-polygon.md)
experience a service issue or outage. See [Failover protection](../../../../concepts/failover-protection.md)
and [Enable API request forwarding](../../../../how-to/enable-api-forwarding.md)
for complete details.

If you would like failover protection but don't qualify under your current plan, then either
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import TabItem from '@theme/TabItem';

# Subscription methods

Subscription methods are available for [WebSocket](../../../../learn/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.
Subscription methods are available for [WebSocket](../../../../concepts/websockets.md) connections only, and allow you to wait for events instead of polling for them. For example, dapps can subscribe to logs and receive notifications when a specific event occurs.

The following subscription methods are available:

Expand Down
1 change: 1 addition & 0 deletions src/components/CodeTerminal/CodeTerminal.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import TerminalViewBox from "./TerminalViewBox";
import ControlPanel from "./ControlPanel";
import { INFO_MSG } from "./AlertMsg";
import MessageBox from "@site/src/components/MessageBox/MessageBox";
import Select from 'react-dropdown-select';
import { INIT_REQ_SET } from "@site/src/lib/constants";
import {
trackClickForSegmentAnalytics
Expand Down
Loading

0 comments on commit b961282

Please sign in to comment.