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 docs/build/integrations/dapp-listing/defillama.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sidebar_position: 1
---

# Defi Llama {#defillama-en-page-id}
# Defi Llama

Defi Llama provides inclusive, non-biased, and community-driven statistics for the decentralized finance industry.

Expand Down
26 changes: 12 additions & 14 deletions docs/use/get-started/astar-evm-wallet/wallet/ledger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: Interact with Ledger on Astar EVM using MetaMask
---

import Figure from '/src/components/figure'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

## Introduction

Expand Down Expand Up @@ -38,18 +36,18 @@ If you already have this, feel free to skip this part.
1. In the MetaMask menu, navigate to `Settings` → `Networks`, and click **Add a network**;
2. Enter following details:

<TabItem value="astar" label="Astar Network" default>
| | Public endpoint Astar |
| --- | --- |
| Network name | Astar Network |
| New RPC URL | Astar Team: https://evm.astar.network |
| | BlastAPI: https://astar.public.blastapi.io |
| | Dwellir: https://astar-rpc.n.dwellir.com |
| | OnFinality: https://astar.api.onfinality.io/public |
| Chain ID | 592 |
| Currency symbol | ASTR |
| Block Explorer URL | https://astar.blockscout.com/ |
</TabItem>
**Astar Network**

| | Public endpoint Astar |
| --- | --- |
| Network name | Astar Network |
| New RPC URL | Astar Team: https://evm.astar.network |
| | BlastAPI: https://astar.public.blastapi.io |
| | Dwellir: https://astar-rpc.n.dwellir.com |
| | OnFinality: https://astar.api.onfinality.io/public |
| Chain ID | 592 |
| Currency symbol | ASTR |
| Block Explorer URL | https://astar.blockscout.com/ |
<br></br>

3. Close the `Settings` menu and, from the drop-down menu, select the network you wish to interact with.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ title: Setup Astar Network in Metamask
---

import Figure from '/src/components/figure'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

In this tutorial, you'll learn how to add Astar Network to your Metamask wallet extension.

Expand All @@ -29,7 +27,7 @@ Alternatively, you can configure it manually by entering the information below i

<br></br>

<TabItem value="astar" label="Astar Network" default>
**Astar Network**

| | Public endpoint Astar |
| --- | --- |
Expand All @@ -41,5 +39,3 @@ Alternatively, you can configure it manually by entering the information below i
| Chain ID | 592 |
| Currency symbol | ASTR |
| Block Explorer URL | https://astar.blockscout.com/ |

</TabItem>
6 changes: 1 addition & 5 deletions docs/use/how-to-guides/layer-1/get-astr-token/arthswap.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ sidebar_label: CometSwap
title: Buying ASTR on a DEX using CometSwap
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import Figure from '/src/components/figure'


Expand All @@ -21,7 +19,7 @@ Go Metamask extension -> Settings -> Network -> Add Network

<br></br>

<TabItem value="astar" label="Astar Network" default>
**Astar Network**

| | Public endpoint Astar |
| --- | --- |
Expand All @@ -34,8 +32,6 @@ Go Metamask extension -> Settings -> Network -> Add Network
| Currency symbol | ASTR |
| Block Explorer URL | https://astar.blockscout.com/ |

</TabItem>

## Bridge Ethereum Assets To Astar Network

To buy ASTR, you need to have other assets you can use to swap. One way to do this is to bridge your Ethereum assets such as wETH, USDT and USDC to Astar Network.
Expand Down
27 changes: 14 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"private": true,
"resolutions": {
"node-forge": "^1.3.2",
"glob": "^10.5.0"
"glob": "^10.5.0",
"webpack": "^5.104.1"
},
"scripts": {
"docusaurus": "docusaurus",
Expand All @@ -21,15 +22,15 @@
"dependencies": {
"@algolia/client-search": "4.24.0",
"@docsearch/react": "^3.9.0",
"@docusaurus/core": "3.8.1",
"@docusaurus/faster": "^3.8.1",
"@docusaurus/mdx-loader": "^3.8.1",
"@docusaurus/plugin-content-docs": "^3.8.1",
"@docusaurus/preset-classic": "3.8.1",
"@docusaurus/theme-common": "^3.8.1",
"@docusaurus/theme-mermaid": "3.8.1",
"@docusaurus/theme-search-algolia": "^3.8.1",
"@docusaurus/types": "3.8.1",
"@docusaurus/core": "^3.10.1",
"@docusaurus/faster": "^3.10.1",
"@docusaurus/mdx-loader": "^3.10.1",
"@docusaurus/plugin-content-docs": "^3.10.1",
"@docusaurus/preset-classic": "^3.10.1",
"@docusaurus/theme-common": "^3.10.1",
"@docusaurus/theme-mermaid": "^3.10.1",
"@docusaurus/theme-search-algolia": "^3.10.1",
"@docusaurus/types": "^3.10.1",
"@mdx-js/react": "3.0.0",
"@react-hooks-library/core": "0.6.2",
"cjs-loader": "^0.1.0",
Expand All @@ -46,9 +47,9 @@
},
"devDependencies": {
"@biomejs/biome": "2.0.6",
"@docusaurus/module-type-aliases": "3.8.1",
"@docusaurus/tsconfig": "3.8.1",
"@docusaurus/types": "3.8.1",
"@docusaurus/module-type-aliases": "^3.10.1",
"@docusaurus/tsconfig": "^3.10.1",
"@docusaurus/types": "^3.10.1",
"@types/prismjs": "^1",
"@types/react": "19.1.8",
"mdx-loader": "^1.1.1",
Expand Down
Loading
Loading