You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the unit test for "ERC1155" contract
neon-compatibility/openzeppelin-contracts$ clear; ../node_modules/.bin/hardhat test ./test/token/ERC1155/ERC1155.test.js
Actual result:
Failure message:
Returned error: Transaction simulation failed: Error processing Instruction 0: instruction modified data of a read-only account
Error: Returned error: Transaction simulation failed: Error processing Instruction 0: instruction modified data of a read-only account
at Context. (test/token/ERC1155/ERC1155.test.js:201:28)
at processImmediate (internal/timers.js:461:21)
Expected result:
Test passed successfully.
The text was updated successfully, but these errors were encountered:
Impact:
Proxy + Neon EVM <-> OpenZeppelin library compatibility
STR:
Run the unit test for "ERC1155" contract
neon-compatibility/openzeppelin-contracts$ clear; ../node_modules/.bin/hardhat test ./test/token/ERC1155/ERC1155.test.js
Actual result:
Failure message:
Returned error: Transaction simulation failed: Error processing Instruction 0: instruction modified data of a read-only account
Error: Returned error: Transaction simulation failed: Error processing Instruction 0: instruction modified data of a read-only account
at Context. (test/token/ERC1155/ERC1155.test.js:201:28)
at processImmediate (internal/timers.js:461:21)
Expected result:
Test passed successfully.
The text was updated successfully, but these errors were encountered: