Hagen Hübel

Results 46 comments of Hagen Hübel

Btw, how do you guys use Mumbai Testnet for testing purchasing? OpenSea (or Moonpay?) asks for some RINKETH. Where to get them? Couldn't find anything about it.

Strange things are happening on OpenSea with Polygon. I have deployed a simple ERC1155-Contract based on `ERC1155PresetMinterPauser` from OpenZeppelin. Minting with Account 1, listing, buying with Account 2. After Signing...

We should extend this with the possibility to pass a custom address for the contract as an argument, together with the appropriate ABI in build-folder in order to make CLI...

same here. Downgrade to 1.2 helped.

I've tried suggestion from @alexander-schranz ``` ewz_recaptcha: version: 'v3' # defaults to v2 ``` But this option does not exists in current version 1.5: `Unrecognized option "version" under "ewz_recaptcha".` Any...

I found a way to pass the `I18nService` into my services and on their corresponding unit-tests, I do: ``` const module: TestingModule = await Test.createTestingModule({ imports: [ I18nModule.forRoot({ fallbackLanguage: 'en-US',...