Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
0xNe0x1 committed Dec 14, 2023
1 parent fbf1612 commit 3862363
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 @@ -23,7 +23,7 @@ describe('solana', () => {
expect(blockchain.endpoints).toEqual([
'https://solana-mainnet.phantom.app/YBPpkkN4g91xDiAnTE9r0RcMkjg0sKUIWvAfoFVJ',
'https://mainnet-beta.solflare.network',
'https://solana-mainnet.rpc.extrnode.com'
'https://swr.xnftdata.com/rpc-proxy'
]);
expect(blockchain.explorerUrlFor({
transaction: { id: '3Hk7wbH6aEoiW5NA9d4HFBNDnPqFB8aeAnNpJhHg9VJ4g9aqQZfcX5gj2orN4wksY8kRkToD2viZiiRrXjnt78BC' }
Expand Down

0 comments on commit 3862363

Please sign in to comment.