@nftx/config
v4.0.0
Published
This package contains the config object used across nftx.js.
Downloads
241
Readme
@nftx/config
This package contains the config object used across nftx.js.
Usage
import config from '@nftx/config';
config.configure({
network: 1,
keys: {
NFTX_API: yourNftxApiKey,
},
});