/**
* @modulenetworks
* @exportsnetworks
* @description This module defines constants for available blockchain networks by retrieving them from the configuration.
*/import { config } from'../config.js';
exportconst networks = (await config).get().availableNetworks;