Alex Donesky
c16b35c029
Extend wallet_watchAsset
to support ERC721
and ERC1155
tokens ( #19454 )
...
* Extend wallet_watchAsset to support ERC721 and ERC1155 tokens
2023-06-15 15:18:12 -05:00
Thomas Huang
ddbd158e79
ERC1155 Import & Dapp interaction E2E tests ( #17885 )
2023-02-27 10:48:41 -06:00
Nidhi Kumari
33cc8d587a
NFT: Replaced all the instances of collectibles with NFTs ( #17741 )
...
* replaced all the instances of collectibles with nfts
* updated actions
* updated e2e seeder
* updated confirm Approve test
* updated test dapp change
* updated test dapp change
* nit fix
* nit fix
* updated casing and snapshots
* updated casinG
* added migrations
* updated ,igration
* updated 078.test
* updated tests for 078 migration
* updated migration
* updated 078 index.js
2023-02-17 00:53:29 +05:30
amerkadicE
dd09245ff6
Fix/use etherjs specific imports ( #15461 )
...
* replace ethers with submodules
Co-authored-by: Alex <adonesky@gmail.com>
2023-01-24 08:10:36 -06:00
PeterYinusa
12943e0e71
[E2E]: Set approval for all e2e ( #15481 )
...
* Update test dapp
* fix provider
fix provider
remove debug
mint nft
* Add collectibles spec
Co-authored-by: Alex Donesky <adonesky@gmail.com>
2022-08-09 14:59:20 +01:00
David Drazic
76c06692df
[e2e] Deploy contracts directly seeding Ganache ( #14631 )
...
* Add some experimental Ganache seeder WIP
Refactor GanacheSeeder
* Added all smart contract bytecodes and abis
* Deploy smart contract by contract name
* Clean up and fix tx hash
* Removed console logs
* Remove last console log
* Use node module path for grabbing contract constants
* Remove contract deployment example on e2e test
* Small refactor for removing extra line
Co-authored-by: seaona <mariona@gmx.es>
2022-07-21 19:08:01 +02:00