Skip to content

Commit

Permalink
update usage of createPuppet
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 31, 2023
1 parent b0fda13 commit 3431d30
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -74,7 +74,7 @@ contract ERC20Module is Module {
// Deploy and register the ERC20 puppet.
IBaseWorld world = IBaseWorld(_world());
ResourceId erc20SystemId = _erc20SystemId(namespace);
address puppet = createPuppet(world, erc20SystemId);
address puppet = createPuppet(erc20SystemId);

// Transfer ownership of the namespace to the caller
ResourceId namespaceId = WorldResourceIdLib.encodeNamespace(namespace);
Expand Down

0 comments on commit 3431d30

Please sign in to comment.