diff --git a/packages/evm-contracts/source/index.ts b/packages/evm-contracts/source/index.ts index 722f40f22..098a47651 100644 --- a/packages/evm-contracts/source/index.ts +++ b/packages/evm-contracts/source/index.ts @@ -1,5 +1,5 @@ -export { default as ConsensusAbi } from "./abis/ConsensusV1.json" with { type: "json" }; -export { default as ERC1967ProxyAbi } from "./abis/ERC1967Proxy.json" with { type: "json" }; -export { default as MultiPaymentAbi } from "./abis/MultiPayment.json" with { type: "json" }; -export { default as UsernamesAbi } from "./abis/UsernamesV1.json" with { type: "json" }; +export { default as ConsensusAbi } from "./abis/ConsensusV1.json" assert { type: "json" }; +export { default as ERC1967ProxyAbi } from "./abis/ERC1967Proxy.json" assert { type: "json" }; +export { default as MultiPaymentAbi } from "./abis/MultiPayment.json" assert { type: "json" }; +export { default as UsernamesAbi } from "./abis/UsernamesV1.json" assert { type: "json" }; export * from "./function-sigs.js";