Skip to content

Commit 1cfecf3

Browse files
authored
Update tooling page (#468)
* added anyrand, pimlico and privy * Update developer-ecosystem.mdx
1 parent 8599578 commit 1cfecf3

File tree

4 files changed

+38
-11
lines changed

4 files changed

+38
-11
lines changed

src/content/docs/en/developers/developer-ecosystem.mdx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Explore Scroll’s most active ecosystem tooling and integrate it into your proj
2121

2222
Higher DEX volume creates more yield for liquidity providers and brings more arbitrage opportunities. As a builder, you can permissionlessly integrate your application with DEXs to provide swaps or generate yield for your users.
2323

24-
<iframe src="https://dune.com/embeds/5450198/8891807"/>
24+
<iframe src="https://dune.com/embeds/5480665/8932246"/>
2525

2626
| Dex | Contract | Docs |
2727
| - | - |- |
@@ -52,7 +52,7 @@ DEXes with more liquidity will lead to less slippage when performing swaps.
5252

5353
Bridges provide not only ERC-20 token transfers but also are able to send arbitrary data cross-chains. A higher number of transactions signals user preference and trust in the bridge.
5454

55-
<iframe src="https://dune.com/embeds/5328584/8734000"/>
55+
<iframe src="https://dune.com/embeds/5480574/8932121"/>
5656

5757
| Bridge | Contract | Docs |
5858
| - | - |- |
@@ -82,12 +82,3 @@ Borrowing and lending platforms let users earn yield, leverage positions or prot
8282
Liquid Staking Tokens produce yield by just holding them on the wallet by a process called Rebase. Higher market cap indicates more accesibility to users.
8383

8484
<iframe src="https://dune.com/embeds/5515252/8983149"/>
85-
86-
# Oracles on Scroll
87-
88-
Oracles offer services that blockchains can't handle natively, by bringing in data from the outside world. In the Scroll ecosystem, Chainlink provides price feeds, while Anyrand supplies decentralized randomness.
89-
90-
| VRF | Contract | Docs |
91-
| - | - |- |
92-
| Anyrand | [Anyrand Contract Address](https://docs.anyrand.com/using-anyrand/supported-networks) | [Anyrand Documentation](https://docs.anyrand.com/) |
93-
| Chainlink | [Chainlink Price Feeds](https://docs.chain.link/data-feeds/price-feeds/addresses?page=1&testnetPage=1&network=scroll) | [Price Feeds Documentation](https://docs.chain.link/data-feeds/using-data-feeds) |

src/content/tools/en/anyrand.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "Anyrand"
3+
category: ["Oracle"]
4+
excerpt: "Permissionlessly verifiable random number generator for any EVM network."
5+
logo: { src: "https://docs.anyrand.com/img/anyrand-logo.svg", alt: "Anyrand Logo" }
6+
website: "https://anyrand.com/"
7+
network: ["Mainnet", "Testnet"]
8+
---
9+
10+
**_Official Anyrand docs:_**
11+
12+
[docs.anyrand.com](https://docs.anyrand.com/)

src/content/tools/en/pimlico.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "Pimlico"
3+
category: ["Infra","Chain Abstraction"]
4+
excerpt: "Gass-less experience, account abstraction infrastructure and boundlers."
5+
logo: { src: "https://avatars.githubusercontent.com/u/125581500?s=200&v=4", alt: "Pimlico Logo" }
6+
website: "https://www.pimlico.io/"
7+
network: ["Mainnet", "Testnet"]
8+
---
9+
10+
**_Official Pimlico docs:_**
11+
12+
[docs.pimlico.io](https://docs.pimlico.io/)

src/content/tools/en/privy.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "Privy"
3+
category: ["Wallet","Onboarding"]
4+
excerpt: "Wallet and onboarding tooling for developers."
5+
logo: { src: "https://framerusercontent.com/images/AwTsKmlC3D7Q0nXT1xH0qt3jHkI.png", alt: "Privy Logo" }
6+
website: "https://www.privy.io/"
7+
network: ["Mainnet", "Testnet"]
8+
---
9+
10+
**_Official Privy docs:_**
11+
12+
[docs.privy.io](https://docs.privy.io/welcome)

0 commit comments

Comments
 (0)