Skip to content

Commit

Permalink
update eclipse devnet to devnet2
Browse files Browse the repository at this point in the history
  • Loading branch information
dlin128 committed Mar 11, 2024
1 parent fb71a70 commit 0496f30
Show file tree
Hide file tree
Showing 3 changed files with 3,866 additions and 4,227 deletions.
2 changes: 1 addition & 1 deletion src/config/explorers.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const SOLANA_EXPLORERS = {
SOLSCAN: {
name: 'Solscan',
url: 'https://solscan.io/?cluster=custom&customUrl=https%3A%2F%2Fstaging-rpc.dev.eclipsenetwork.xyz/tx',
url: 'https://solscan.io/?cluster=custom&customUrl=https%3A%2F%2Fstaging-rpc.dev2.eclipsenetwork.xyz/tx',
},
SOLANA_FM: {
name: 'Solana FM',
Expand Down
2 changes: 1 addition & 1 deletion src/eclipse-wallet-adapter/services/network-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const networkData = [
decimals: 9,
},
config: {
nodeUrl: 'https://staging-rpc.dev.eclipsenetwork.xyz',
nodeUrl: 'https://staging-rpc.dev2.eclipsenetwork.xyz',
},
},
{
Expand Down
Loading

0 comments on commit 0496f30

Please sign in to comment.