List of supported chains and its utility functions to interact with the chain.
# npm
npm install --save-exact @risedle/chains@latest
# pnpm
pnpm add --save-exact @risedle/chains@latest
You can use @risedle/chains
like the following:
import { Binance } from "@risedle/chains";