-
Notifications
You must be signed in to change notification settings - Fork 12
Adding a chain to gifts #188
Comments
Thanks.
The app does not need the gift pallet. The mentioned of the gift pallet are from the earlier version of the app, but eventually we noticed there is no need for an extra pallet, and the current balances pallet provides all needed functionality.
Yes, it currently uses batch transactions but We should be able to make it configurable if that helps to utilize it in more chains. I'll check to see if we can make it configurable. |
That's great im having a look to see if batchAll is required. Will let you know how i do. Also when i
|
There were some issues with some of the dependency versions in the yarn.lock, due to the latest changes. |
hey hamid, it now builds : ) |
This is fabulous dapp, probably the most underated thing in the whole of the ecosystem!
I am configuring this dapp so it takes the kabocha parachain. I have a couple questions.
TypeError: Cannot read properties of undefined (reading 'batchAll')
I'm getting the above error because our parachain does not currently have the utility pallet, do we need the utility pallet in order to use this?
The text was updated successfully, but these errors were encountered: