@collexx-org/abi
Advanced tools
Comparing version 0.0.5 to 0.0.6
18
index.js
@@ -1,7 +0,13 @@ | ||
import physicalNftAbi from "./abis/physicalNftAbi.json" assert { type: "json" }; | ||
import exchangeAbi from "./abis/exchangeAbi.json" assert { type: "json" }; | ||
import proxyRegistryAbi from "./abis/proxyRegistryAbi.json" assert { type: "json" }; | ||
import raffleAbi from "./abis/raffleAbi.json" assert { type: "json" }; | ||
import seedAbi from "./abis/seedAbi.json" assert { type: "json" }; | ||
const physicalNftAbi = require("./abis/physicalNftAbi.json"); | ||
const exchangeAbi = require("./abis/exchangeAbi.json"); | ||
const proxyRegistryAbi = require("./abis/proxyRegistryAbi.json"); | ||
const raffleAbi = require("./abis/raffleAbi.json"); | ||
const seedAbi = require("./abis/seedAbi.json"); | ||
export { physicalNftAbi, exchangeAbi, proxyRegistryAbi, raffleAbi, seedAbi }; | ||
module.exports = { | ||
physicalNftAbi, | ||
exchangeAbi, | ||
proxyRegistryAbi, | ||
raffleAbi, | ||
seedAbi, | ||
}; |
{ | ||
"name": "@collexx-org/abi", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Collexx", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
613
65194