type SpendPermissionNetwork = {
base: "base";
base-sepolia: "base-sepolia";
ethereum: "ethereum";
ethereum-sepolia: "ethereum-sepolia";
optimism: "optimism";
arbitrum: "arbitrum";
avalanche: "avalanche";
polygon: "polygon";
};
Was this page helpful?