Chase Fleming
Chase Fleming
## Description Adds Flow EVM (mainnet) as a supported network. ### Summary of Changes - Updated `typescript/packages/x402/src/types/shared/evm/config.ts` - Updated `typescript/packages/x402/src/types/shared/network.ts` - Updated `typescript/packages/x402/src/types/shared/evm/wallet.ts` ## Tests ## Checklist - [x] I...
Add helper functions and tests for generating CSS angle unit helpers. ``` // In styles/utils.go func Deg(value int) string // "90deg" func Rad(value float64) string // "1.57rad" func Turn(value float64)...
Closes: https://github.com/chasefleming/elem-go/issues/165
## Problem When conditionally applying CSS classes, developers currently need to manually concatenate strings and manage spacing, which is error-prone: ```go // Easy to mess up spacing attrs.Props{ attrs.Class: "btn"...
We need to add a note about how to enable opt-in wallets for Discovery in the React SDK playground. This is how its done in FCL: https://developers.flow.com/build/tools/clients/fcl-js/discovery#include-opt-in-wallets
## Description Add a shorter alias `tx` for the `generate transaction` command to improve developer experience and reduce typing when generating transaction templates. ## Acceptance Criteria - The alias `tx`...