Skip to content

Commit

Permalink
Eclipse Testnet added.
Browse files Browse the repository at this point in the history
  • Loading branch information
PrasoonPratham committed Dec 13, 2023
1 parent 86955b6 commit a65b0d5
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/eclipse-wallet-adapter/services/network-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,20 @@ const networkData = [
nodeUrl: 'https://staging-rpc.dev.eclipsenetwork.xyz',
},
},
{
id: 'solana-testnet',
blockchain: 'solana',
environment: 'devnet',
name: 'Eclipse Testnet',
icon: 'https://assets-cdn.trustwallet.com/blockchains/solana/info/logo.png',
currency: {
symbol: 'ETH',
decimals: 9,
},
config: {
nodeUrl: 'https://testnet.dev.eclipsenetwork.xyz',
},
},
{
id: 'ethereum-mainnet',
blockchain: 'ethereum',
Expand Down

0 comments on commit a65b0d5

Please sign in to comment.