URLs
getFaucetUrl()

Returns a Faucet object by sending a provider name which can be one of

And a transaction signature, block or address, By default uses Mainnet cluster, but optionally takes a cluster as third parameter.

Solana explorer URL.

import { getFaucetUrl } from '@lndgalante/solutils';
 
const { faucet: credixFaucet } = getFaucetUrl('credix');
 
console.log(credixFaucet);
// {
//    url: 'https://spl-token-faucet.com',
//    maxSolAmount: 1,
//    tweetRequired: false,
//    captchaRequired: false
// }