Skip to content

Commit fc93cab

Browse files
authored
Merge branch 'main' into fresh-ftso-contract
2 parents 0a974c8 + 55ae060 commit fc93cab

File tree

4 files changed

+27
-1
lines changed

4 files changed

+27
-1
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
sidebar_position: 6
3+
slug: telegram-bot-notifications
4+
title: Telegram Bot Notifications
5+
description: Set up a Telegram bot to receive notifications
6+
tags: [intermediate, fassets, bitcoin, dogecoin]
7+
authors: [fassko]
8+
keywords: [fassets, xrp, btc, doge flare-network, flare-network]
9+
---
10+
11+
1. Get the API key from the [FAssets Telegram Bot](http://t.me/FlareFAssetsSongbirdBot) by sending `/events` and selecting `Subscribe to Events`.
12+
2. Add the following configuration to the `apiNotifierConfigs` list in the `config.json` file, replacing `API_KEY` with the key obtained from the bot.
13+
14+
```json
15+
{
16+
"apiKey": "API_KEY",
17+
"apiUrl": "https://fasset-tg-bot-songbird.flare.network",
18+
"level": "danger"
19+
}
20+
```
21+
22+
:::info
23+
Please note that notifications will only be sent out for **danger** and **critical** levels, regardless of the configured level. This is enforced by the Telegram bot, which ignores other events to prevent unnecessary HTTP requests.
24+
:::

docs/fdc/guides/data-connector-evm.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: FDC quickstart with EVMTransaction attestation type.
66
tags: [quickstart, evm, fdc]
77
keywords: [quickstart, evm, flare-data-connector, flare-network]
88
sidebar_position: 1
9-
unlisted: true
9+
unlisted: false
1010
---
1111

1212
import Remix from "@site/src/components/remix";

docs/fdc/guides/data-connector.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: Learn how FDC obtains consensus on data from other chains.
66
tags: [quickstart, bitcoin, fdc]
77
keywords: [quickstart, bitcoin, flare-data-connector, flare-network]
88
sidebar_position: 1
9+
unlisted: true
910
---
1011

1112
The Data Connector bridges the gap between different blockchains, enabling the smooth exchange of information and synchronization of smart contracts and state changes. In this guide, you will learn how to:

docs/fdc/guides/evm-connectivity.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ description: Learn how to connect EVM chains to Flare using FDC.
66
tags: [intermediate, ethereum, fdc]
77
keywords: [ethereum, flare-data-connector, evm, flare-network]
88
sidebar_position: 3
9+
unlisted: true
910
---
1011

1112
In [Part 1](data-connector) and [Part 2](attestation-types) of the series, you you have learned how the Data Connector works and what kind of different attestations you can get from it. In this guide, you will:

0 commit comments

Comments
 (0)