solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
398 stars 133 forks source link

Support Eclipse mainnet on solana-playground #225

Closed dzizazda closed 1 month ago

dzizazda commented 1 month ago

Eclipse is the first Ethereum's EVM L2 : https://twitter.com/EclipseFND

It uses Solana Virtual Machine, smart contracts are written with Anchor/Rust. Would it be possible for solana playground to support that network ? Thank you!

acheroncrypto commented 1 month ago

I checked their devnet guide, and it looks like the only thing we need to do is to add their RPC endpoint.

This exact instructions work in playground too:

  1. solana config set --url https://staging-rpc.dev2.eclipsenetwork.xyz
  2. solana airdrop 10

All functionality seem to work as expected on devnet. There doesn't seem to be a guide for mainnet usage, and their RPC & Block Explorers page only mention testnet and devnet. Is it any different to support mainnet?

dzizazda commented 1 month ago

Mainnet is not yet public I believe. Thank you for the quick response!