LivingDead_NFT_Project/constants/network.js

9 lines
83 B
JavaScript

const NETWORK = {
eth: "eth",
sol: "sol",
};
module.exports = {
NETWORK,
};