Skip to content

Commit d4790fb

Browse files
committed
fix(docs): update the table
1 parent be460ec commit d4790fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

examples/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ This repository contains the following examples:
2222

2323
### FTSOv2
2424

25-
| Description | JavaScript | Python | Rust | Go |
26-
| -------------------------------- | :-----------------------------------------------------------------: | :--------------------------------------------------------: | :--------------------------------------------------------------: | :----------------------------------------------------: |
27-
| Get Feed ID | [](developer-hub-javascript/get_feed_id.js) | [](developer-hub-python/get_feed_id.py) | [](developer-hub-rust/src/bin/get_feed_id.rs) | [](developer-hub-go/get_feed_id.go) |
28-
| Query FTSOv2 configuration | [](developer-hub-javascript/ftsov2_config_coston2_web3.js) | [](developer-hub-python/ftsov2_config_coston2.py) | [](developer-hub-rust/src/bin/ftsov2_config_coston2.rs) | [](developer-hub-go/ftsov2_config_coston2.go) |
29-
| Consume FTSOv2 feeds | [](developer-hub-javascript/ftsov2_consumer_coston2_web3.js) | [](developer-hub-python/ftsov2_consumer_coston2.py) | [](developer-hub-rust/src/bin/ftsov2_consumer_coston2.rs) | [](developer-hub-go/ftsov2_consumer_coston2.go) |
30-
| Make FTSOv2 volatility incentive | [](developer-hub-javascript/volatility_incentive_coston2_web3.js) | [](developer-hub-python/volatility_incentive_coston2.py) | [](developer-hub-rust/src/bin/volatility_incentive_coston2.rs) | [](developer-hub-go/coston2/volatility_incentive.go) |
31-
| Fetch anchor feeds | [](developer-hub-javascript/fetch_anchor_feeds.js) | [](developer-hub-python/fetch_anchor_feeds.py) | | |
32-
| Fetch and verify anchor onchain | [](developer-hub-javascript/fetch_and_verify_anchor_onchain.js) | || |
25+
| Description | JavaScript | Python | Rust | Go |
26+
| -------------------------------- | :-----------------------------------------------------------------: | :-----------------------------------------------------------: | :-----------------------------------------------------------------: | :-------------------------------------------------------------: |
27+
| Get Feed ID | [](developer-hub-javascript/get_feed_id.js) | [](developer-hub-python/get_feed_id.py) | [](developer-hub-rust/src/bin/get_feed_id.rs) | [](developer-hub-go/get_feed_id.go) |
28+
| Query FTSOv2 configuration | [](developer-hub-javascript/ftsov2_config_coston2_web3.js) | [](developer-hub-python/ftsov2_config_coston2.py) | [](developer-hub-rust/src/bin/ftsov2_config_coston2.rs) | [](developer-hub-go/ftsov2_config_coston2.go) |
29+
| Consume FTSOv2 feeds | [](developer-hub-javascript/ftsov2_consumer_coston2_web3.js) | [](developer-hub-python/ftsov2_consumer_coston2.py) | [](developer-hub-rust/src/bin/ftsov2_consumer_coston2.rs) | [](developer-hub-go/ftsov2_consumer_coston2.go) |
30+
| Make FTSOv2 volatility incentive | [](developer-hub-javascript/volatility_incentive_coston2_web3.js) | [](developer-hub-python/volatility_incentive_coston2.py) | [](developer-hub-rust/src/bin/volatility_incentive_coston2.rs) | [](developer-hub-go/coston2/volatility_incentive.go) |
31+
| Fetch anchor feeds | [](developer-hub-javascript/fetch_anchor_feeds.js) | [](developer-hub-python/fetch_anchor_feeds.py) | [](developer-hub-rust/src/bin/fetch_anchor_feeds.rs) | [](developer-hub-go/flare/fetch_anchor_feeds.go) |
32+
| Fetch and verify anchor onchain | [](developer-hub-javascript/fetch_and_verify_anchor_onchain.js) | [](developer-hub-python/fetch_and_verify_anchor_onchain.py) | [](developer-hub-rust/src/bin/fetch_and_verify_anchor_onchain.rs) | [](developer-hub-go/flare/fetch_and_verify_anchor_onchain.go) |

0 commit comments

Comments
 (0)