Roulette Game

I’m working on a roulette smart contract on ftm it uses eth as usage but I want to use Tomb how I can do that? I’m using api3 qrng

On Fantom you would use FTM for gas to make QRNG requests. There is no way to use TOMB for gas that I’m aware of.

What exactly do you mean that you want to use “TOMB for gas” ? does this mean you want to use it for all of the transaction (not just the random number) or for just requesting the random number. If its the later, it might be possible to accept tomb and swap it to eth(gas) for the network and then send it to the sponsorWallet address in the same transaction.

1 Like

just wanna use it for transaction not for gas fees