Skip to content

Commit b090b5f

Browse files
Declare dependencies
1 parent 01c222c commit b090b5f

File tree

15 files changed

+44
-3
lines changed

15 files changed

+44
-3
lines changed

docs/bridging/bridging-fa-transactions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Sending FA bridging transactions
3+
dependencies:
4+
octez: 0
35
---
46

57
Because the contracts that control bridging FA tokens follow the [TZIP-029](https://gitlab.com/baking-bad/tzip/-/blob/wip/029-etherlink-token-bridge/drafts/current/draft-etherlink-token-bridge/etherlink-token-bridge.md) standard, the transactions to bridge tokens are the same for any token.

docs/building-on-etherlink/deploying-contracts.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Deploying smart contracts
3+
dependencies:
4+
ethers: 6.13.5
35
---
46

57
import PublicRpcRateLimitNote from '@site/docs/conrefs/rate-limit.md';

docs/building-on-etherlink/development-toolkits.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Development toolkits
3+
dependencies:
4+
hardhat: 3.0.14
35
---
46

57
## 👷 Hardhat

docs/building-on-etherlink/information.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Getting information about Etherlink
3+
dependencies:
4+
ethers: 6.13.5
35
---
46

57
import PublicRpcRateLimitNote from '@site/docs/conrefs/rate-limit.md';

docs/building-on-etherlink/sandbox.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Running a local sandbox
3+
dependencies:
4+
octez: 23.2
35
---
46

57
You can run a local sandbox to test Etherlink transactions and smart contracts locally.

docs/building-on-etherlink/transactions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
---
22
title: Sending transactions
3+
dependencies:
4+
taquito: 0
5+
ethers: 6.13.5
6+
viem: 0
37
---
48

59
import PublicRpcRateLimitNote from '@site/docs/conrefs/rate-limit.md';

docs/building-on-etherlink/websockets.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: Getting updates with WebSockets
3+
dependencies:
4+
octez: 23.2
5+
ethers: 6.13.5
36
---
47

58
The Octez EVM node supports requests over WebSockets.

docs/governance/how-do-i-participate-in-governance.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
title: How do I participate in governance?
3+
dependencies:
4+
octez: 0
5+
ligo: 0
36
---
47

58
import InlineCopy from '@site/src/components/InlineCopy';

docs/network/building-kernel.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Building the Etherlink kernel
3+
dependencies:
4+
octez: 0
35
---
46

57
import Tabs from '@theme/Tabs';

docs/network/evm-nodes.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
---
22
title: Running an Etherlink EVM node
3+
dependencies:
4+
octez: 23.2
35
---
46

57
import Tabs from '@theme/Tabs';

0 commit comments

Comments
 (0)