The getChains() method of Nectar instances returns all supported chains.
getChains()
Nectar
import { Nectar } from "@wasd3rplay/nectar-sdk"; const nectar = new Nectar(); const chains = await nectar.getChains();
Chain[]
All supported chains.
Last updated 11 months ago