import abi from"../dist/src/core/contracts/abi/vault.json"with { type: "json" };
import rawAbi from"../dist/src/core/contracts/raw-abi/vault.json"with { type: "json" };
// Use vault human readable ABIconsole.log(abi)
// Use vault raw ABIconsole.log(rawAbi)