Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/check-external-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
.
fail: true
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Comment on PR if broken links found
if: steps.lychee.outputs.exit_code != 0
uses: thollander/actions-comment-pull-request@v3
Expand Down
3 changes: 2 additions & 1 deletion docs/1-intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,8 @@ Additional configuration and API resources are detailed on the [Network](/networ
type: "link",
label: "Wallet SDKs",
href: "/network/developer-tools#wallet-sdks",
description: "Turnkey, Wagmi, Web3Auth, RainbowKit, Etherspot.",
description:
"Turnkey, Wagmi, MetaMask Embedded Wallets, RainbowKit, Etherspot.",
docId: undefined,
}}
/>
Expand Down
4 changes: 2 additions & 2 deletions docs/run-node/6-GCP-marketplace-nodes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Ensure you have:
- **roles/compute.admin**
- **roles/iam.serviceAccountUser**

- Verify that your [Quotas and System Limits](https://cloud.google.com/docs/quotas/view-manage), located in **IAM and admin > Quotas and system limits**, meet the resource requirements for the blockchain node you intend to deploy. Refer to the [Supported blockchain nodes](#supported-blockchain-nodes) table for the specific resource requirements of each node. Adjust your quotas as needed to ensure sufficient resources are available.
- Verify that your [Quotas and System Limits](https://docs.cloud.google.com/docs/quotas/view-manage), located in **IAM and admin > Quotas and system limits**, meet the resource requirements for the blockchain node you intend to deploy. Refer to the [Supported blockchain nodes](#supported-blockchain-nodes) table for the specific resource requirements of each node. Adjust your quotas as needed to ensure sufficient resources are available.

## Setup a node

Expand Down Expand Up @@ -260,4 +260,4 @@ resource "google_compute_instance" "this" {
limit = 500
dimensions = map[region:us-west1]
```
- **Solution**: Resource quotas need to be increased manually. To do this, refer to the [Quotas and System Limits documentation](https://cloud.google.com/docs/quotas/view-manage) and navigate to **IAM & Admin > Quotas**. After adjusting the quotas, delete the failed deployment and deploy a new one.
- **Solution**: Resource quotas need to be increased manually. To do this, refer to the [Quotas and System Limits documentation](https://docs.cloud.google.com/docs/quotas/view-manage) and navigate to **IAM & Admin > Quotas**. After adjusting the quotas, delete the failed deployment and deploy a new one.
18 changes: 5 additions & 13 deletions src/data/developerTools.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"Goldsky": "Blockchain data platform offering indexed APIs and high-performance subgraph hosting.",
"SubQuery": "Open indexing protocol for organizing and querying blockchain data efficiently.",
"sqd": "Blockchain indexing solution optimized for speed, reliability, and data transformations.",
"Web3Auth": "OAuth social logins with non-custodial key management for Web3 applications.",
"MetaMask Embedded Wallets": "OAuth social logins with non-custodial key management for Web3 applications.",
"Etherspot Prime SDK": "Wallet infrastructure using account abstraction and batched transactions.",
"Wagmi": "React hooks library streamlining wallet connections and contract interactions.",
"RainbowKit": "Customizable React components for wallet connections.",
Expand Down Expand Up @@ -105,8 +105,8 @@
"link": "https://www.rainbowkit.com/docs/introduction"
},
{
"name": "Web3Auth",
"link": "https://web3auth.io/docs/connect-blockchain/evm/flare"
"name": "MetaMask Embedded Wallets",
"link": "https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/flare/"
},
{
"name": "Etherspot Prime SDK",
Expand Down Expand Up @@ -217,8 +217,8 @@
"link": "https://www.rainbowkit.com/docs/introduction"
},
{
"name": "Web3Auth",
"link": "https://web3auth.io/docs/connect-blockchain/evm/flare"
"name": "MetaMask Embedded Wallets",
"link": "https://docs.metamask.io/embedded-wallets/connect-blockchain/evm/flare/"
},
{
"name": "Etherspot Prime SDK",
Expand Down Expand Up @@ -281,10 +281,6 @@
{
"name": "RainbowKit",
"link": "https://www.rainbowkit.com/docs/introduction"
},
{
"name": "Web3Auth",
"link": "https://web3auth.io/docs/connect-blockchain/evm/songbird/"
}
],
"Full-stack infra": [
Expand Down Expand Up @@ -343,10 +339,6 @@
{
"name": "RainbowKit",
"link": "https://www.rainbowkit.com/docs/introduction"
},
{
"name": "Web3Auth",
"link": "https://web3auth.io/docs/connect-blockchain/evm/songbird/"
}
],
"Full-stack infra": [
Expand Down
Loading