fix misprint
This commit is contained in:
parent
3747329b1e
commit
608881b5d8
|
|
@ -13,7 +13,7 @@ if int(os.getenv('INIT_DEPLOY_PLATFORM_CONTRACT', 0)) == 0:
|
|||
kwargs['address'] = Address(MY_PLATFORM_CONTRACT)
|
||||
|
||||
def platform_with_salt(s: int = 0):
|
||||
s = Platform(
|
||||
return Platform(
|
||||
admin_address=Address('UQD3XALhbETNo7ItrdPNFzMJtRHC5u6dIb39DCYa40jnWZdg'),
|
||||
blank_code=Cell.one_from_boc(Blank.code),
|
||||
cop_code=Cell.one_from_boc(COP_NFT.code),
|
||||
|
|
|
|||
Loading…
Reference in New Issue