Skip to content

Commit ba1393d

Browse files
authored
Merge branch 'main' into flare-entity-rewards
2 parents 4fa84c9 + 857300e commit ba1393d

File tree

3 files changed

+25
-8
lines changed

3 files changed

+25
-8
lines changed

docs/1-intro.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ import DocCard from "@theme/DocCard";
147147
<DocCard
148148
item={{
149149
type: "link",
150-
label: "Full-stack",
151-
href: "/network/developer-tools#full-stack-infra",
152-
description: "Tenderly, Thirdweb",
150+
label: "OFTs",
151+
href: "/network/developer-tools#ofts",
152+
description: "USD₮0, flrETH, USDC.e, WETH, USDT, WETH",
153153
docId: undefined,
154154
}}
155155
/>

docs/network/2-developer-tools.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import DeveloperTools from "@site/src/components/developerTools";
1616

1717
## RPCs
1818

19+
## OFTs
20+
1921
## Bridges
2022

2123
## Indexers

src/data/developerTools.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
"ChainList": "All public RPCs supporting Flare.",
77
"LayerZero V2": "Omnichain interoperability protocol enabling messaging and asset transfers between chains.",
88
"Stargate V2": "Cross-chain liquidity protocol facilitating asset transfers with unified liquidity pools.",
9-
"Omnichain Fungible Tokens (OFTs)": "Cross-chain compatible tokens on Flare leveraging Stargate V2.",
9+
"USDC.e, WETH, USDT": "Stargate Hydra's wrapped OFTs.",
10+
"USD₮0": "Tether's stablecoin omnichain fungible token (OFT).",
11+
"flrETH": "Dinero's liquid staked ETH OFT.",
1012
"zkBridge": "Zero-knowledge proof-based cross-chain bridge.",
1113
"Goldsky": "Blockchain data platform offering indexed APIs and high-performance subgraph hosting.",
1214
"SubQuery": "Open indexing protocol for organizing and querying blockchain data efficiently.",
@@ -40,6 +42,20 @@
4042
"link": "https://ChainList.org/chain/14"
4143
}
4244
],
45+
"OFTs": [
46+
{
47+
"name": "USD₮0",
48+
"link": "https://docs.usdt0.to/technical-documentation/developer#flare"
49+
},
50+
{
51+
"name": "flrETH",
52+
"link": "https://dinero.xyz/docs/deployed-contracts#flr-eth-contracts"
53+
},
54+
{
55+
"name": "USDC.e, WETH, USDT",
56+
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/v2-supported-networks-and-assets#flare"
57+
}
58+
],
4359
"Bridges": [
4460
{
4561
"name": "LayerZero V2",
@@ -49,10 +65,6 @@
4965
"name": "Stargate V2",
5066
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/mainnet-contracts#flare"
5167
},
52-
{
53-
"name": "Omnichain Fungible Tokens (OFTs)",
54-
"link": "https://stargateprotocol.gitbook.io/stargate/v/v2-developer-docs/technical-reference/v2-supported-networks-and-assets#flare"
55-
},
5668
{
5769
"name": "zkBridge",
5870
"link": "https://docs.zkbridge.com/layerzero-zklightclient-configurations/layerzero-v2-zklightclient-dvn-addresses"
@@ -129,6 +141,7 @@
129141
"link": "https://ChainList.org/chain/114"
130142
}
131143
],
144+
"OFTs": [],
132145
"Bridges": [
133146
{
134147
"name": "LayerZero V2",
@@ -184,6 +197,7 @@
184197
"link": "https://ChainList.org/chain/19"
185198
}
186199
],
200+
"OFTs": [],
187201
"Bridges": [],
188202
"Indexers": [
189203
{
@@ -229,6 +243,7 @@
229243
"link": "https://ChainList.org/chain/16"
230244
}
231245
],
246+
"OFTs": [],
232247
"Bridges": [],
233248
"Indexers": [],
234249
"Wallet SDKs": [

0 commit comments

Comments
 (0)