We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff2617a commit ba74d33Copy full SHA for ba74d33
contracts/sg-ics721/src/testing/integration_tests.rs
@@ -948,6 +948,10 @@ fn test_do_instantiate_and_mint() {
948
data: Some(
949
// CustomClassData doesn't apply to CollectionData type and won't be considered
950
// collection name wont be transferred to instantiated nft contract
951
+ // hence, sg-ics721 must send default `ClassData`,
952
+ // SG specific collection data (e.g. containing collection info) cannot be parsed
953
+ // by default ics721 package implementation. Only CollectionData guanrantees name
954
+ // and symbol are used for instantiated nft contract on target chain.
955
to_json_binary(&CustomClassData {
956
foo: Some(
957
test.app
0 commit comments