Skip to content
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/nft methods #317

Open
wants to merge 33 commits into
base: dev
Choose a base branch
from
Open

Update/nft methods #317

wants to merge 33 commits into from

Conversation

smk762
Copy link
Contributor

@smk762 smk762 commented Aug 23, 2024

Continues from #270

harsenyan3 and others added 15 commits July 5, 2024 11:36
Indicated proxy_auth is optional and defaults to false.
Readded BSC chain
fixed nft_req
Created enable_nft file (based on enable_erc20)
Added NftProvider object to common structures
Changed activation_param definition to be a standard NftProvider object
NFT RPC Methods Docs update
@smk762 smk762 marked this pull request as draft August 23, 2024 04:52
@smk762 smk762 self-assigned this Aug 23, 2024
@smk762 smk762 changed the base branch from main to dev August 23, 2024 04:53
Copy link
Member

@laruh laruh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the updates, 1st review iteration

Copy link

github-actions bot commented Sep 6, 2024

Preview for merge commit: 7019a83, available on cloudflare at: https://5b965a8c.komodo-docs.pages.dev/en/docs/

Copy link

github-actions bot commented Sep 6, 2024

Preview for merge commit: 7019a83, available on cloudflare at: https://8960ebf3.komodo-docs.pages.dev/en/docs/

Copy link

Preview for merge commit: 3c6541f, available on cloudflare at: https://c3b10cf0.komodo-docs.pages.dev/en/docs/

…nks, formatted md content, checked presence of file and dirs based on sidebar, checked presence of h1 in every file, update Komodo DeFi Framework methods table, adds/updates preview images when base is main
Copy link
Member

@laruh laruh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fixes!
I have one note

| maker\_swap\_v2\_contract | string | Address for the maker's new V2 swap smart contract. Must be provided if "use\_trading\_proto\_v2"is true in mm2 configuration |
| taker\_swap\_v2\_contract | string | Address for the taker's new V2 swap smart contract. Must be provided if "use\_trading\_proto\_v2"is true in mm2 configuration |
| nft\_maker\_swap\_v2\_contract | string | Address for the maker's new V2 NFT swap smart contract. Must be provided if "use\_trading\_proto\_v2"is true in mm2 configuration |
| nft\_taker\_swap\_v2\_contract | string | Address for the taker's new V2 NFT swap smart contract. Must be provided if "use\_trading\_proto\_v2"is true in mm2 configuration |
Copy link
Member

@laruh laruh Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we dont have nft taker smart contact field in Komodo DeFi project and such solidity contract in Etomic Swap project.

Right now we are focusing on Nft maker swap operations, where Maker is Nft owner.

"maker_swap_v2_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"taker_swap_v2_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nft_maker_swap_v2_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
"nft_taker_swap_v2_contract": "0x9130b257D37A52E52F21054c4DA3450c72f595CE",
Copy link
Member

@laruh laruh Sep 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nft_taker_swap_v2_contract also should be removed according to the comment above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants