Turbo SDKSigners
Base
Base ETH Private Key
const turbo = TurboFactory.authenticated({
privateKey: ethHexadecimalPrivateKey,
token: 'base-eth',
});Base USDC Private Key
const turbo = TurboFactory.authenticated({
privateKey: ethHexadecimalPrivateKey,
token: 'base-usdc',
});Base ARIO Private Key
const turbo = TurboFactory.authenticated({
privateKey: ethHexadecimalPrivateKey,
token: 'base-ario',
});How is this guide?