sei-chain
sei-chain copied to clipboard
Bring CW721 pointer contract up to spec
Describe your changes and provide context
- Switched CwERC721 contract to have all queries that exist on CW721 Base contract
- Add support for royalties standard (ERC2981 / CW2981)
Testing performed to validate your change
- Added unit tests to
x/evm/client/wasm/query_test.go
to test out two new EVM queries ("TotalSupply" and "RoyaltyInfo") - Added tests to
contracts/test/CW721toERC721PointerTest.js
that tests out new query responses