-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update trader_pearl service #381
base: develop
Are you sure you want to change the base?
Conversation
Release `v0.21.4`
Release `v0.22.0`
7302ced
to
d9cfdbd
Compare
@@ -92,10 +99,10 @@ models: | |||
"token_address":"0x1b5DeaD7309b56ca7663b3301A503e077Be18cba", "order_address":"0x72201948087aE83f8Eac22cf7A9f2139e4cFA829", | |||
"nft_amount":"100", "payment_token":"0x0000000000000000000000000000000000000000", | |||
"price":"1000000000000000000"}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Adamantios @0xArdi to verify if mech_to_subscription_params
is correct. Currently used in mainstream Pearl is on #344
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The values are not the same, e.g.:
["did", "did:nv:0ea01d5de3b34e3792db825f2a5f5595c393c68b19fd5efdacd00fcc63a53483"], |
I guess the latest ones are the correct ones. In any case, it does not matter because they can be overridden. Moreover, the marketplace is not used, unless you plan to enable it on Pearl.
use_mech_marketplace: ${USE_MECH_MARKETPLACE:bool:false} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wouldn't it be quicker to delete this service and use the "original one" on Pearl now that the duplication is not required anymore?
Update trader_pearl service