matic converter problem #5786
aaryaman11
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Error: VM Exception while processing transaction: reverted with reason string 'Not enough Matic paid'
at Domains.register (contracts/Domains.sol:47)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
at HardhatNode._mineBlockWithPendingTxs (/Users/aaryamansharma/Desktop/cool-domains/node_modules/hardhat/src/internal/hardhat-network/provider/node.ts:1840:23)
at HardhatNode.mineBlock (/Users/aaryamansharma/Desktop/cool-domains/node_modules/hardhat/src/internal/hardhat-network/provider/node.ts:517:16)
at EthModule._sendTransactionAndReturnHash (/Users/aaryamansharma/Desktop/cool-domains/node_modules/hardhat/src/internal/hardhat-network/provider/modules/eth.ts:1532:18)
at HardhatNetworkProvider.request (/Users/aaryamansharma/Desktop/cool-domains/node_modules/hardhat/src/internal/hardhat-network/provider/provider.ts:123:18)
at HardhatEthersSigner.sendTransaction (/Users/aaryamansharma/Desktop/cool-domains/node_modules/@nomicfoundation/hardhat-ethers/src/signers.ts:125:18)
at send (/Users/aaryamansharma/Desktop/cool-domains/node_modules/ethers/src.ts/contract/contract.ts:291:20)
this is the code I have
for this line i am not putting utils after hre because ethers v6 doesn't support and gives me undefined
Beta Was this translation helpful? Give feedback.
All reactions