1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

20 Commits

Author SHA1 Message Date
Miquel A. Cabot
6a193ac88d remove estimategas functions from classes 2022-06-11 23:47:43 +02:00
Miquel A. Cabot
2cbb3c3ba8 rename estimateGas() to calculateEstimatedGas() 2022-06-11 23:38:22 +02:00
Miquel A. Cabot
429cce838e revert rename deployERC20 to deployDatatoken 2022-06-10 13:24:45 +02:00
Miquel A. Cabot
29c581fde2 rename from erc20 to nft in comments 2022-06-10 11:19:08 +02:00
Miquel A. Cabot
ad73cf855c rename deployERC20 to deployDatatoken 2022-06-10 11:02:01 +02:00
Miquel A. Cabot
eedb1b4232 rename ERC20Deployer to DatatokenDeployer 2022-06-10 10:50:48 +02:00
Miquel A. Cabot
01859a52f8 rename createERC20 to createDatatoken 2022-06-10 10:45:56 +02:00
Miquel A. Cabot
6db0cd0627 rename removeERC20Deployer to removeDatatokenDeployer 2022-06-10 10:41:12 +02:00
Miquel A. Cabot
87b8090ce4 rename addErc20Deployer to addDatatokenDeployer 2022-06-10 10:40:08 +02:00
Miquel A. Cabot
f374230638 rename isERC20Deployer to isDatatokenDeployer 2022-06-10 10:38:33 +02:00
Miquel A. Cabot
ec6027b78b rename comments from erc721 to NFT 2022-06-10 10:22:07 +02:00
Miquel A. Cabot
ea5dd11c93 rename estimate gas functions to estGas... 2022-06-09 15:00:51 +02:00
Miquel A. Cabot
674e971075 use getContract() in NFT 2022-06-09 11:21:03 +02:00
Miquel A. Cabot
43008ad619 use SmartContract.getFairGasPrice() 2022-06-09 09:36:08 +02:00
Miquel A. Cabot
c09a48fa72 inherit NFTFactory from SmartContract 2022-06-06 17:33:01 +02:00
Miquel A. Cabot
3b56218935 inherit NFT from SmartContract 2022-06-06 17:28:43 +02:00
Miquel A. Cabot
3f71d95766 remove unused factory721Abi property 2022-06-06 10:02:00 +02:00
Miquel A. Cabot
2c2fccdfb0 Move NFT interface types to @types 2022-06-06 10:01:19 +02:00
Miquel A. Cabot
45e9f81f30 move ConfigHelper to /config 2022-06-02 22:29:47 +02:00
Miquel A. Cabot
433999ef40 move smart contract classes to /contracts 2022-06-02 21:55:24 +02:00