Skip to content

Commit

Permalink
fix solana test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed May 10, 2024
1 parent 926a4f3 commit 8ccb5f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/units/blockchains/solana.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('solana', () => {
expect(blockchain.stables.usd).toEqual(['EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v', 'Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB']);
expect(blockchain.explorer).toEqual('https://solscan.io');
expect(blockchain.endpoints).toEqual([
'https://solana-mainnet.phantom.app/YBPpkkN4g91xDiAnTE9r0RcMkjg0sKUIWvAfoFVJ',
'https://solana.drpc.org',
'https://mainnet-beta.solflare.network',
'https://swr.xnftdata.com/rpc-proxy'
]);
Expand Down

0 comments on commit 8ccb5f0

Please sign in to comment.