Infura API changed to Credit-based Subscription
I am using Infura API in steem2eth swap, but only in the last bit - to send the ETH over to another address.
Recently, the Infura API has changed to credit-based subscription - so for now, I think a Free Plan would work. I've also used the alchemy and Lava API, so the code looks like something like this - to improve the reliability and avoid Single Point of Failure
const getBlockNumber = async() => {
let result = await getBlockNumber_Alchemy();
if (result != null) {
return result;
}
result = await getBlockNumber_Lava();
if (result != null) {
return result;
}
result = await getBlockNumber_Infrua();
if (result != null) {
return result;
}
return null;
}
Steem to the Moon🚀!
- You can rent Steem Power via rentsp!
- You can swap the TRON:TRX/USDT/USDD to STEEM via tron2steem!
- You can swap the STEEM/SBD to SOL Solana via steem2sol!
- You can swap the STEEM/SBD to ETH Ethereum via steem2eth!
- You can swap the STEEM/SBD to Tether USDT (TRC-20) via steem2usdt!
- You can swap the STEEM/SBD to TRX (TRON) via steem2trx!
- You can swap the STEEM/SBD to BTS (BitShares) via steem2bts!
- Register a free STEEM account at SteemYY!
- Steem Block Explorer
- ChatGPT/Steem Integration: You can type !ask command to invoke ChatGPT
- Steem Witness Table and API
- Other Steem Tools