@oceanprotocol/lib 4.0.0-next.1 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.mocharc.json +8 -0
- package/CHANGELOG.md +63 -4
- package/CodeExamples.md +7 -6
- package/ComputeExamples.md +127 -98
- package/README.md +9 -0
- package/dist/lib.cjs +2 -0
- package/dist/lib.cjs.map +1 -0
- package/dist/lib.modern.js +1 -1
- package/dist/lib.modern.js.map +1 -1
- package/dist/lib.module.mjs +2 -0
- package/dist/lib.module.mjs.map +1 -0
- package/dist/lib.umd.js +1 -1
- package/dist/lib.umd.js.map +1 -1
- package/dist/types/@types/Compute.d.ts +46 -14
- package/dist/types/@types/DDO/Metadata.d.ts +1 -1
- package/dist/types/@types/DDO/Service.d.ts +2 -2
- package/dist/types/@types/File.d.ts +1 -1
- package/dist/types/@types/index.d.ts +20 -20
- package/dist/types/config/index.d.ts +2 -2
- package/dist/types/contracts/AccessList.d.ts +3 -3
- package/dist/types/contracts/AccessListFactory.d.ts +3 -3
- package/dist/types/contracts/Datatoken.d.ts +4 -4
- package/dist/types/contracts/Datatoken4.d.ts +4 -4
- package/dist/types/contracts/Dispenser.d.ts +3 -3
- package/dist/types/contracts/FixedRateExchange.d.ts +2 -2
- package/dist/types/contracts/NFT.d.ts +2 -2
- package/dist/types/contracts/NFTFactory.d.ts +3 -3
- package/dist/types/contracts/Router.d.ts +2 -2
- package/dist/types/contracts/SmartContract.d.ts +3 -3
- package/dist/types/contracts/SmartContractWithAddress.d.ts +3 -3
- package/dist/types/contracts/df/DfRewards.d.ts +1 -1
- package/dist/types/contracts/df/DfStrategyV1.d.ts +1 -1
- package/dist/types/contracts/index.d.ts +20 -20
- package/dist/types/contracts/ve/VeAllocate.d.ts +2 -2
- package/dist/types/contracts/ve/VeFeeDistributor.d.ts +2 -2
- package/dist/types/contracts/ve/VeFeeEstimate.d.ts +2 -2
- package/dist/types/contracts/ve/VeOcean.d.ts +2 -2
- package/dist/types/index.d.ts +5 -5
- package/dist/types/services/Aquarius.d.ts +7 -4
- package/dist/types/services/Provider.d.ts +33 -8
- package/dist/types/services/index.d.ts +2 -2
- package/dist/types/utils/Addresses.d.ts +23 -0
- package/dist/types/utils/Assets.d.ts +1 -23
- package/dist/types/utils/ContractUtils.d.ts +1 -1
- package/dist/types/utils/FetchHelper.d.ts +1 -1
- package/dist/types/utils/General.d.ts +1 -0
- package/dist/types/utils/OrderUtils.d.ts +5 -1
- package/dist/types/utils/SignatureUtils.d.ts +1 -0
- package/dist/types/utils/TokenUtils.d.ts +2 -2
- package/dist/types/utils/index.d.ts +13 -13
- package/docs/classes/Aquarius.md +9 -5
- package/docs/classes/NftFactory.md +1 -1
- package/docs/classes/Provider.md +39 -6
- package/docs/interfaces/ComputeEnvFees.md +30 -0
- package/docs/interfaces/ComputeEnvFeesStructure.md +20 -0
- package/docs/interfaces/ComputeEnvironment.md +50 -39
- package/docs/interfaces/ComputeResourcesPricingInfo.md +30 -0
- package/docs/interfaces/ComputeResourcesRequest.md +30 -0
- package/docs/interfaces/Metadata.md +1 -1
- package/docs/interfaces/RunningPlatform.md +30 -0
- package/package.json +30 -20
- package/dist/lib.js +0 -2
- package/dist/lib.js.map +0 -1
- package/dist/lib.module.js +0 -2
- package/dist/lib.module.js.map +0 -1
package/dist/lib.js
DELETED
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
var e=require("@oceanprotocol/contracts/addresses/address.json"),t=require("fs"),r=require("ethers"),n=require("crypto-js/sha256"),o=require("cross-fetch"),i=require("decimal.js"),s=require("@oasisprotocol/sapphire-paratime"),a=require("@oceanprotocol/contracts/artifacts/contracts/pools/dispenser/Dispenser.sol/Dispenser.json"),c=require("@oceanprotocol/contracts/artifacts/contracts/pools/fixedRate/FixedRateExchange.sol/FixedRateExchange.json"),u=require("@oceanprotocol/contracts/artifacts/contracts/pools/FactoryRouter.sol/FactoryRouter.json"),l=require("@oceanprotocol/contracts/artifacts/contracts/templates/ERC20Template.sol/ERC20Template.json"),h=require("@oceanprotocol/contracts/artifacts/contracts/templates/ERC20TemplateEnterprise.sol/ERC20TemplateEnterprise.json"),d=require("@oceanprotocol/contracts/artifacts/contracts/templates/ERC721Template.sol/ERC721Template.json"),m=require("crypto-js"),v=require("ethers/lib/utils"),f=require("crypto"),g=require("@oceanprotocol/contracts/artifacts/contracts/ERC721Factory.sol/ERC721Factory.json"),p=require("@oceanprotocol/contracts/artifacts/contracts/interfaces/IERC20Template.sol/IERC20Template.json"),P=require("@oceanprotocol/contracts/artifacts/contracts/accesslists/AccessListFactory.sol/AccessListFactory.json"),y=require("@oceanprotocol/contracts/artifacts/contracts/templates/ERC20Template4.sol/ERC20Template4.json"),w=require("@oceanprotocol/contracts/artifacts/contracts/accesslists/AccessList.sol/AccessList.json"),k=require("@oceanprotocol/contracts/artifacts/contracts/ve/veOCEAN.vy/veOCEAN.json"),b=require("@oceanprotocol/contracts/artifacts/contracts/ve/veFeeDistributor.vy/veFeeDistributor.json"),T=require("@oceanprotocol/contracts/artifacts/contracts/ve/veFeeEstimate.vy/veFeeEstimate.json"),A=require("@oceanprotocol/contracts/artifacts/contracts/ve/veAllocate.sol/veAllocate.json"),F=require("@oceanprotocol/contracts/artifacts/contracts/df/DFRewards.sol/DFRewards.json"),S=require("@oceanprotocol/contracts/artifacts/contracts/df/DFStrategyV1.sol/DFStrategyV1.json");function E(e){return e&&"object"==typeof e&&"default"in e?e:{default:e}}function x(e){if(e&&e.__esModule)return e;var t=Object.create(null);return e&&Object.keys(e).forEach(function(r){if("default"!==r){var n=Object.getOwnPropertyDescriptor(e,r);Object.defineProperty(t,r,n.get?n:{enumerable:!0,get:function(){return e[r]}})}}),t.default=e,t}var C,j,D=/*#__PURE__*/E(e),M=/*#__PURE__*/E(t),O=/*#__PURE__*/E(n),U=/*#__PURE__*/E(o),R=/*#__PURE__*/E(i),I=/*#__PURE__*/x(s),N=/*#__PURE__*/E(a),L=/*#__PURE__*/E(c),G=/*#__PURE__*/E(u),_=/*#__PURE__*/E(l),q=/*#__PURE__*/E(h),B=/*#__PURE__*/E(d),W=/*#__PURE__*/E(g),J=/*#__PURE__*/E(p),V=/*#__PURE__*/E(P),z=/*#__PURE__*/E(y),H=/*#__PURE__*/E(w),Z=/*#__PURE__*/E(k),X=/*#__PURE__*/E(b),K=/*#__PURE__*/E(T),Q=/*#__PURE__*/E(A),$=/*#__PURE__*/E(F),Y=/*#__PURE__*/E(S);function ee(){return ee=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},ee.apply(this,arguments)}function te(e,t){e.prototype=Object.create(t.prototype),e.prototype.constructor=e,re(e,t)}function re(e,t){return re=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},re(e,t)}function ne(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=new Array(t);r<t;r++)n[r]=e[r];return n}function oe(e,t){var r="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(r)return(r=r.call(e)).next.bind(r);if(Array.isArray(e)||(r=function(e,t){if(e){if("string"==typeof e)return ne(e,t);var r=Object.prototype.toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?ne(e,t):void 0}}(e))||t&&e&&"number"==typeof e.length){r&&(e=r);var n=0;return function(){return n>=e.length?{done:!0}:{done:!1,value:e[n++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}exports.FileObjectType=void 0,(C=exports.FileObjectType||(exports.FileObjectType={})).URL="url",C.IPFS="ipfs",C.ARWEAVE="arweave",exports.EncryptMethod=void 0,(j=exports.EncryptMethod||(exports.EncryptMethod={})).AES="AES",j.ECIES="ECIES";var ie="0x0000000000000000000000000000000000000000";function se(e,t){try{var r=e()}catch(e){return t(e)}return r&&r.then?r.then(void 0,t):r}var ae=function(e,t,r,n){try{var o=arguments;return Promise.resolve(t.provider.getNetwork()).then(function(i){var s=i.chainId;return Promise.resolve(t.provider.getFeeData()).then(function(t){var i;if(t.maxPriorityFeePerGas){var a=t.maxPriorityFeePerGas.toString(),c=t.maxFeePerGas.toString();r>1&&(a=Math.round(t.maxPriorityFeePerGas.toNumber()*r).toString(),c=Math.round(t.maxFeePerGas.toNumber()*r).toString()),i={maxPriorityFeePerGas:(s===ge||s===fe)&&Number(a)<de?de:s===pe&&Number(a)<me?me:Qe.includes(s)&&Number(a)<ve?ve:Number(a),maxFeePerGas:(s===ge||s===fe)&&Number(c)<de?de:s===pe&&Number(c)<me?me:Qe.includes(s)&&Number(c)<ve?ve:Number(c)}}else i={gasPrice:t.gasPrice};return i.gasLimit=e.add(2e4),se(function(){return Promise.resolve(n.apply(void 0,[].slice.call(o,4).concat([i]))).then(function(e){return Promise.resolve(e.wait()).then(function(){return e})})},function(e){return Fe.error("Send tx error: ",e),null})})})}catch(e){return Promise.reject(e)}},ce=function(e,t,n,o){try{var i=function(e){return"0"===e&&(e=18),r.ethers.utils.parseUnits(n,e).toString()};return Promise.resolve(o?i(o):Promise.resolve(le(e,t)).then(i))}catch(e){return Promise.reject(e)}},ue=function(e,t,n,o){try{var i=function(e){return"0"===e&&(e=18),r.ethers.utils.formatUnits(n,e).toString()};return Promise.resolve(o?i(o):Promise.resolve(le(e,t)).then(i))}catch(e){return Promise.reject(e)}},le=function(e,t){try{var n=new r.ethers.Contract(t,Se,e);return Promise.resolve(n.decimals())}catch(e){return Promise.reject(e)}},he=function(e,t){try{return Promise.resolve(e.provider.getFeeData()).then(function(e){return Promise.resolve(e.gasPrice).then(function(e){var n=r.ethers.BigNumber.from(e.toString());return t?n.mul(t).toBigInt().toString(10):n.toString()})})}catch(e){return Promise.reject(e)}},de=3e10,me=4e9,ve=1e10,fe=137,ge=80001,pe=11155111;function Pe(e,t){return e}function ye(e,t){var r;return null==e||null==(r=e.events)?void 0:r.filter(function(e){return e.event===t})[0]}var we={nouns:["Crab","Fish","Seal","Octopus","Shark","Seahorse","Walrus","Starfish","Whale","Orca","Penguin","Jellyfish","Squid","Lobster","Pelican","Shrimp","Oyster","Clam","Seagull","Dolphin","Shell","Cormorant","Otter","Anemone","Turtle","Coral","Ray","Barracuda","Krill","Anchovy","Angelfish","Barnacle","Clownfish","Cod","Cuttlefish","Eel","Fugu","Herring","Haddock","Ling","Mackerel","Manatee","Narwhal","Nautilus","Plankton","Porpoise","Prawn","Pufferfish","Swordfish","Tuna"],adjectives:["adamant","adroit","amatory","ambitious","amused","animistic","antic","arcadian","artistic","astonishing","astounding","baleful","bellicose","bilious","blissful","boorish","brave","breathtaking","brilliant","calamitous","caustic","cerulean","clever","charming","comely","competent","concomitant","confident","contumacious","corpulent","crapulous","creative","dazzling","dedicated","defamatory","delighted","delightful","determined","didactic","dilatory","dowdy","efficacious","effulgent","egregious","empowered","endemic","enthusiastic","equanimous","exceptional","execrable","fabulous","fantastic","fastidious","feckless","fecund","friable","fulsome","garrulous","generous","gentle","guileless","gustatory","heuristic","histrionic","hubristic","incendiary","incredible","insidious","insolent","inspired","intransigent","inveterate","invidious","invigorated","irksome","jejune","juicy","jocular","joyful","judicious","kind","lachrymose","limpid","loquacious","lovely","luminous","mannered","marvelous","mendacious","meretricious","minatory","mordant","motivated","munificent","nefarious","noxious","obtuse","optimistic","parsimonious","pendulous","pernicious","pervasive","petulant","passionate","phenomenal","platitudinous","pleasant","powerful","precipitate","propitious","puckish","querulous","quiescent","rebarbative","recalcitant","redolent","rhadamanthine","risible","ruminative","sagacious","salubrious","sartorial","sclerotic","serpentine","smart","spasmodic","strident","stunning","stupendous","taciturn","tactful","tasty","tenacious","tremendous","tremulous","trenchant","turbulent","turgid","ubiquitous","uxorious","verdant","vibrant","voluble","voracious","wheedling","withering","wonderful","zealous"]};function ke(e){var t=e||we,r=Math.floor(Math.random()*t.adjectives.length),n=Math.floor(Math.random()*t.nouns.length),o=Math.floor(100*Math.random()),i=t.adjectives[r].replace(/^\w/,function(e){return e.toUpperCase()}),s=t.nouns[n].replace(/^\w/,function(e){return e.toUpperCase()});return{name:i+" "+s+" Token",symbol:(i.substring(0,3)+s.substring(0,3)).toUpperCase()+"-"+o}}var be,Te=function(e){try{return Promise.resolve(new Promise(function(t){setTimeout(t,e)}))}catch(e){return Promise.reject(e)}};exports.LogLevel=void 0,(be=exports.LogLevel||(exports.LogLevel={}))[be.None=-1]="None",be[be.Error=0]="Error",be[be.Warn=1]="Warn",be[be.Log=2]="Log",be[be.Verbose=3]="Verbose";var Ae=/*#__PURE__*/function(){function e(e){this.logLevel=void 0,this.logLevel=e,this.logLevel=e||exports.LogLevel.Error}var t=e.prototype;return t.setLevel=function(e){this.logLevel=e},t.bypass=function(){this.dispatch.apply(this,["log",-Infinity].concat([].slice.call(arguments)))},t.debug=function(){this.dispatch.apply(this,["debug",exports.LogLevel.Verbose].concat([].slice.call(arguments)))},t.log=function(){this.dispatch.apply(this,["log",exports.LogLevel.Log].concat([].slice.call(arguments)))},t.warn=function(){this.dispatch.apply(this,["warn",exports.LogLevel.Warn].concat([].slice.call(arguments)))},t.error=function(){this.dispatch.apply(this,["error",exports.LogLevel.Error].concat([].slice.call(arguments)))},t.dispatch=function(e,t){var r;this.logLevel>=t&&(r=console)[e].apply(r,[].slice.call(arguments,2))},e}(),Fe=new Ae,Se=[{constant:!0,inputs:[],name:"name",outputs:[{name:"",type:"string"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{name:"_spender",type:"address"},{name:"_value",type:"uint256"}],name:"approve",outputs:[{name:"",type:"bool"}],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!0,inputs:[],name:"totalSupply",outputs:[{name:"",type:"uint256"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{name:"_from",type:"address"},{name:"_to",type:"address"},{name:"_value",type:"uint256"}],name:"transferFrom",outputs:[{name:"",type:"bool"}],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!0,inputs:[],name:"decimals",outputs:[{name:"",type:"uint8"}],payable:!1,stateMutability:"view",type:"function"},{constant:!0,inputs:[{name:"_owner",type:"address"}],name:"balanceOf",outputs:[{name:"balance",type:"uint256"}],payable:!1,stateMutability:"view",type:"function"},{constant:!0,inputs:[],name:"symbol",outputs:[{name:"",type:"string"}],payable:!1,stateMutability:"view",type:"function"},{constant:!1,inputs:[{name:"_to",type:"address"},{name:"_value",type:"uint256"}],name:"transfer",outputs:[{name:"",type:"bool"}],payable:!1,stateMutability:"nonpayable",type:"function"},{constant:!0,inputs:[{name:"_owner",type:"address"},{name:"_spender",type:"address"}],name:"allowance",outputs:[{name:"",type:"uint256"}],payable:!1,stateMutability:"view",type:"function"},{payable:!0,stateMutability:"payable",type:"fallback"},{anonymous:!1,inputs:[{indexed:!0,name:"owner",type:"address"},{indexed:!0,name:"spender",type:"address"},{indexed:!1,name:"value",type:"uint256"}],name:"Approval",type:"event"},{anonymous:!1,inputs:[{indexed:!0,name:"from",type:"address"},{indexed:!0,name:"to",type:"address"},{indexed:!1,name:"value",type:"uint256"}],name:"Transfer",type:"event"}],Ee=function(e,t,n,o){try{var i=new r.ethers.Contract(t,Se,e);return Promise.resolve(i.allowance(n,o))}catch(e){return Promise.reject(e)}},xe=function(e,t,n,o,i){try{var s=new r.ethers.Contract(t,Se,e);return Promise.resolve(s.allowance(n,o)).then(function(r){return Promise.resolve(ue(e,t,r,i))})}catch(e){return Promise.reject(e)}},Ce=function(e,t,n,o,i,s,a,c){void 0===a&&(a=!1);try{var u,l=function(r){if(u)return r;var n=null;return Promise.resolve(h.estimateGas.approve(i,s)).then(function(r){if(c)return r;var o=function(e,t){try{var r=e()}catch(e){return t(e)}return r&&r.then?r.then(void 0,t):r}(function(){return Promise.resolve(ae(r,e,null==t?void 0:t.gasFeeMultiplier,h.approve,i,s)).then(function(e){n=e})},function(e){Fe.error("ERROR: Failed to approve spender to spend tokens : "+e.message)});return o&&o.then?o.then(function(){return n}):n})},h=new r.ethers.Contract(o,Se,e),d=function(){if(!a)return Promise.resolve(Ee(e,o,n,i)).then(function(e){if(r.ethers.BigNumber.from(e).gt(r.ethers.BigNumber.from(s))){var t=r.ethers.BigNumber.from(e);return u=1,t}})}();return Promise.resolve(d&&d.then?d.then(l):l(d))}catch(e){return Promise.reject(e)}},je=function(e,t,n,o,i,s,a,c,u){void 0===a&&(a=!1);try{var l,h=function(r){return l?r:Promise.resolve(ce(e,o,s,c)).then(function(r){return Promise.resolve(d.estimateGas.approve(i,r)).then(function(n){return u?new R.default(n.toString()):Promise.resolve(ae(n,e,null==t?void 0:t.gasFeeMultiplier,d.approve,i,r))})})},d=new r.ethers.Contract(o,Se,e),m=function(){if(!a)return Promise.resolve(xe(e,o,n,i)).then(function(e){if(new R.default(e).greaterThanOrEqualTo(new R.default(s))){var t=new R.default(e).toNumber();return l=1,t}})}();return Promise.resolve(m&&m.then?m.then(h):h(m))}catch(e){return Promise.reject(e)}},De={datasets:{invalid:"Datasets is not a list, as expected"},algorithm:{serviceId:{missing:"The serviceId key is missing from the algorithm s DDO.",not_found:"The provided serviceId does not exist.",service_not_access_compute:"Service type is neither access, nor compute.",main_service_compute:"If the main service is not compute for this asset when calling initialize endpoint.",compute_services_not_in_same_provider:"Files attached to the compute service are not decrypted by the correct provider. This occurs when both asset and algorithm are requested by their compute service which cannot be decrypted by a single provider as how it is supposed to be."},container:{checksum_prefix:"Container checksum does not start with the prefix sha256:.",mising_entrypoint_image_checksum:"Either entrypoint, either image, or either checksum are missing from the container dictionary from the algorithm s DDO."},documentId:{did_not_found:"The algorithm s DID could not be retrieved from the metadata store, because the algorithm asset does not exist.",missing:"The documentId key is missing from the algorithm s DDO."},transferTxId:{missing:"The transferTxId key is missing from the algorithm s DDO."},missing_meta_documentId:"Either algorithm metadata, or algorithm DID are missing.",did_not_found:"Either algorithm metadata, or algorithm DID are missing.",not_algo:"Either algorithm metadata, or algorithm DID are missing.",in_use_or_not_on_chain:"Either algorithm metadata, or algorithm DID are missing.",meta_oneof_url_rawcode_remote:"Either algorithm metadata, or algorithm DID are missing.",file_unavailable:"One possibility is that the asset could not be retrieved from Aquariuss database. Otherwise, there are issues related to services"},error:{not_trusted_algo_publisher:"The owner of the algorithm's DDO is not a trusted algorithms publishers list.",not_trusted_algo:"The algorithm's DID is not in the asset's trusted algorithms dictionary. ",no_publisherTrustedAlgorithms:"The algorithm's key publisherTrustedAlgorithms does not exist in the algorithm's DDO.",algorithm_file_checksum_mismatch:"filesChecksum from the algorithm's DDO is invalid.",algorithm_container_checksum_mismatch:"The containerChecksum from the algorithm's DDO is invalid.",no_raw_algo_allowed:"The asset does not allow raw algorithms to be run on it.","Asset malformed":"The asset published on chain is malformed, missing some required keys or not compliant with our schemas.","Asset is not consumable.":"Assets metadata status is not in the range of valid status codes for assets. The recognized states for the metadata are defined on our docs.","DID is not a valid algorithm.":"Either the algorithm assets DID is incorrectly typed, either the algorithm timeout expired.","Compute environment does not exist.":"The compute environment provided by the user does not exist, it is not served by our compute-to-data feature. The user can use get_c2d_environments to check the list of available compute environments.","The validUntil value is not correct.":"validUntil value is most probably expired.","Cannot resolve DID":"The dataset DID does not exist in the Metadata store.","Invalid serviceId":"The serviceId of that dataset is not correct.","Unable to get dataset files":"The files of that dataset could not be decrypted or retrieved","cannot decrypt files for this service.":"The files of that dataset could not be decrypted due to the fact that file object, which contains the structure and the type of specific file, is missing from the validation part.","Unsupported type ":"The file object type is not supported by Provider.","malformed file object":"The file object structure is invalid and does not contain the wanted information for the specific file."},order:{fees_not_paid:" Provider fees are not paid."},output:{invalid:"The algorithms validation after the build stage has not been decoded properly as a dictionary."}};function Me(e,t,r){if(!e.s){if(r instanceof Oe){if(!r.s)return void(r.o=Me.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(Me.bind(null,e,t),Me.bind(null,e,2));e.s=t,e.v=r;var n=e.o;n&&n(e)}}var Oe=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,r){var n=new e,o=this.s;if(o){var i=1&o?t:r;if(i){try{Me(n,1,i(this.v))}catch(e){Me(n,2,e)}return n}return this}return this.o=function(e){try{var o=e.v;1&e.s?Me(n,1,t?t(o):o):r?Me(n,1,r(o)):Me(n,2,o)}catch(e){Me(n,2,e)}},n},e}(),Ue=/*#__PURE__*/function(){function e(e,t,r,n){this.signer=void 0,this.config=void 0,this.abi=void 0,this.signer=e,this.config=r||(new $e).getConfig(t),this.abi=n||this.getDefaultAbi()}var t=e.prototype;return t.getSignerAccordingSdk=function(){return this.config&&"sdk"in this.config&&"oasis"===this.config.sdk?I.wrap(this.signer):this.signer},t.amountToUnits=function(e,t,r){try{return Promise.resolve(ce(this.signer,e,t,r))}catch(e){return Promise.reject(e)}},t.unitsToAmount=function(e,t,r){try{return Promise.resolve(ue(this.signer,e,t,r))}catch(e){return Promise.reject(e)}},t.getFairGasPrice=function(){try{var e;return Promise.resolve(he(this.signer,null==(e=this.config)?void 0:e.gasFeeMultiplier))}catch(e){return Promise.reject(e)}},t.getContract=function(e,t){return Pe(new r.ethers.Contract(e,new r.ethers.utils.Interface(JSON.stringify(t||this.abi)),this.signer))},e}(),Re=/*#__PURE__*/function(e){function t(t,r,n,o,i){var s;return(s=e.call(this,r,n,o,i)||this).address=void 0,s.contract=void 0,s.address=t,s.contract=s.getContract(s.address),s}return te(t,e),t}(Ue);function Ie(e,t){try{var r=e()}catch(e){return t(e)}return r&&r.then?r.then(void 0,t):r}var Ne=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var n=t.prototype;return n.getDefaultAbi=function(){return W.default.abi},n.createNFT=function(e,t){try{var r=this;if(e.templateIndex||(e.templateIndex=1),!e.name||!e.symbol){var n=ke(),o=n.symbol;e.name=n.name,e.symbol=o}var i=e.templateIndex;return Promise.resolve(r.getCurrentNFTTemplateCount()).then(function(n){if(i>n)throw new Error("Template index doesnt exist");if(0===e.templateIndex)throw new Error("Template index cannot be ZERO");return Promise.resolve(r.getNFTTemplate(e.templateIndex)).then(function(n){if(!1===n.isActive)throw new Error("Template is not active");return Promise.resolve(r.contract.estimateGas.deployERC721Contract(e.name,e.symbol,e.templateIndex,ie,ie,e.tokenURI,e.transferable,e.owner)).then(function(n){return t?n:Ie(function(){var t;return Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(t=r.config)?void 0:t.gasFeeMultiplier,r.contract.deployERC721Contract,e.name,e.symbol,e.templateIndex,ie,ie,e.tokenURI,e.transferable,e.owner)).then(function(e){if(!e){var t="Tx for deploying new NFT contract does not exist or status is not successful.";throw console.error(t),t}return Promise.resolve(e.wait()).then(function(e){return ye(e,"NFTCreated").args[0]})})},function(e){console.error("Creation of NFT failed: "+e)})})})})}catch(e){return Promise.reject(e)}},n.getCurrentNFTCount=function(){try{return Promise.resolve(this.contract.getCurrentNFTCount())}catch(e){return Promise.reject(e)}},n.getCurrentTokenCount=function(){try{return Promise.resolve(this.contract.getCurrentTokenCount())}catch(e){return Promise.reject(e)}},n.getOwner=function(){try{return Promise.resolve(this.contract.owner())}catch(e){return Promise.reject(e)}},n.getCurrentNFTTemplateCount=function(){try{return Promise.resolve(this.contract.getCurrentNFTTemplateCount())}catch(e){return Promise.reject(e)}},n.getCurrentTokenTemplateCount=function(){try{return Promise.resolve(this.contract.getCurrentTemplateCount())}catch(e){return Promise.reject(e)}},n.getNFTTemplate=function(e){try{var t=this;return Promise.resolve(t.getCurrentNFTTemplateCount()).then(function(r){if(e>r)throw new Error("Template index doesnt exist");if(0===e)throw new Error("Template index cannot be ZERO");return Promise.resolve(t.contract.getNFTTemplate(e))})}catch(e){return Promise.reject(e)}},n.getTokenTemplate=function(e){try{return Promise.resolve(this.contract.getTokenTemplate(e))}catch(e){return Promise.reject(e)}},n.checkDatatoken=function(e){try{return Promise.resolve(this.contract.erc20List(e))}catch(e){return Promise.reject(e)}},n.checkNFT=function(e){try{return Promise.resolve(this.contract.erc721List(e))}catch(e){return Promise.reject(e)}},n.addNFTTemplate=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");if(t===ie)throw new Error("Template cannot be ZERO address");return Promise.resolve(n.contract.estimateGas.add721TokenTemplate(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.add721TokenTemplate,t))})})}catch(e){return Promise.reject(e)}},n.disableNFTTemplate=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");return Promise.resolve(n.getCurrentNFTTemplateCount()).then(function(e){if(t>e)throw new Error("Template index doesnt exist");if(0===t)throw new Error("Template index cannot be ZERO");return Promise.resolve(n.contract.estimateGas.disable721TokenTemplate(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.disable721TokenTemplate,t))})})})}catch(e){return Promise.reject(e)}},n.reactivateNFTTemplate=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");return Promise.resolve(n.getCurrentNFTTemplateCount()).then(function(e){if(t>e)throw new Error("Template index doesnt exist");if(0===t)throw new Error("Template index cannot be ZERO");return Promise.resolve(n.contract.estimateGas.reactivate721TokenTemplate(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.reactivate721TokenTemplate,t))})})})}catch(e){return Promise.reject(e)}},n.addTokenTemplate=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");if(t===ie)throw new Error("Template cannot be address ZERO");return Promise.resolve(n.contract.estimateGas.addTokenTemplate(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.addTokenTemplate,t))})})}catch(e){return Promise.reject(e)}},n.disableTokenTemplate=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");return Promise.resolve(n.getCurrentTokenTemplateCount()).then(function(e){if(t>e)throw new Error("Template index doesnt exist");if(0===t)throw new Error("Template index cannot be ZERO");return Promise.resolve(n.getTokenTemplate(t)).then(function(e){if(!1===e.isActive)throw new Error("Template is already disabled");return Promise.resolve(n.contract.estimateGas.disableTokenTemplate(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.disableTokenTemplate,t))})})})})}catch(e){return Promise.reject(e)}},n.reactivateTokenTemplate=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");return Promise.resolve(n.getCurrentTokenTemplateCount()).then(function(e){if(t>e)throw new Error("Template index doesnt exist");if(0===t)throw new Error("Template index cannot be ZERO");return Promise.resolve(n.getTokenTemplate(t)).then(function(e){if(!0===e.isActive)throw new Error("Template is already active");return Promise.resolve(n.contract.estimateGas.reactivateTokenTemplate(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.reactivateTokenTemplate,t))})})})})}catch(e){return Promise.reject(e)}},n.startMultipleTokenOrder=function(e,t){try{var r=this;if(e.length>50)throw new Error("Too many orders");return Promise.resolve(r.contract.estimateGas.startMultipleTokenOrder(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.startMultipleTokenOrder,e))})}catch(e){return Promise.reject(e)}},n.createNftWithDatatoken=function(e,t,r){try{var n=this;return Promise.resolve(n.getErcCreationParams(t)).then(function(t){return Promise.resolve(n.contract.estimateGas.createNftWithErc20(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.createNftWithErc20,e,t))})})}catch(e){return Promise.reject(e)}},n.createNftWithDatatokenWithFixedRate=function(e,t,r,n){try{var o=this;return Promise.resolve(o.getErcCreationParams(t)).then(function(t){return Promise.resolve(o.getFreCreationParams(r)).then(function(r){return Promise.resolve(o.contract.estimateGas.createNftWithErc20WithFixedRate(e,t,r)).then(function(i){var s;return n?i:Promise.resolve(ae(i,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,o.contract.createNftWithErc20WithFixedRate,e,t,r))})})})}catch(e){return Promise.reject(e)}},n.createNftWithDatatokenWithDispenser=function(e,t,r,n){try{var o=this;return Promise.resolve(o.getErcCreationParams(t)).then(function(t){return Promise.resolve(o.amountToUnits(null,r.maxBalance,18)).then(function(i){return r.maxBalance=i,Promise.resolve(o.amountToUnits(null,r.maxTokens,18)).then(function(i){return r.maxTokens=i,Promise.resolve(o.contract.estimateGas.createNftWithErc20WithDispenser(e,t,r)).then(function(i){var s;return n?i:Promise.resolve(ae(i,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,o.contract.createNftWithErc20WithDispenser,e,t,r))})})})})}catch(e){return Promise.reject(e)}},n.getErcCreationParams=function(e){try{var t,n,o=function(){var o=[e.minter,e.paymentCollector,e.mpFeeAddress,e.feeToken];e.filesObject&&(e.accessListFactory&&o.push(e.accessListFactory),e.allowAccessList&&o.push(e.allowAccessList),e.denyAccessList&&o.push(e.denyAccessList));var s=[e.name||t,e.symbol||n],c=e.templateIndex;return Promise.resolve(i.amountToUnits(null,e.cap,18)).then(function(t){return Promise.resolve(i.amountToUnits(null,e.feeAmount,a)).then(function(n){return{templateIndex:c,strings:s,addresses:o,uints:[t,n],bytess:e.filesObject?[r.ethers.utils.toUtf8Bytes(JSON.stringify(e.filesObject))]:[]}})})},i=this;if(!e.name||!e.symbol){var s=ke();t=s.name,n=s.symbol}var a=18,c=function(){if(e.feeToken!==ie){var t=Ie(function(){return Promise.resolve(le(i.signer,e.feeToken)).then(function(e){a=e})},function(e){Fe.error("getTokenDecimals error",e)});if(t&&t.then)return t.then(function(){})}}();return Promise.resolve(c&&c.then?c.then(o):o())}catch(e){return Promise.reject(e)}},n.getFreCreationParams=function(e){try{var t=this;e.allowedConsumer||(e.allowedConsumer=ie);var r=!1===e.withMint?0:1,n=[e.baseTokenAddress,e.owner,e.marketFeeCollector,e.allowedConsumer],o=e.fixedRateAddress,i=e.datatokenDecimals,s=e.baseTokenDecimals;return Promise.resolve(t.amountToUnits(null,e.fixedRate,18)).then(function(a){return Promise.resolve(t.amountToUnits(null,e.marketFee,18)).then(function(e){return{fixedPriceAddress:o,addresses:n,uints:[s,i,a,e,r]}})})}catch(e){return Promise.reject(e)}},t}(Re),Le=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var n=t.prototype;return n.getDefaultAbi=function(){return B.default.abi},n.createDatatoken=function(e,t,n,o,i,s,a,c,u,l,h,d,m,v,f,g){try{var p=this;return Promise.resolve(p.getNftPermissions(e,t)).then(function(t){if(!0!==t.deployERC20)throw new Error("Caller is not DatatokenDeployer");if(h||(h=1),!u||!l){var P=ke();u=P.name,l=P.symbol}var y=p.getContract(e);return Promise.resolve(y.provider.getNetwork()).then(function(e){function t(){var e=y.estimateGas,t=e.createERC20,P=[u,l],w=h;return Promise.resolve(p.amountToUnits(null,c,18)).then(function(k){return Promise.resolve(p.amountToUnits(null,a,18)).then(function(b){return Promise.resolve(t.call(e,w,P,[n,o,i,s],[k,b],[])).then(function(e){var t;if(g)return e;var P=[n,o,i,s];m&&(P.push(m.toLowerCase()),P.push(v?v.toLowerCase():ie),P.push(f||ie));var w=[u,l],k=h,b=y.createERC20,T=null==(t=p.config)?void 0:t.gasFeeMultiplier,A=p.getSignerAccordingSdk();return Promise.resolve(p.amountToUnits(null,c,18)).then(function(t){return Promise.resolve(p.amountToUnits(null,a,18)).then(function(n){return Promise.resolve(ae(e,A,T,b,k,w,P,[t,n],d?[r.ethers.utils.toUtf8Bytes(d)]:[])).then(function(e){return Promise.resolve(e.wait()).then(function(e){var t=ye(e,"TokenCreated");return null==t?void 0:t.args[0]})})})})})})})}var P=Ze(e.chainId),w=function(){if(d)return Promise.resolve(ze(p.signer,P.ERC721Factory,4)).then(function(e){h=e})}();return w&&w.then?w.then(t):t()})})}catch(e){return Promise.reject(e)}},n.addManager=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftOwner(e)).then(function(e){if(e!==t)throw new Error("Caller is not NFT Owner");return Promise.resolve(i.estimateGas.addManager(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.addManager,r))})})}catch(e){return Promise.reject(e)}},n.removeManager=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftOwner(e)).then(function(e){if(e!==t)throw new Error("Caller is not NFT Owner");return Promise.resolve(i.estimateGas.removeManager(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.removeManager,r))})})}catch(e){return Promise.reject(e)}},n.addDatatokenDeployer=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(e){if(!0!==e.manager)throw new Error("Caller is not Manager");return Promise.resolve(i.estimateGas.addToCreateERC20List(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.addToCreateERC20List,r))})})}catch(e){return Promise.reject(e)}},n.removeDatatokenDeployer=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(s){function a(e){if(c||t===r&&!0!==e.deployERC20)throw new Error("Caller is not Manager nor DatatokenDeployer");return Promise.resolve(i.estimateGas.removeFromCreateERC20List(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.removeFromCreateERC20List,r))})}var c=!0!==s.manager;return c||t!==r?a(c||t===r&&o.getNftPermissions(e,t)):Promise.resolve(c||t===r&&o.getNftPermissions(e,t)).then(a)})}catch(e){return Promise.reject(e)}},n.addMetadataUpdater=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(e){if(!0!==e.manager)throw new Error("Caller is not Manager");return Promise.resolve(i.estimateGas.addToMetadataList(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.addToMetadataList,r))})})}catch(e){return Promise.reject(e)}},n.removeMetadataUpdater=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(s){function a(e){if(c||t!==r&&!0!==e.updateMetadata)throw new Error("Caller is not Manager nor Metadata Updater");return Promise.resolve(i.estimateGas.removeFromMetadataList(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.removeFromMetadataList,r))})}var c=!0!==s.manager;return c||t===r?a(c||t!==r&&o.getNftPermissions(e,t)):Promise.resolve(c||t!==r&&o.getNftPermissions(e,t)).then(a)})}catch(e){return Promise.reject(e)}},n.addStoreUpdater=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(e){if(!0!==e.manager)throw new Error("Caller is not Manager");return Promise.resolve(i.estimateGas.addTo725StoreList(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.addTo725StoreList,r))})})}catch(e){return Promise.reject(e)}},n.removeStoreUpdater=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(s){function a(e){if(c||t!==r&&!0!==e.store)throw new Error("Caller is not Manager nor storeUpdater");return Promise.resolve(i.estimateGas.removeFrom725StoreList(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.removeFrom725StoreList,r))})}var c=!0!==s.manager;return c||t===r?a(c||t!==r&&o.getNftPermissions(e,t)):Promise.resolve(c||t!==r&&o.getNftPermissions(e,t)).then(a)})}catch(e){return Promise.reject(e)}},n.cleanPermissions=function(e,t,r){try{var n=this,o=n.getContract(e);return Promise.resolve(n.getNftOwner(e)).then(function(e){if(e!==t)throw new Error("Caller is not NFT Owner");return Promise.resolve(o.estimateGas.cleanPermissions()).then(function(e){var t;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(t=n.config)?void 0:t.gasFeeMultiplier,o.cleanPermissions))})})}catch(e){return Promise.reject(e)}},n.transferNft=function(e,t,r,n,o){try{var i=this,s=i.getContract(e);return Promise.resolve(i.getNftOwner(e)).then(function(e){if(e!==t)throw new Error("Caller is not NFT Owner");var a=n||1;return Promise.resolve(s.estimateGas.transferFrom(t,r,a)).then(function(e){var n;return o?e:Promise.resolve(ae(e,i.getSignerAccordingSdk(),null==(n=i.config)?void 0:n.gasFeeMultiplier,s.transferFrom,t,r,a))})})}catch(e){return Promise.reject(e)}},n.safeTransferNft=function(e,t,r,n,o){try{var i=this,s=i.getContract(e);return Promise.resolve(i.getNftOwner(e)).then(function(e){if(e!==t)throw new Error("Caller is not NFT Owner");var a=n||1;return Promise.resolve(s.estimateGas.safeTransferFrom(t,r,a)).then(function(e){var n;return o?e:Promise.resolve(ae(e,i.getSignerAccordingSdk(),null==(n=i.config)?void 0:n.gasFeeMultiplier,s.safeTransferFrom,t,r,a))})})}catch(e){return Promise.reject(e)}},n.setMetadata=function(e,t,r,n,o,i,s,a,c,u){try{var l=this,h=l.getContract(e);return c||(c=[]),Promise.resolve(l.getNftPermissions(e,t)).then(function(e){if(!e.updateMetadata)throw new Error("Caller is not Metadata updater");return Promise.resolve(h.estimateGas.setMetaData(r,n,o,i,s,a,c)).then(function(e){var t;return u?e:Promise.resolve(ae(e,l.signer,null==(t=l.config)?void 0:t.gasFeeMultiplier,h.setMetaData,r,n,o,i,s,a,c))})})}catch(e){return Promise.reject(e)}},n.setMetadataAndTokenURI=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(e){if(!e.updateMetadata)throw new Error("Caller is not Metadata updater");var t=ee({},r,{metadataProofs:r.metadataProofs||[]});return Promise.resolve(i.estimateGas.setMetaDataAndTokenURI(t)).then(function(e){var r;return n?e:Promise.resolve(ae(e,o.signer,null==(r=o.config)?void 0:r.gasFeeMultiplier,i.setMetaDataAndTokenURI,t))})})}catch(e){return Promise.reject(e)}},n.setMetadataState=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getNftPermissions(e,t)).then(function(e){if(!e.updateMetadata)throw new Error("Caller is not Metadata updater");return Promise.resolve(i.estimateGas.setMetaDataState(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.setMetaDataState,r))})})}catch(e){return Promise.reject(e)}},n.setTokenURI=function(e,t,r){try{var n=this,o=n.getContract(e);return Promise.resolve(o.estimateGas.setTokenURI("1",t)).then(function(e){var i;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,o.setTokenURI,"1",t))})}catch(e){return Promise.reject(e)}},n.getNftOwner=function(e){try{var t=this.getContract(e);return Promise.resolve(t.ownerOf(1))}catch(e){return Promise.reject(e)}},n.getNftPermissions=function(e,t){try{var r=this.getContract(e);return Promise.resolve(r.getPermissions(t))}catch(e){return Promise.reject(e)}},n.getMetadata=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getMetaData())}catch(e){return Promise.reject(e)}},n.isDatatokenDeployer=function(e,t){try{var r=this.getContract(e);return Promise.resolve(r.isERC20Deployer(t))}catch(e){return Promise.reject(e)}},n.setData=function(e,t,n,o,i){try{var s=this;return Promise.resolve(s.getNftPermissions(e,t)).then(function(t){if(!0!==t.store)throw new Error("User is not ERC20 store updater");var a=s.getContract(e),c=r.ethers.utils.keccak256(n),u=r.ethers.utils.hexlify(r.ethers.utils.toUtf8Bytes(o));return Promise.resolve(a.estimateGas.setNewData(c,u)).then(function(e){var t;return i?e:Promise.resolve(ae(e,s.getSignerAccordingSdk(),null==(t=s.config)?void 0:t.gasFeeMultiplier,a.setNewData,c,u))})})}catch(e){return Promise.reject(e)}},n.getData=function(e,t){try{var n=this.getContract(e),o=r.ethers.utils.keccak256(t);return Promise.resolve(n.getData(o)).then(function(e){return e?r.ethers.utils.toUtf8String(e):null})}catch(e){return Promise.reject(e)}},n.getTokenURI=function(e,t){try{var r=this.getContract(e);return Promise.resolve(r.tokenURI(t))}catch(e){return Promise.reject(e)}},n.isDatatokenDeployed=function(e,t){try{var r=this.getContract(e);return Promise.resolve(r.isDeployed(t))}catch(e){return Promise.reject(e)}},t}(Ue);function Ge(e,t){try{var r=e()}catch(e){return t(e)}return r&&r.then?r.then(void 0,t):r}var _e=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.getEndpoints=function(e){try{var t=this;return Promise.resolve(Ge(function(){return Promise.resolve(t.getData(e)).then(function(e){return Promise.resolve(e.json())})},function(e){throw Fe.error("Finding the service endpoints failed:",e),new Error("HTTP request failed calling Provider")}))}catch(e){return Promise.reject(e)}},t.getEndpointURL=function(e,t){return e?e.find(function(e){return e.serviceName.toLowerCase()===t.toLowerCase()}):null},t.getServiceEndpoints=function(e,t){try{var r=[];for(var n in t.serviceEndpoints){var o={serviceName:n,method:t.serviceEndpoints[n][0],urlPath:e.replace(/\/+$/,"")+"/"+t.serviceEndpoints[n][1].replace(/^\/+/,"")};r.push(o)}return Promise.resolve(r)}catch(e){return Promise.reject(e)}},t.getNonce=function(e,t,r,n,o){try{var i=function(){function i(){var e=s.getEndpointURL(o,"nonce")?s.getEndpointURL(o,"nonce").urlPath:null;return e?Ge(function(){return Promise.resolve(U.default(e+"?userAddress="+t,{method:"GET",headers:{"Content-Type":"application/json"},signal:r})).then(function(e){return Promise.resolve(e.json()).then(function(e){var r=e.nonce;return console.log("[getNonce] Consumer: "+t+" nonce: "+r),r&&null!==r?Number(r):0})})},function(e){throw Fe.error(e),new Error(e.message)}):null}var a=function(){if(!o)return Promise.resolve(s.getServiceEndpoints(e,n)).then(function(e){o=e})}();return a&&a.then?a.then(i):i()},s=this,a=function(){if(!n)return Promise.resolve(s.getEndpoints(e)).then(function(e){n=e})}();return Promise.resolve(a&&a.then?a.then(i):i())}catch(e){return Promise.reject(e)}},t.signProviderRequest=function(e,t){try{var n=r.ethers.utils.solidityKeccak256(["bytes"],[r.ethers.utils.hexlify(r.ethers.utils.toUtf8Bytes(t))]),o=r.ethers.utils.arrayify(n);return Promise.resolve(e.getChainId()).then(function(t){return Ge(function(){return Promise.resolve(e.signMessage(o))},function(r){return Fe.error("Sign provider message error: ",r),function(){if(8996===t)return Promise.resolve(e._legacySignMessage(o))}()})})}catch(e){return Promise.reject(e)}},t.encrypt=function(e,t,r,n){try{var o=this;return Promise.resolve(o.getEndpoints(r)).then(function(i){return Promise.resolve(o.getServiceEndpoints(r,i)).then(function(r){var i=(o.getEndpointURL(r,"encrypt")?o.getEndpointURL(r,"encrypt").urlPath:null)+"?chainId="+t;return i?Ge(function(){return Promise.resolve(U.default(i,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/octet-stream"},signal:n})).then(function(e){return Promise.resolve(e.text())})},function(e){throw Fe.error(e),new Error("HTTP request failed calling Provider")}):null})})}catch(e){return Promise.reject(e)}},t.checkDidFiles=function(e,t,r,n,o){void 0===n&&(n=!1);try{var i=this;return Promise.resolve(i.getEndpoints(r)).then(function(s){return Promise.resolve(i.getServiceEndpoints(r,s)).then(function(r){function s(e){var t;function r(e){return t?e:Promise.resolve(a.json()).then(function(e){throw Fe.error("File info call failed: ",a.status,a.statusText,e),new Error(JSON.stringify(e))})}var n=function(){var e;if(null!=(e=a)&&e.ok)return Promise.resolve(a.json()).then(function(e){for(var r,n=oe(e);!(r=n()).done;)u.push(r.value);return t=1,u})}();return n&&n.then?n.then(r):r(n)}var a,c={did:e,serviceId:t,checksum:n},u=[],l=i.getEndpointURL(r,"fileinfo")?i.getEndpointURL(r,"fileinfo").urlPath:null;if(!l)return null;var h=Ge(function(){return Promise.resolve(U.default(l,{method:"POST",body:JSON.stringify(c),headers:{"Content-Type":"application/json"},signal:o})).then(function(e){a=e})},function(e){throw Fe.error("File info call failed: "),Fe.error(e),new Error(e)});return h&&h.then?h.then(s):s()})})}catch(e){return Promise.reject(e)}},t.getFileInfo=function(e,t,r,n){void 0===r&&(r=!1);try{var o=this;return Promise.resolve(o.getEndpoints(t)).then(function(i){return Promise.resolve(o.getServiceEndpoints(t,i)).then(function(t){function i(e){var t;function r(e){return t?e:Promise.resolve(s.json()).then(function(e){throw Fe.error("File info call failed: ",s.status,s.statusText,e),new Error(JSON.stringify(e))})}var n=function(){var e;if(null!=(e=s)&&e.ok)return Promise.resolve(s.json()).then(function(e){for(var r,n=oe(e);!(r=n()).done;)c.push(r.value);return t=1,c})}();return n&&n.then?n.then(r):r(n)}var s,a=ee({},e,{checksum:r}),c=[],u=o.getEndpointURL(t,"fileinfo")?o.getEndpointURL(t,"fileinfo").urlPath:null;if(!u)return null;var l=Ge(function(){return Promise.resolve(U.default(u,{method:"POST",body:JSON.stringify(a),headers:{"Content-Type":"application/json"},signal:n})).then(function(e){s=e})},function(e){throw Fe.error("File info call failed: "),Fe.error(e),new Error(e)});return l&&l.then?l.then(i):i()})})}catch(e){return Promise.reject(e)}},t.getComputeEnvironments=function(e,t){try{var r=this;return Promise.resolve(r.getEndpoints(e)).then(function(n){return Promise.resolve(r.getServiceEndpoints(e,n)).then(function(e){var o;function i(e){var t;if(null!=(t=s)&&t.ok){var r,o=s.json();return Array.isArray(o)?((r={})[n.chainId]=o,r):o}return Promise.resolve(s.json()).then(function(e){throw Fe.error("Fetch compute env failed: ",s.status,s.statusText,e),new Error(JSON.stringify(e))})}var s,a=null==(o=r.getEndpointURL(e,"computeEnvironments"))?void 0:o.urlPath;if(!a)return null;var c=Ge(function(){return Promise.resolve(U.default(a,{method:"GET",headers:{"Content-Type":"application/json"},signal:t})).then(function(e){s=e})},function(e){throw Fe.error("Fetch compute env failed: "),Fe.error(e),new Error(e)});return c&&c.then?c.then(i):i()})})}catch(e){return Promise.reject(e)}},t.initialize=function(e,t,r,n,o,i,s,a,c){try{var u=this;return Promise.resolve(u.getEndpoints(o)).then(function(l){return Promise.resolve(u.getServiceEndpoints(o,l)).then(function(o){function l(e){var t;function r(e){return t?e:Promise.resolve(h.json()).then(function(e){throw Fe.error("Provider initialized failed: ",h.status,h.statusText,e),new Error(JSON.stringify(e))})}var n=function(){var e;if(200===(null==(e=h)?void 0:e.status))return Promise.resolve(h.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var h,d=u.getEndpointURL(o,"initialize")?u.getEndpointURL(o,"initialize").urlPath:null;if(!d)return null;d+="?documentId="+e,d+="&serviceId="+t,d+="&fileIndex="+r,d+="&consumerAddress="+n,s&&(d+="&userdata="+encodeURI(JSON.stringify(s))),a&&(d+="&environment="+encodeURI(a)),c&&(d+="&validUntil="+c);var m=Ge(function(){return Promise.resolve(U.default(d,{method:"GET",headers:{"Content-Type":"application/json"},signal:i})).then(function(e){h=e})},function(e){throw Fe.error("Provider initialized failed: "),Fe.error(e),new Error("Provider initialize failed url: "+d+" ")});return m&&m.then?m.then(l):l()})})}catch(e){return Promise.reject(e)}},t.initializeComputeV1=function(e,t,r,n,o,i,s){try{var a=this;return Promise.resolve(a.getEndpoints(o)).then(function(c){return Promise.resolve(a.getServiceEndpoints(o,c)).then(function(o){function c(e){var t;function r(e){return t?e:Promise.resolve(u.json()).then(function(e){throw Fe.error("Initialize compute failed: ",u.status,u.statusText,e),Fe.error("Payload was:",l),new Error(JSON.stringify(e))})}var n=function(){var e;if(null!=(e=u)&&e.ok)return Promise.resolve(u.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var u,l={datasets:e,algorithm:t,compute:{env:r,validUntil:n},consumerAddress:i},h=a.getEndpointURL(o,"initializeCompute")?a.getEndpointURL(o,"initializeCompute").urlPath:null;if(!h)return null;var d=Ge(function(){return Promise.resolve(U.default(h,{method:"POST",body:JSON.stringify(l),headers:{"Content-Type":"application/json"},signal:s})).then(function(e){u=e})},function(e){throw Fe.error("Initialize compute failed: "),Fe.error(e),new Error("ComputeJob cannot be initialized")});return d&&d.then?d.then(c):c()})})}catch(e){return Promise.reject(e)}},t.initializeCompute=function(e,t,r,n,o,i,s){try{var a=this;return Promise.resolve(a.getEndpoints(o)).then(function(c){return Promise.resolve(a.getServiceEndpoints(o,c)).then(function(u){return Promise.resolve(i.getAddress()).then(function(l){return Promise.resolve(a.getNonce(o,l,s,c,u)).then(function(o){var c=(o+1).toString(),h=l;return h+=e[0].documentId,h+=c,Promise.resolve(a.signProviderRequest(i,h)).then(function(o){function i(e){var t;function r(e){return t?e:Promise.resolve(c.json()).then(function(e){throw Fe.error("Initialize compute failed: ",c.status,c.statusText,e),Fe.error("Payload was:",h),new Error(JSON.stringify(e))})}var n=function(){var e;if(null!=(e=c)&&e.ok)return Promise.resolve(c.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var c,h={datasets:e,algorithm:t,compute:{env:r,validUntil:n},consumerAddress:l,signature:o},d=a.getEndpointURL(u,"initializeCompute")?a.getEndpointURL(u,"initializeCompute").urlPath:null;if(!d)return null;var m=Ge(function(){return Promise.resolve(U.default(d,{method:"POST",body:JSON.stringify(h),headers:{"Content-Type":"application/json"},signal:s})).then(function(e){c=e})},function(e){throw Fe.error("Initialize compute failed: "),Fe.error(e),new Error("ComputeJob cannot be initialized")});return m&&m.then?m.then(i):i()})})})})})}catch(e){return Promise.reject(e)}},t.getDownloadUrl=function(e,t,r,n,o,i,s){try{var a=this;return Promise.resolve(a.getEndpoints(o)).then(function(c){return Promise.resolve(a.getServiceEndpoints(o,c)).then(function(u){var l=a.getEndpointURL(u,"download")?a.getEndpointURL(u,"download").urlPath:null;return l?Promise.resolve(i.getAddress()).then(function(h){return Promise.resolve(a.getNonce(o,h,null,c,u)).then(function(o){var c=(o+1).toString();return Promise.resolve(a.signProviderRequest(i,e+c)).then(function(o){var i=l;return i+="?fileIndex="+r,i+="&documentId="+e,i+="&transferTxId="+n,i+="&serviceId="+t,i+="&consumerAddress="+h,i+="&nonce="+c,i+="&signature="+o,s&&(i+="&userdata="+encodeURI(JSON.stringify(s))),i})})}):null})})}catch(e){return Promise.reject(e)}},t.computeStartV1=function(e,t,r,n,o,i,s,a){try{var c=this;return Promise.resolve(c.getEndpoints(e)).then(function(u){return Promise.resolve(c.getServiceEndpoints(e,u)).then(function(l){var h=c.getEndpointURL(l,"computeStart")?c.getEndpointURL(l,"computeStart").urlPath:null;return Promise.resolve(t.getAddress()).then(function(d){return Promise.resolve(c.getNonce(e,d,i,u,l)).then(function(e){var u=(e+1).toString(),l=d;return l+=n.documentId,l+=u,Promise.resolve(c.signProviderRequest(t,l)).then(function(e){function t(e){var t;function r(e){if(t)return e;var r=Fe.error,n=c.statusText,o=c.status;return Promise.resolve(c.json()).then(function(e){return r.call(Fe,"Compute start failed: ",o,n,e),Fe.error("Payload was:",l),null})}var n=function(){var e;if(null!=(e=c)&&e.ok)return Promise.resolve(c.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var c,l=Object();if(l.consumerAddress=d,l.signature=e,l.nonce=u,l.environment=r,l.dataset=n,l.algorithm=o,s&&(l.additionalDatasets=s),a&&(l.output=a),!h)return null;var m=Ge(function(){return Promise.resolve(U.default(h,{method:"POST",body:JSON.stringify(l),headers:{"Content-Type":"application/json"},signal:i})).then(function(e){c=e})},function(e){throw Fe.error("Compute start failed:"),Fe.error(e),Fe.error("Payload was:",l),new Error("HTTP request failed calling Provider")});return m&&m.then?m.then(t):t()})})})})})}catch(e){return Promise.reject(e)}},t.computeStart=function(e,t,r,n,o,i,s,a){try{var c=this;return console.log("called new compute start method..."),console.log("datasets: ",n),console.log("algorithm: ",o),Promise.resolve(c.getEndpoints(e)).then(function(u){return Promise.resolve(c.getServiceEndpoints(e,u)).then(function(l){var h;return h=a?c.getEndpointURL(l,"freeCompute")?c.getEndpointURL(l,"freeCompute").urlPath:null:c.getEndpointURL(l,"computeStart")?c.getEndpointURL(l,"computeStart").urlPath:null,Promise.resolve(t.getAddress()).then(function(a){return Promise.resolve(c.getNonce(e,a,i,u,l)).then(function(e){var u=(e+1).toString(),l=a;return l+=n[0].documentId,l+=u,Promise.resolve(c.signProviderRequest(t,l)).then(function(e){function t(e){var t;function r(e){if(t)return e;var r=Fe.error,n=c.statusText,o=c.status;return Promise.resolve(c.json()).then(function(e){return r.call(Fe,"Compute start failed: ",o,n,e),Fe.error("Payload was:",l),null})}var n=function(){var e;if(null!=(e=c)&&e.ok)return Promise.resolve(c.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var c,l=Object();if(l.consumerAddress=a,l.signature=e,l.nonce=u,l.environment=r,l.dataset=n[0],l.datasets=n,l.algorithm=o,s&&(l.output=s),!h)return null;var d=Ge(function(){return Promise.resolve(U.default(h,{method:"POST",body:JSON.stringify(l),headers:{"Content-Type":"application/json"},signal:i})).then(function(e){c=e})},function(e){throw Fe.error("Compute start failed:"),Fe.error(e),Fe.error("Payload was:",l),new Error("HTTP request failed calling Provider")});return d&&d.then?d.then(t):t()})})})})})}catch(e){return Promise.reject(e)}},t.computeStop=function(e,t,r,n,o,i,s){try{var a=this;return Promise.resolve(a.getEndpoints(n)).then(function(e){return Promise.resolve(a.getServiceEndpoints(n,e)).then(function(c){var u=a.getEndpointURL(c,"computeStop")?a.getEndpointURL(c,"computeStop").urlPath:null;return Promise.resolve(a.getNonce(n,t,s,e,c)).then(function(e){var n=(e+1).toString(),c=t;return Promise.resolve(a.signProviderRequest(o,c+=r||"")).then(function(e){function o(e){var t;function r(e){return t?e:Promise.resolve(c.json()).then(function(e){throw Fe.error("Compute stop failed: ",c.status,c.statusText,e),Fe.error("Payload was:",l),new Error(JSON.stringify(e))})}var n=function(){var e;if(null!=(e=c)&&e.ok)return Promise.resolve(c.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var c,l=Object();if(l.signature=e,l.agreementId=a.noZeroX(i),l.consumerAddress=t,l.nonce=n,r&&(l.jobId=r),!u)return null;var h=Ge(function(){return Promise.resolve(U.default(u,{method:"PUT",body:JSON.stringify(l),headers:{"Content-Type":"application/json"},signal:s})).then(function(e){c=e})},function(e){throw Fe.error("Compute stop failed:"),Fe.error(e),Fe.error("Payload was:",l),new Error("HTTP request failed calling Provider")});return h&&h.then?h.then(o):o()})})})})}catch(e){return Promise.reject(e)}},t.computeStatus=function(e,t,r,n,o){try{var i=this;return Promise.resolve(i.getEndpoints(e)).then(function(s){return Promise.resolve(i.getServiceEndpoints(e,s)).then(function(e){function s(e){var t;function r(e){var r;if(t)return e;function n(e){return r?e:Promise.resolve(a.json()).then(function(e){throw Fe.error("Get compute status failed:",a.status,a.statusText,e),new Error(JSON.stringify(e))})}Fe.error("Get compute status failed:",a.status,a.statusText);var o=function(){var e;if(null!=(e=a)&&e.ok)return Promise.resolve(a.json()).then(function(e){return r=1,e})}();return o&&o.then?o.then(n):n(o)}var n=function(){var e;if(null!=(e=a)&&e.ok)return Promise.resolve(a.json()).then(function(e){return t=1,e})}();return n&&n.then?n.then(r):r(n)}var a,c=i.getEndpointURL(e,"computeStatus")?i.getEndpointURL(e,"computeStatus").urlPath:null,u="?consumerAddress="+t;if(u+=n&&"&agreementId="+i.noZeroX(n)||"",u+=r&&"&jobId="+r||"",!c)return null;var l=Ge(function(){return Promise.resolve(U.default(c+u,{method:"GET",headers:{"Content-Type":"application/json"},signal:o})).then(function(e){a=e})},function(e){throw Fe.error("Get compute status failed"),Fe.error(e),new Error(e)});return l&&l.then?l.then(s):s()})})}catch(e){return Promise.reject(e)}},t.getComputeResultUrl=function(e,t,r,n){try{var o=this;return Promise.resolve(o.getEndpoints(e)).then(function(i){return Promise.resolve(o.getServiceEndpoints(e,i)).then(function(s){var a=o.getEndpointURL(s,"computeResult")?o.getEndpointURL(s,"computeResult").urlPath:null,c=o.getNonce;return Promise.resolve(t.getAddress()).then(function(u){return Promise.resolve(c.call(o,e,u,null,i,s)).then(function(e){var i=(e+1).toString();return Promise.resolve(t.getAddress()).then(function(e){return e+=r,e+=n.toString(),e+=i,Promise.resolve(o.signProviderRequest(t,e)).then(function(e){if(!a)return null;var o=a;return Promise.resolve(t.getAddress()).then(function(t){return o+="?consumerAddress="+t,o+="&jobId="+r,o+="&index="+n.toString(),o+="&nonce="+i,o+=e&&"&signature="+e||""})})})})})})})}catch(e){return Promise.reject(e)}},t.computeDelete=function(e,t,r,n,o){try{var i=this;return Promise.resolve(i.getEndpoints(n)).then(function(s){return Promise.resolve(i.getServiceEndpoints(n,s)).then(function(a){var c=i.getEndpointURL(a,"computeDelete")?i.getEndpointURL(a,"computeDelete").urlPath:null,u=i.getNonce;return Promise.resolve(t.getAddress()).then(function(l){return Promise.resolve(u.call(i,n,l,o,s,a)).then(function(n){var s=(n+1).toString();return Promise.resolve(t.getAddress()).then(function(n){return n+=r||"",n+=e&&""+i.noZeroX(e)||"",n+=s,Promise.resolve(i.signProviderRequest(t,n)).then(function(n){var s=Object();return s.documentId=i.noZeroX(e),Promise.resolve(t.getAddress()).then(function(e){var t;function i(e){var r;function n(e){return r?e:Promise.resolve(t.json()).then(function(e){throw Fe.error("Delete compute job failed:",t.status,t.statusText,e),Fe.error("Payload was:",s),new Error(JSON.stringify(e))})}var o=function(){var e;if(null!=(e=t)&&e.ok)return Promise.resolve(t.json()).then(function(e){return r=1,e})}();return o&&o.then?o.then(n):n(o)}if(s.consumerAddress=e,s.jobId=r,n&&(s.signature=n),!c)return null;var a=Ge(function(){return Promise.resolve(U.default(c,{method:"DELETE",body:JSON.stringify(s),headers:{"Content-Type":"application/json"},signal:o})).then(function(e){t=e})},function(e){throw Fe.error("Delete compute job failed:"),Fe.error(e),Fe.error("Payload was:",s),new Error("HTTP request failed calling Provider")});return a&&a.then?a.then(i):i()})})})})})})})}catch(e){return Promise.reject(e)}},t.isValidProvider=function(e,t){try{return Promise.resolve(Ge(function(){return Promise.resolve(U.default(e,{method:"GET",headers:{"Content-Type":"application/json"},signal:t})).then(function(e){var t,r=function(){if(null!=e&&e.ok)return Promise.resolve(e.json()).then(function(e){if(e&&(e.providerAddress||e.providerAddresses))return t=!0})}();return r&&r.then?r.then(function(e){return!!t&&e}):!!t&&r})},function(e){return Fe.error("Error validating provider: "+e.message),!1}))}catch(e){return Promise.reject(e)}},t.noZeroX=function(e){return this.zeroXTransformer(e,!1)},t.zeroXTransformer=function(e,t){void 0===e&&(e="");var r=this.inputMatch(e,/^(?:0x)*([a-f0-9]+)$/i,"zeroXTransformer");return(t&&r.valid?"0x":"")+r.output},t.inputMatch=function(e,t,r){if("string"!=typeof e)throw Fe.debug("Not input string:"),Fe.debug(e),new Error("["+r+"] Expected string, input type: "+typeof e);var n=e.match(t);return n?{valid:!0,output:n[1]}:(Fe.warn("["+r+"] Input transformation failed."),{valid:!1,output:e})},t.getData=function(e){try{return Promise.resolve(U.default(e,{method:"GET",headers:{"Content-type":"application/json"}}))}catch(e){return Promise.reject(e)}},e}(),qe=new _e;function Be(e,t,r){if(!e.s){if(r instanceof We){if(!r.s)return void(r.o=Be.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(Be.bind(null,e,t),Be.bind(null,e,2));e.s=t,e.v=r;const n=e.o;n&&n(e)}}var We=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,r){var n=new e,o=this.s;if(o){var i=1&o?t:r;if(i){try{Be(n,1,i(this.v))}catch(e){Be(n,2,e)}return n}return this}return this.o=function(e){try{var o=e.v;1&e.s?Be(n,1,t?t(o):o):r?Be(n,1,r(o)):Be(n,2,o)}catch(e){Be(n,2,e)}},n},e}();function Je(e){return e instanceof We&&1&e.s}function Ve(e,t){try{var r=e()}catch(e){return t(e)}return r&&r.then?r.then(void 0,t):r}var ze=function(e,t,n){try{var o="number"==typeof n,i=new Ne(t,e);return Promise.resolve(i.getCurrentTokenTemplateCount()).then(function(t){var s;function a(e){return s?e:-1}var c=1,u=function(e,t,r){for(var n;;){var o=e();if(Je(o)&&(o=o.v),!o)return i;if(o.then){n=0;break}var i=r();if(i&&i.then){if(!Je(i)){n=1;break}i=i.s}if(t){var s=t();if(s&&s.then&&!Je(s)){n=2;break}}}var a=new We,c=Be.bind(null,a,2);return(0===n?o.then(l):1===n?i.then(u):s.then(h)).then(void 0,c),a;function u(n){i=n;do{if(t&&(s=t())&&s.then&&!Je(s))return void s.then(h).then(void 0,c);if(!(o=e())||Je(o)&&!o.v)return void Be(a,1,i);if(o.then)return void o.then(l).then(void 0,c);Je(i=r())&&(i=i.v)}while(!i||!i.then);i.then(u).then(void 0,c)}function l(e){e?(i=r())&&i.then?i.then(u).then(void 0,c):u(i):Be(a,1,i)}function h(){(o=e())?o.then?o.then(l).then(void 0,c):l(o):Be(a,1,i)}}(function(){return!s&&c<=t},function(){return c++},function(){return Promise.resolve(i.getTokenTemplate(c)).then(function(t){var i=new r.ethers.Contract(t.templateAddress,J.default.abi,e);return o?Promise.resolve(i.connect(e).getId()).then(function(e){if(t.isActive&&e.toString()===n.toString())return s=1,c}):t.isActive&&t.templateAddress===n.toString()?(s=1,c):void 0})});return u&&u.then?u.then(a):a(u)})}catch(e){return Promise.reject(e)}};function He(){try{if(process.env.ADDRESS_FILE){var e=M.default.readFileSync(process.env.ADDRESS_FILE,"utf8");return JSON.parse(e)}return D.default}catch(e){return D.default}}function Ze(e){try{var t=He();if(t)for(var r=Object.keys(t),n=0,o=r;n<o.length;n++){var i=o[n];if(t[i].chainId===e)return t[i]}}catch(e){console.error(e)}return null}var Xe={chainId:null,network:"unknown",metadataCacheUri:"https://v4.aquarius.oceanprotocol.com",nodeUri:"http://127.0.0.1:8545",providerUri:"https://v4.provider.oceanprotocol.com",subgraphUri:null,explorerUri:null,oceanTokenAddress:null,oceanTokenSymbol:"OCEAN",fixedRateExchangeAddress:null,dispenserAddress:null,startBlock:0,transactionBlockTimeout:50,transactionConfirmationBlocks:1,transactionPollingTimeout:750,gasFeeMultiplier:1},Ke=[ee({},Xe),ee({},Xe,{chainId:8996,network:"development",metadataCacheUri:"http://172.15.0.5:5000",providerUri:"http://172.15.0.4:8030",subgraphUri:"https://172.15.0.15:8000",sdk:"evm"}),ee({},Xe,{chainId:11155111,network:"sepolia",nodeUri:"https://sepolia.infura.io/v3",subgraphUri:"https://v4.subgraph.sepolia.oceanprotocol.com",explorerUri:"https://sepolia.etherscan.io",gasFeeMultiplier:1.1,sdk:"evm"}),ee({},Xe,{chainId:1,network:"mainnet",nodeUri:"https://mainnet.infura.io/v3",subgraphUri:"https://v4.subgraph.mainnet.oceanprotocol.com",explorerUri:"https://etherscan.io",startBlock:11105459,transactionBlockTimeout:150,transactionConfirmationBlocks:5,transactionPollingTimeout:1750,gasFeeMultiplier:1.05,sdk:"evm"}),ee({},Xe,{chainId:137,network:"polygon",nodeUri:"https://polygon-mainnet.infura.io/v3",subgraphUri:"https://v4.subgraph.polygon.oceanprotocol.com",explorerUri:"https://polygonscan.com",oceanTokenSymbol:"mOCEAN",gasFeeMultiplier:1.6,sdk:"evm"}),ee({},Xe,{chainId:2021e3,network:"gaiaxtestnet",nodeUri:"https://rpc.gaiaxtestnet.oceanprotocol.com",providerUri:"https://v4.provider.gaiaxtestnet.oceanprotocol.com",subgraphUri:"https://v4.subgraph.gaiaxtestnet.oceanprotocol.com",explorerUri:"https://blockscout.gaiaxtestnet.oceanprotocol.com",sdk:"evm"}),ee({},Xe,{chainId:80001,network:"mumbai",nodeUri:"https://polygon-mumbai.infura.io/v3",subgraphUri:"https://v4.subgraph.mumbai.oceanprotocol.com",explorerUri:"https://mumbai.polygonscan.com",gasFeeMultiplier:1.1,sdk:"evm"}),ee({},Xe,{chainId:56,network:"bsc",nodeUri:"https://bsc-dataseed.binance.org",subgraphUri:"https://v4.subgraph.bsc.oceanprotocol.com",explorerUri:"https://bscscan.com/",gasFeeMultiplier:1.05,sdk:"evm"}),ee({},Xe,{chainId:246,network:"energyweb",nodeUri:"https://rpc.energyweb.org",subgraphUri:"https://v4.subgraph.energyweb.oceanprotocol.com",explorerUri:"https://explorer.energyweb.org",gasFeeMultiplier:1.05,sdk:"evm"}),ee({},Xe,{chainId:1285,network:"moonriver",nodeUri:"https://moonriver.api.onfinality.io/public",subgraphUri:"https://v4.subgraph.moonriver.oceanprotocol.com",explorerUri:"https://moonriver.moonscan.io/",gasFeeMultiplier:1.05,sdk:"evm"}),ee({},Xe,{chainId:100,network:"gen-x-testnet",nodeUri:"https://rpc.genx.minimal-gaia-x.eu",metadataCacheUri:"https://aquarius.v4.delta-dao.com",providerUri:"https://provider.v4.genx.delta-dao.com",subgraphUri:"https://subgraph.v4.genx.minimal-gaia-x.eu",explorerUri:"https://explorer.genx.minimal-gaia-x.eu/",gasFeeMultiplier:1,sdk:"evm"}),ee({},Xe,{chainId:10,network:"optimism",nodeUri:"https://mainnet.optimism.io",subgraphUri:"https://v4.subgraph.optimism.oceanprotocol.com",explorerUri:"https://optimistic.etherscan.io/",gasFeeMultiplier:1.1,sdk:"evm"}),ee({},Xe,{chainId:11155420,network:"optimism_sepolia",nodeUri:"https://sepolia.optimism.io",subgraphUri:"https://v4.subgraph.optimism-sepolia.oceanprotocol.com",explorerUri:"https://sepolia-optimism.etherscan.io/",gasFeeMultiplier:1.1,sdk:"evm"}),ee({},Xe,{chainId:23294,network:"oasis_sapphire",nodeUri:"https://sapphire.oasis.io",subgraphUri:"https://v4.subgraph.sapphire-mainnet.oceanprotocol.com/",explorerUri:"https://explorer.oasis.io/mainnet/sapphire/",gasFeeMultiplier:1,sdk:"oasis"}),ee({},Xe,{chainId:23295,network:"oasis_sapphire_testnet",nodeUri:"https://testnet.sapphire.oasis.dev",subgraphUri:"https://v4.subgraph.sapphire-testnet.oceanprotocol.com/subgraphs/name/oceanprotocol/ocean-subgraph",explorerUri:"https://explorer.oasis.io/testnet/sapphire/",gasFeeMultiplier:1,sdk:"oasis"}),ee({},Xe,{chainId:32456,network:"pontus-x-devnet",nodeUri:"https://rpc.dev.pontus-x.eu",metadataCacheUri:"https://aquarius.dev.pontus-x.eu",providerUri:"https://provider.dev.pontus-x.eu",subgraphUri:"https://subgraph.dev.pontus-x.eu",explorerUri:"https://explorer.dev.pontus-x.eu/testnet/pontusx",sdk:"evm"})],Qe=[23294,23295],$e=/*#__PURE__*/function(){function e(){}var t=e.prototype;return t.getAddressesFromEnv=function(e,t){var r;if(t&&t[e]){var n=t[e];r=ee({nftFactoryAddress:n.ERC721Factory,opfCommunityFeeCollector:n.OPFCommunityFeeCollector,fixedRateExchangeAddress:n.FixedPrice,dispenserAddress:n.Dispenser,oceanTokenAddress:n.Ocean,routerFactoryAddress:n.Router,chainId:n.chainId,startBlock:n.startBlock,veAllocate:n.veAllocate,veOCEAN:n.veOCEAN,veDelegation:n.veDelegation,veFeeDistributor:n.veFeeDistributor,veDelegationProxy:n.veDelegationProxy,DFRewards:n.DFRewards,DFStrategyV1:n.DFStrategyV1,veFeeEstimate:n.veFeeEstimate,accessListFactory:n.AccessListFactory},process.env.AQUARIUS_URL&&{metadataCacheUri:process.env.AQUARIUS_URL},process.env.PROVIDER_URL&&{providerUri:process.env.PROVIDER_URL})}else if(D.default[e]){var o=D.default[e];r=ee({nftFactoryAddress:o.ERC721Factory,opfCommunityFeeCollector:o.OPFCommunityFeeCollector,fixedRateExchangeAddress:o.FixedPrice,dispenserAddress:o.Dispenser,oceanTokenAddress:o.Ocean,routerFactoryAddress:o.Router,chainId:o.chainId,startBlock:o.startBlock,veAllocate:o.veAllocate,veOCEAN:o.veOCEAN,veDelegation:o.veDelegation,veFeeDistributor:o.veFeeDistributor,veDelegationProxy:o.veDelegationProxy,DFRewards:o.DFRewards,DFStrategyV1:o.DFStrategyV1,veFeeEstimate:o.veFeeEstimate,accessListFactory:o.AccessListFactory},process.env.AQUARIUS_URL&&{metadataCacheUri:process.env.AQUARIUS_URL},process.env.PROVIDER_URL&&{providerUri:process.env.PROVIDER_URL})}return r},t.getConfig=function(e,t){var r,n="string"==typeof e?"network":"chainId",o=Ke.find(function(t){return t[n]===e});if(!o)return Fe.error("No config found for given network '"+e+"'"),null;try{r=process.env.ADDRESS_FILE?JSON.parse(M.default.readFileSync(process.env.ADDRESS_FILE,"utf8")):null}catch(e){console.log(e),r=null}var i=this.getAddressesFromEnv(o.network,r);return!i&&Qe.includes(o.chainId)&&(i=this.getAddressesFromEnv(o.network.replace("sapph","saph"),r)),"sdk"in o&&null!==o.sdk||(o.sdk=Qe.includes(o.chainId)?"oasis":"evm"),o.accessListFactory=i.accessListFactory,o=ee({},o,i),ee({},o,{nodeUri:t?o.nodeUri+"/"+t:o.nodeUri})},e}(),Ye=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return N.default.abi},r.status=function(e){try{var t=this;return Promise.resolve(t.contract.status(e)).then(function(e){if(!e)throw new Error("Np dispenser found for the given datatoken address");var r=e[2],n=e[1],o=e[0];return Promise.resolve(t.unitsToAmount(null,e[3],18)).then(function(i){return Promise.resolve(t.unitsToAmount(null,e[4],18)).then(function(s){return Promise.resolve(t.unitsToAmount(null,e[5],18)).then(function(t){return{active:o,owner:n,isMinter:r,maxTokens:i,maxBalance:s,balance:t,allowedSwapper:e[6]}})})})})}catch(e){return Promise.reject(e)}},r.create=function(e,t,r,n,o,i){try{var s=this;return Promise.resolve(s.contract.estimateGas.create(e,s.amountToUnits(null,r,18),s.amountToUnits(null,n,18),t,o)).then(function(a){var c;return i?a:Promise.resolve(ae(a,s.getSignerAccordingSdk(),null==(c=s.config)?void 0:c.gasFeeMultiplier,s.contract.create,e,s.amountToUnits(null,r,18),s.amountToUnits(null,n,18),t,o))})}catch(e){return Promise.reject(e)}},r.activate=function(e,t,r,n){try{var o=this;return Promise.resolve(o.contract.estimateGas.activate(e,o.amountToUnits(null,t,18),o.amountToUnits(null,r,18))).then(function(i){var s;return n?i:Promise.resolve(ae(i,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,o.contract.activate,e,o.amountToUnits(null,t,18),o.amountToUnits(null,r,18)))})}catch(e){return Promise.reject(e)}},r.deactivate=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.deactivate(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.deactivate,e))})}catch(e){return Promise.reject(e)}},r.setAllowedSwapper=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.setAllowedSwapper(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.setAllowedSwapper,e,t))})}catch(e){return Promise.reject(e)}},r.dispense=function(e,t,r,n){void 0===t&&(t="1");try{var o=this;return Promise.resolve(o.contract.estimateGas.dispense(e,o.amountToUnits(null,t,18),r)).then(function(i){var s;return n?i:Promise.resolve(ae(i,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,o.contract.dispense,e,o.amountToUnits(null,t,18),r))})}catch(e){return Promise.reject(e)}},r.ownerWithdraw=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.ownerWithdraw(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.ownerWithdraw,e))})}catch(e){return Promise.reject(e)}},r.isDispensable=function(e,t,r,n){void 0===n&&(n="1");try{return Promise.resolve(this.status(e)).then(function(o){return!!o&&!1!==o.active&&Promise.resolve(t.balance(e,r)).then(function(e){return!(new R.default(e).greaterThanOrEqualTo(o.maxBalance)||new R.default(String(n)).greaterThan(o.maxTokens)||!new R.default(o.balance).greaterThanOrEqualTo(n)&&!0!==o.isMinter)})})}catch(e){return Promise.reject(e)}},t}(Re),et=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return L.default.abi},r.generateExchangeId=function(e,t){try{return Promise.resolve(this.contract.generateExchangeId(e,t))}catch(e){return Promise.reject(e)}},r.buyDatatokens=function(e,t,r,n,o,i){void 0===n&&(n=ie),void 0===o&&(o="0");try{var s=this;return Promise.resolve(s.getExchange(e)).then(function(a){return Promise.resolve(s.amountToUnits(null,o,18)).then(function(o){return Promise.resolve(s.amountToUnits(a.datatoken,t,+a.dtDecimals)).then(function(t){return Promise.resolve(s.amountToUnits(a.baseToken,r,+a.btDecimals)).then(function(r){return Promise.resolve(s.contract.estimateGas.buyDT(e,t,r,n,o)).then(function(a){var c;return i?a:Promise.resolve(ae(a,s.getSignerAccordingSdk(),null==(c=s.config)?void 0:c.gasFeeMultiplier,s.contract.buyDT,e,t,r,n,o))})})})})})}catch(e){return Promise.reject(e)}},r.sellDatatokens=function(e,t,r,n,o,i){void 0===n&&(n=ie),void 0===o&&(o="0");try{var s=this;return Promise.resolve(s.getExchange(e)).then(function(a){return Promise.resolve(s.amountToUnits(null,o,18)).then(function(o){return Promise.resolve(s.amountToUnits(a.datatoken,t,+a.dtDecimals)).then(function(t){return Promise.resolve(s.amountToUnits(a.baseToken,r,+a.btDecimals)).then(function(r){return Promise.resolve(s.contract.estimateGas.sellDT(e,t,r,n,o)).then(function(a){var c;return i?a:Promise.resolve(ae(a,s.getSignerAccordingSdk(),null==(c=s.config)?void 0:c.gasFeeMultiplier,s.contract.sellDT,e,t,r,n,o))})})})})})}catch(e){return Promise.reject(e)}},r.getNumberOfExchanges=function(){try{return Promise.resolve(this.contract.getNumberOfExchanges())}catch(e){return Promise.reject(e)}},r.setRate=function(e,t,r){try{var n=this,o=n.contract.estimateGas,i=o.setRate;return Promise.resolve(n.amountToUnits(null,t,18)).then(function(s){return Promise.resolve(i.call(o,e,s)).then(function(o){var i;if(r)return o;var s=n.contract.setRate,a=null==(i=n.config)?void 0:i.gasFeeMultiplier,c=n.getSignerAccordingSdk();return Promise.resolve(n.amountToUnits(null,t,18)).then(function(t){return Promise.resolve(ae(o,c,a,s,e,t))})})})}catch(e){return Promise.reject(e)}},r.setAllowedSwapper=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.setAllowedSwapper(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.setAllowedSwapper,e,t))})}catch(e){return Promise.reject(e)}},r.activate=function(e,t){try{var r=this;return Promise.resolve(r.getExchange(e)).then(function(n){return n?!0===n.active?null:Promise.resolve(r.contract.estimateGas.toggleExchangeState(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.toggleExchangeState,e))}):null})}catch(e){return Promise.reject(e)}},r.deactivate=function(e,t){try{var r=this;return Promise.resolve(r.getExchange(e)).then(function(n){return n?!1===n.active?null:Promise.resolve(r.contract.estimateGas.toggleExchangeState(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.toggleExchangeState,e))}):null})}catch(e){return Promise.reject(e)}},r.getRate=function(e){try{var t=this;return Promise.resolve(t.contract.getRate(e)).then(function(e){return Promise.resolve(t.unitsToAmount(null,e,18))})}catch(e){return Promise.reject(e)}},r.getDatatokenSupply=function(e){try{var t=this;return Promise.resolve(t.contract.getDTSupply(e)).then(function(r){return Promise.resolve(t.getExchange(e)).then(function(e){return Promise.resolve(t.unitsToAmount(e.datatoken,r,+e.dtDecimals))})})}catch(e){return Promise.reject(e)}},r.getBasetokenSupply=function(e){try{var t=this;return Promise.resolve(t.contract.getBTSupply(e)).then(function(r){return Promise.resolve(t.getExchange(e)).then(function(e){return Promise.resolve(t.unitsToAmount(e.baseToken,r,+e.btDecimals))})})}catch(e){return Promise.reject(e)}},r.getAllowedSwapper=function(e){try{return Promise.resolve(this.contract.getAllowedSwapper(e))}catch(e){return Promise.reject(e)}},r.calcBaseInGivenDatatokensOut=function(e,t,r){void 0===r&&(r="0");try{var n=this;return Promise.resolve(n.getExchange(e)).then(function(o){var i=n.contract,s=i.calcBaseInGivenOutDT;return Promise.resolve(n.amountToUnits(o.datatoken,t,+o.dtDecimals)).then(function(t){return Promise.resolve(n.amountToUnits(null,r,18)).then(function(r){return Promise.resolve(s.call(i,e,t,r)).then(function(e){return Promise.resolve(n.unitsToAmount(o.baseToken,e.baseTokenAmount,+o.btDecimals)).then(function(t){return Promise.resolve(n.unitsToAmount(o.baseToken,e.publishMarketFeeAmount,+o.btDecimals)).then(function(r){return Promise.resolve(n.unitsToAmount(o.baseToken,e.oceanFeeAmount,+o.btDecimals)).then(function(i){return Promise.resolve(n.unitsToAmount(o.baseToken,e.consumeMarketFeeAmount,+o.btDecimals)).then(function(e){return{baseTokenAmount:t,marketFeeAmount:r,oceanFeeAmount:i,consumeMarketFeeAmount:e}})})})})})})})})}catch(e){return Promise.reject(e)}},r.getAmountBasetokensOut=function(e,t,r){void 0===r&&(r="0");try{var n=this;return Promise.resolve(n.getExchange(e)).then(function(o){var i=n.contract,s=i.calcBaseOutGivenInDT;return Promise.resolve(n.amountToUnits(o.datatoken,t,+o.dtDecimals)).then(function(t){return Promise.resolve(n.amountToUnits(null,r,18)).then(function(r){return Promise.resolve(s.call(i,e,t,r)).then(function(e){return Promise.resolve(n.unitsToAmount(o.baseToken,e[0],+o.btDecimals))})})})})}catch(e){return Promise.reject(e)}},r.getExchange=function(e){try{var t=this;return Promise.resolve(t.contract.getExchange(e)).then(function(r){var n=r.btDecimals.toString(),o=r.dtDecimals.toString(),i=r.allowedSwapper,s=r.exchangeOwner,a=r.withMint,c=r.baseToken,u=r.datatoken,l=r.active;return Promise.resolve(t.unitsToAmount(r.datatoken,r.dtBalance,+r.dtDecimals)).then(function(h){return Promise.resolve(t.unitsToAmount(r.baseToken,r.btBalance,+r.btDecimals)).then(function(d){return Promise.resolve(t.unitsToAmount(r.datatoken,r.dtSupply,+r.dtDecimals)).then(function(m){return Promise.resolve(t.unitsToAmount(r.baseToken,r.btSupply,+r.btDecimals)).then(function(v){return Promise.resolve(t.unitsToAmount(null,r.fixedRate,18)).then(function(t){return{active:l,datatoken:u,baseToken:c,withMint:a,exchangeOwner:s,allowedSwapper:i,dtDecimals:o,btDecimals:n,dtBalance:h,btBalance:d,dtSupply:m,btSupply:v,fixedRate:t,exchangeId:e}})})})})})})}catch(e){return Promise.reject(e)}},r.getFeesInfo=function(e){try{var t=this;return Promise.resolve(t.contract.getFeesInfo(e)).then(function(r){return Promise.resolve(t.getExchange(e)).then(function(n){return Promise.resolve(t.unitsToAmount(null,r.opcFee.toString(),18)).then(function(o){return Promise.resolve(t.unitsToAmount(null,r.marketFee.toString(),18)).then(function(i){var s=r.marketFeeCollector;return Promise.resolve(t.unitsToAmount(n.baseToken,r.marketFeeAvailable,+n.btDecimals)).then(function(a){return Promise.resolve(t.unitsToAmount(n.baseToken,r.oceanFeeAvailable,+n.btDecimals)).then(function(t){return{opcFee:o,marketFee:i,marketFeeCollector:s,marketFeeAvailable:a,oceanFeeAvailable:t,exchangeId:e}})})})})})})}catch(e){return Promise.reject(e)}},r.getExchanges=function(){try{return Promise.resolve(this.contract.getExchanges())}catch(e){return Promise.reject(e)}},r.isActive=function(e){try{return Promise.resolve(this.contract.isActive(e))}catch(e){return Promise.reject(e)}},r.activateMint=function(e,t){try{var r=this;return Promise.resolve(r.getExchange(e)).then(function(n){return n?!0===n.withMint?null:Promise.resolve(r.contract.estimateGas.toggleMintState(e,!0)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.toggleMintState,e,!0))}):null})}catch(e){return Promise.reject(e)}},r.deactivateMint=function(e,t){try{var r=this;return Promise.resolve(r.getExchange(e)).then(function(n){return n?!1===n.withMint?null:Promise.resolve(r.contract.estimateGas.toggleMintState(e,!1)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.toggleMintState,e,!1))}):null})}catch(e){return Promise.reject(e)}},r.collectBasetokens=function(e,t,r){try{var n=this;return Promise.resolve(n.getExchange(e)).then(function(o){return o?Promise.resolve(n.contract.getExchange(e)).then(function(o){return Promise.resolve(n.amountToUnits(o.baseToken,t,+o.btDecimals)).then(function(t){return Promise.resolve(n.contract.estimateGas.collectBT(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.collectBT,e,t))})})}):null})}catch(e){return Promise.reject(e)}},r.collectDatatokens=function(e,t,r){try{var n=this;return Promise.resolve(n.getExchange(e)).then(function(o){return o?Promise.resolve(n.contract.getExchange(e)).then(function(o){return Promise.resolve(n.amountToUnits(o.datatoken,t,+o.dtDecimals)).then(function(t){return Promise.resolve(n.contract.estimateGas.collectDT(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.collectDT,e,t))})})}):null})}catch(e){return Promise.reject(e)}},r.collectMarketFee=function(e,t){try{var r=this;return Promise.resolve(r.getExchange(e)).then(function(n){return n?Promise.resolve(r.contract.estimateGas.collectMarketFee(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.collectMarketFee,e))}):null})}catch(e){return Promise.reject(e)}},r.collectOceanFee=function(e,t){try{var r=this;return Promise.resolve(r.getExchange(e)).then(function(n){return n?Promise.resolve(r.contract.estimateGas.collectOceanFee(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.collectOceanFee,e))}):null})}catch(e){return Promise.reject(e)}},r.getOPCCollector=function(){try{return Promise.resolve(this.contract.opcCollector())}catch(e){return Promise.reject(e)}},r.getRouter=function(){try{return Promise.resolve(this.contract.router())}catch(e){return Promise.reject(e)}},r.getExchangeOwner=function(e){try{return Promise.resolve(this.getExchange(e)).then(function(e){return Promise.resolve(e.exchangeOwner)})}catch(e){return Promise.reject(e)}},r.updateMarketFee=function(e,t,r){try{var n=this,o=n.contract.estimateGas,i=o.updateMarketFee;return Promise.resolve(n.amountToUnits(null,t,18)).then(function(s){return Promise.resolve(i.call(o,e,s)).then(function(o){var i;if(r)return o;var s=n.contract.updateMarketFee,a=null==(i=n.config)?void 0:i.gasFeeMultiplier,c=n.getSignerAccordingSdk();return Promise.resolve(n.amountToUnits(null,t,18)).then(function(t){return Promise.resolve(ae(o,c,a,s,e,t))})})})}catch(e){return Promise.reject(e)}},r.updateMarketFeeCollector=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.updateMarketFeeCollector(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.updateMarketFeeCollector,e,t))})}catch(e){return Promise.reject(e)}},t}(Re),tt=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return G.default.abi},r.buyDatatokenBatch=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.buyDTBatch(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.buyDTBatch,e))})}catch(e){return Promise.reject(e)}},r.isApprovedToken=function(e){try{return Promise.resolve(this.contract.isApprovedToken(e))}catch(e){return Promise.reject(e)}},r.isFixedPrice=function(e){try{return Promise.resolve(this.contract.isFixedRateContract(e))}catch(e){return Promise.reject(e)}},r.getOwner=function(){try{return Promise.resolve(this.contract.routerOwner())}catch(e){return Promise.reject(e)}},r.getNFTFactory=function(){try{return Promise.resolve(this.contract.factory())}catch(e){return Promise.reject(e)}},r.addApprovedToken=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(n.contract.estimateGas.addApprovedToken(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.addApprovedToken,t))})})}catch(e){return Promise.reject(e)}},r.removeApprovedToken=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(n.contract.estimateGas.removeApprovedToken(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.removeApprovedToken,t))})})}catch(e){return Promise.reject(e)}},r.addFixedRateContract=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(n.contract.estimateGas.addFixedRateContract(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.addFixedRateContract,t))})})}catch(e){return Promise.reject(e)}},r.removeFixedRateContract=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(n.contract.estimateGas.removeFixedRateContract(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.removeFixedRateContract,t))})})}catch(e){return Promise.reject(e)}},r.addDispenserContract=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(n.contract.estimateGas.addDispenserContract(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.addDispenserContract,t))})})}catch(e){return Promise.reject(e)}},r.removeDispenserContract=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(n.contract.estimateGas.removeDispenserContract(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.removeDispenserContract,t))})})}catch(e){return Promise.reject(e)}},r.getOPCFee=function(e){try{return Promise.resolve(this.contract.getOPCFee(e))}catch(e){return Promise.reject(e)}},r.getCurrentOPCFee=function(){try{return Promise.resolve(this.contract.swapOceanFee())}catch(e){return Promise.reject(e)}},r.updateOPCFee=function(e,t,r,n,o,i){try{var s=this;return Promise.resolve(s.getOwner()).then(function(a){if(a!==e)throw new Error("Caller is not Router Owner");return Promise.resolve(s.contract.estimateGas.updateOPCFee(t,r,n,o)).then(function(e){var a;return i?e:Promise.resolve(ae(e,s.getSignerAccordingSdk(),null==(a=s.config)?void 0:a.gasFeeMultiplier,s.contract.updateOPCFee,t,r,n,o))})})}catch(e){return Promise.reject(e)}},t}(Re),rt=/*#__PURE__*/function(e){te(n,e);var t=n.prototype;function n(t,r,n,o,i){var s;return(s=e.call(this,t,r,n,o)||this).abiEnterprise=void 0,s.nft=void 0,s.abiEnterprise=i||q.default.abi,s.nft=new Le(s.signer,r),s}return t.getDefaultAbi=function(){return _.default.abi},t.approve=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(i.estimateGas.approve(t,ce(null,null,r,18))).then(function(e){var s;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,i.approve,t,ce(null,null,r,18)))})}catch(e){return Promise.reject(e)}},t.createFixedRate=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.isDatatokenDeployer(e,t)).then(function(e){if(!e)throw new Error("User is not Datatoken Deployer");r.allowedConsumer||(r.allowedConsumer=ie);var t=!1===r.withMint?0:1;return Promise.resolve(i.estimateGas.createFixedRate(r.fixedRateAddress,[r.baseTokenAddress,r.owner,r.marketFeeCollector,r.allowedConsumer],[r.baseTokenDecimals,r.datatokenDecimals,r.fixedRate,r.marketFee,t])).then(function(e){var s;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,i.createFixedRate,r.fixedRateAddress,[r.baseTokenAddress,r.owner,r.marketFeeCollector,r.allowedConsumer],[r.baseTokenDecimals,r.datatokenDecimals,r.fixedRate,r.marketFee,t]))})})}catch(e){return Promise.reject(e)}},t.createDispenser=function(e,t,r,n,o){try{var i=this;return Promise.resolve(i.isDatatokenDeployer(e,t)).then(function(t){if(!t)throw new Error("User is not Datatoken Deployer");var s=i.getContract(e);return n.allowedSwapper||(n.allowedSwapper=ie),n.withMint=!1!==n.withMint,Promise.resolve(s.estimateGas.createDispenser(r,n.maxTokens,n.maxBalance,n.withMint,n.allowedSwapper)).then(function(e){var t;return o?e:Promise.resolve(ae(e,i.getSignerAccordingSdk(),null==(t=i.config)?void 0:t.gasFeeMultiplier,s.createDispenser,r,n.maxTokens,n.maxBalance,n.withMint,n.allowedSwapper))})})}catch(e){return Promise.reject(e)}},t.mint=function(e,t,r,n,o){try{var i=this,s=i.getContract(e);return Promise.resolve(i.getPermissions(e,t)).then(function(a){if(!0!==a.minter)throw new Error("Caller is not Minter");return Promise.resolve(i.getCap(e)).then(function(e){if(new R.default(e).gte(r))return Promise.resolve(s.estimateGas.mint(n||t,ce(null,null,r,18))).then(function(e){var a;return o?e:Promise.resolve(ae(e,i.getSignerAccordingSdk(),null==(a=i.config)?void 0:a.gasFeeMultiplier,s.mint,n||t,ce(null,null,r,18)))});throw new Error("Mint amount exceeds cap available")})})}catch(e){return Promise.reject(e)}},t.addMinter=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.isDatatokenDeployer(e,t)).then(function(e){if(!0!==e)throw new Error("Caller is not DatatokenDeployer");return Promise.resolve(i.estimateGas.addMinter(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.addMinter,r))})})}catch(e){return Promise.reject(e)}},t.removeMinter=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.isDatatokenDeployer(e,t)).then(function(e){if(!0!==e)throw new Error("Caller is not DatatokenDeployer");return Promise.resolve(i.estimateGas.removeMinter(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.removeMinter,r))})})}catch(e){return Promise.reject(e)}},t.addPaymentManager=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.isDatatokenDeployer(e,t)).then(function(e){if(!0!==e)throw new Error("Caller is not DatatokenDeployer");return Promise.resolve(i.estimateGas.addPaymentManager(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.addPaymentManager,r))})})}catch(e){return Promise.reject(e)}},t.removePaymentManager=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.isDatatokenDeployer(e,t)).then(function(e){if(!0!==e)throw new Error("Caller is not DatatokenDeployer");return Promise.resolve(i.estimateGas.removePaymentManager(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.removePaymentManager,r))})})}catch(e){return Promise.reject(e)}},t.setPaymentCollector=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(o.getPermissions(e,t)).then(function(s){function a(e){function s(s){function a(e){if(!c&&!u&&!(null==e?void 0:e.deployERC20))throw new Error("Caller is not Fee Manager, owner or Datatoken Deployer");return Promise.resolve(i.estimateGas.setPaymentCollector(r)).then(function(e){var t;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(t=o.config)?void 0:t.gasFeeMultiplier,i.setPaymentCollector,r))})}var u=e&&s===t;return e&&!u?Promise.resolve(e&&!u&&o.nft.getNftPermissions(e,t)).then(a):a(e&&!u&&o.nft.getNftPermissions(e,t))}return e?Promise.resolve(o.nft.getNftOwner(e)).then(s):s(e)}var c=s.paymentManager;return c?a(!c&&o.getNFTAddress(e)):Promise.resolve(!c&&o.getNFTAddress(e)).then(a)})}catch(e){return Promise.reject(e)}},t.getPaymentCollector=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getPaymentCollector())}catch(e){return Promise.reject(e)}},t.transfer=function(e,t,r,n){try{var o=this,i=o.transferWei;return Promise.resolve(ce(null,null,r,18)).then(function(r){return i.call(o,e,t,r,n)})}catch(e){return Promise.reject(e)}},t.transferWei=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(i.estimateGas.transfer(t,r)).then(function(e){var s;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,i.transfer,t,r))})}catch(e){return Promise.reject(e)}},t.startOrder=function(e,t,r,n,o,i){try{var s=this,a=s.getContract(e,s.abi);return o||(o={consumeMarketFeeAddress:ie,consumeMarketFeeToken:ie,consumeMarketFeeAmount:"0"}),Promise.resolve(a.estimateGas.startOrder(t,r,n,o)).then(function(e){var c;return i?e:Promise.resolve(ae(e,s.getSignerAccordingSdk(),null==(c=s.config)?void 0:c.gasFeeMultiplier,a.startOrder,t,r,n,o))})}catch(e){return Promise.reject(e)}},t.reuseOrder=function(e,t,r,n){try{var o=this,i=o.getContract(e);return Promise.resolve(i.estimateGas.reuseOrder(t,r)).then(function(e){var s;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,i.reuseOrder,t,r))})}catch(e){return Promise.reject(e)}},t.buyFromFreAndOrder=function(e,t,r,n){try{var o=this,i=o.getContract(e,o.abiEnterprise);return Promise.resolve(o.getFreOrderParams(r)).then(function(e){return Promise.resolve(i.estimateGas.buyFromFreAndOrder(t,e)).then(function(r){var s;return n?r:Promise.resolve(ae(r,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,i.buyFromFreAndOrder,t,e))})})}catch(e){return Promise.reject(e)}},t.buyFromDispenserAndOrder=function(e,t,r,n){try{var o=this,i=o.getContract(e,o.abiEnterprise);return Promise.resolve(i.estimateGas.buyFromDispenserAndOrder(t,r)).then(function(e){var s;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,i.buyFromDispenserAndOrder,t,r))})}catch(e){return Promise.reject(e)}},t.setData=function(e,t,n,o){try{var i=this;return Promise.resolve(i.isDatatokenDeployer(e,t)).then(function(t){if(!t)throw new Error("User is not Datatoken Deployer");var s=i.getContract(e),a=r.ethers.utils.hexlify(r.ethers.utils.toUtf8Bytes(n));return Promise.resolve(s.estimateGas.setData(a)).then(function(e){var t;return o?e:Promise.resolve(ae(e,i.getSignerAccordingSdk(),null==(t=i.config)?void 0:t.gasFeeMultiplier,s.setData,a))})})}catch(e){return Promise.reject(e)}},t.cleanPermissions=function(e,t,r){try{var n=this,o=n.nft,i=o.getNftOwner;return Promise.resolve(n.getNFTAddress(e)).then(function(s){return Promise.resolve(i.call(o,s)).then(function(o){if(o!==t)throw new Error("Caller is NOT Nft Owner");var i=n.getContract(e);return Promise.resolve(i.estimateGas.cleanPermissions()).then(function(e){var t;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(t=n.config)?void 0:t.gasFeeMultiplier,i.cleanPermissions))})})})}catch(e){return Promise.reject(e)}},t.getPermissions=function(e,t){try{var r=this.getContract(e);return Promise.resolve(r.permissions(t))}catch(e){return Promise.reject(e)}},t.getCap=function(e){try{var t=this,r=t.getContract(e);return Promise.resolve(r.cap()).then(function(e){return Promise.resolve(t.unitsToAmount(null,e,18))})}catch(e){return Promise.reject(e)}},t.getDecimals=function(e){try{var t=this.getContract(e);return Promise.resolve(t.decimals())}catch(e){return Promise.reject(e)}},t.getId=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getId())}catch(e){return Promise.reject(e)}},t.getSymbol=function(e){try{var t=this.getContract(e);return Promise.resolve(t.symbol())}catch(e){return Promise.reject(e)}},t.getName=function(e){try{var t=this.getContract(e);return Promise.resolve(t.name())}catch(e){return Promise.reject(e)}},t.getNFTAddress=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getERC721Address())}catch(e){return Promise.reject(e)}},t.getFixedRates=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getFixedRates())}catch(e){return Promise.reject(e)}},t.getDispensers=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getDispensers())}catch(e){return Promise.reject(e)}},t.isDatatokenDeployer=function(e,t){try{var r=this.getContract(e);return Promise.resolve(r.isERC20Deployer(t))}catch(e){return Promise.reject(e)}},t.balance=function(e,t){try{var r=this,n=r.getContract(e);return Promise.resolve(n.balanceOf(t)).then(function(e){return Promise.resolve(r.unitsToAmount(null,e,18))})}catch(e){return Promise.reject(e)}},t.setPublishingMarketFee=function(e,t,r,n,o,i){try{var s=this,a=s.getContract(e);return Promise.resolve(a.getPublishingMarketFee()).then(function(e){if(e[0]!==o)throw new Error("Caller is not the Publishing Market Fee Address");return Promise.resolve(a.estimateGas.setPublishingMarketFee(t,r,n)).then(function(e){var o;return i?e:Promise.resolve(ae(e,s.getSignerAccordingSdk(),null==(o=s.config)?void 0:o.gasFeeMultiplier,a.setPublishingMarketFee,t,r,n))})})}catch(e){return Promise.reject(e)}},t.getPublishingMarketFee=function(e){try{var t=this.getContract(e);return Promise.resolve(t.getPublishingMarketFee()).then(function(e){return{publishMarketFeeAddress:e[0],publishMarketFeeToken:e[1],publishMarketFeeAmount:e[2].toString()}})}catch(e){return Promise.reject(e)}},t.getFreOrderParams=function(e){try{var t=this,r=e.exchangeId,n=e.exchangeContract;return Promise.resolve(ce(t.signer,e.baseTokenAddress,e.maxBaseTokenAmount,e.baseTokenDecimals)).then(function(o){return Promise.resolve(ce(t.signer,e.baseTokenAddress,e.swapMarketFee,e.baseTokenDecimals)).then(function(t){return{exchangeContract:n,exchangeId:r,maxBaseTokenAmount:o,swapMarketFee:t,marketFeeAddress:e.marketFeeAddress}})})}catch(e){return Promise.reject(e)}},n}(Ue),nt=/*#__PURE__*/function(e){te(r,e);var t=r.prototype;function r(t,r,n,o,i){var s;return(s=e.call(this,t,n,o,i)||this).accessList=void 0,s.fileObject=void 0,s.abi=s.getDefaultAbi(),s.fileObject=r,s}return t.getDefaultAbi=function(){return z.default.abi},t.setFileObj=function(e){this.fileObject=e},t.getAllowlistContract=function(e){try{var t=this.getContract(e,this.getDefaultAbi());return Promise.resolve(t.getAllowListContract())}catch(e){return Promise.reject(e)}},t.getDenylistContract=function(e){try{var t=this.getContract(e,this.getDefaultAbi());return Promise.resolve(t.getDenyListContract())}catch(e){return Promise.reject(e)}},t.setAllowListContract=function(e,t,r,n){try{var o=this;return Promise.resolve(o.isDatatokenDeployer(e,r)).then(function(r){if(!r)throw new Error("User is not Datatoken Deployer");var i=o.getContract(e);return Promise.resolve(i.estimateGas.setAllowListContract(t)).then(function(e){var r;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(r=o.config)?void 0:r.gasFeeMultiplier,i.functions.setAllowListContract,t))})})}catch(e){return Promise.reject(e)}},t.setDenyListContract=function(e,t,r,n){try{var o=this;return Promise.resolve(o.isDatatokenDeployer(e,r)).then(function(r){if(!r)throw new Error("User is not Datatoken Deployer");var i=o.getContract(e);return Promise.resolve(i.estimateGas.setDenyListContract(t)).then(function(e){var r;return n?e:Promise.resolve(ae(e,o.getSignerAccordingSdk(),null==(r=o.config)?void 0:r.gasFeeMultiplier,i.functions.setDenyListContract,t))})})}catch(e){return Promise.reject(e)}},t.setFileObject=function(e,t,r){try{var n=this;return Promise.resolve(n.isDatatokenDeployer(e,t)).then(function(t){if(!t)throw new Error("User is not Datatoken Deployer");var o=n.getContract(e);return Promise.resolve(o.estimateGas.setFilesObject(n.fileObject)).then(function(e){var t;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(t=n.config)?void 0:t.gasFeeMultiplier,o.functions.setFilesObject,n.fileObject))})})}catch(e){return Promise.reject(e)}},t.getFileObject=function(e,t,r,n,o,i,s){try{var a=this.getContract(e,this.getDefaultAbi());return Promise.resolve(a.getFileObject(t,r,n,o,i,s))}catch(e){return Promise.reject(e)}},r}(rt),ot=/*#__PURE__*/function(e){te(r,e);var t=r.prototype;function r(t,r,n,o,i){var s;return(s=e.call(this,t,r,n,o,i)||this).abiEnterprise=void 0,s.abi=i||s.getDefaultAbi(),s}return t.getDefaultAbi=function(){return H.default.abi},t.getTokenUri=function(e){try{return Promise.resolve(this.contract.tokenURI(e))}catch(e){return Promise.reject(e)}},t.getOwner=function(){try{return Promise.resolve(this.contract.owner())}catch(e){return Promise.reject(e)}},t.getId=function(){try{return Promise.resolve(this.contract.getId())}catch(e){return Promise.reject(e)}},t.getName=function(){try{return Promise.resolve(this.contract.name())}catch(e){return Promise.reject(e)}},t.getSymbol=function(){try{return Promise.resolve(this.contract.symbol())}catch(e){return Promise.reject(e)}},t.balance=function(e){try{var t=this;return Promise.resolve(t.contract.balanceOf(e)).then(function(e){return Promise.resolve(t.unitsToAmount(null,e,18))})}catch(e){return Promise.reject(e)}},t.mint=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.mint(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.mint,e,t))})}catch(e){return Promise.reject(e)}},t.batchMint=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.batchMint(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.batchMint,e,t))})}catch(e){return Promise.reject(e)}},t.burn=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.burn(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.burn,e))})}catch(e){return Promise.reject(e)}},t.transferOwnership=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.transferOwnership(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n,r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.transferOwnership,e))})}catch(e){return Promise.reject(e)}},t.renounceOwnership=function(e){try{var t=this;return Promise.resolve(t.contract.estimateGas.renounceOwnership()).then(function(r){var n;return e?r:Promise.resolve(ae(r,t.getSignerAccordingSdk(),null==(n=t.config)?void 0:n.gasFeeMultiplier,t.contract.renounceOwnership))})}catch(e){return Promise.reject(e)}},r}(Re),it=/*#__PURE__*/function(e){te(r,e);var t=r.prototype;function r(t,r,n,o,i){var s;return(s=e.call(this,t,r,n,o,i)||this).abi=i||s.getDefaultAbi(),s}return t.getDefaultAbi=function(){return V.default.abi},t.deployAccessListContract=function(e,t,r,n,o,i,s){void 0===n&&(n=!1);try{var a=this;if(!e||!t){var c=ke();e=c.name,t=c.symbol}return Promise.resolve(a.contract.estimateGas.deployAccessListContract(e,t,n,o,i,r)).then(function(c){return s?c:function(s,u){try{var l=Promise.resolve(ae(c,a.getSignerAccordingSdk(),null==(h=a.config)?void 0:h.gasFeeMultiplier,a.contract.deployAccessListContract,e,t,n,o,i,r)).then(function(e){if(!e){var t="Tx for deploying new access list was not processed on chain.";throw console.error(t),t}return Promise.resolve(e.wait()).then(function(e){return ye(e,"NewAccessList").args[0]})})}catch(e){return u(e)}var h;return l&&l.then?l.then(void 0,u):l}(0,function(e){console.error("Creation of AccessList failed: "+e)})})}catch(e){return Promise.reject(e)}},t.getOwner=function(){try{return Promise.resolve(this.contract.owner())}catch(e){return Promise.reject(e)}},t.isSoulbound=function(e){try{return Promise.resolve(this.contract.isSoulBound(e))}catch(e){return Promise.reject(e)}},t.isDeployed=function(e){try{return Promise.resolve(this.contract.isDeployed(e))}catch(e){return Promise.reject(e)}},t.changeTemplateAddress=function(e,t,r){try{var n=this;return Promise.resolve(n.getOwner()).then(function(o){if(o!==e)throw new Error("Caller is not Factory Owner");if(t===ie)throw new Error("Template address cannot be ZERO address");return Promise.resolve(n.contract.estimateGas.changeTemplateAddress(t)).then(function(e){var o;return r?e:Promise.resolve(ae(e,n.getSignerAccordingSdk(),null==(o=n.config)?void 0:o.gasFeeMultiplier,n.contract.functions.changeTemplateAddress,t))})})}catch(e){return Promise.reject(e)}},r}(Re),st=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return Z.default.abi},r.lockTokens=function(e,t,r){try{var n=this,o=n.amountToUnits;return Promise.resolve(n.getToken()).then(function(i){return Promise.resolve(o.call(n,i,e)).then(function(e){return Promise.resolve(n.contract.estimateGas.create_lock(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o.add(2e4),n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.create_lock,e,t))})})})}catch(e){return Promise.reject(e)}},r.depositFor=function(e,t,r){try{var n=this,o=n.amountToUnits;return Promise.resolve(n.getToken()).then(function(i){return Promise.resolve(o.call(n,i,t)).then(function(t){return Promise.resolve(n.contract.estimateGas.deposit_for(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o.add(2e4),n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.deposit_for,e,t))})})})}catch(e){return Promise.reject(e)}},r.increaseAmount=function(e,t){try{var r=this,n=r.amountToUnits;return Promise.resolve(r.getToken()).then(function(o){return Promise.resolve(n.call(r,o,e)).then(function(e){return Promise.resolve(r.contract.estimateGas.increase_amount(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n.add(2e4),r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.increase_amount,e))})})})}catch(e){return Promise.reject(e)}},r.increaseUnlockTime=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.increase_unlock_time(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n.add(2e4),r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.increase_unlock_time,e))})}catch(e){return Promise.reject(e)}},r.withdraw=function(e){try{var t=this;return Promise.resolve(t.contract.estimateGas.withdraw()).then(function(r){var n;return e?r:Promise.resolve(ae(r.add(2e4),t.getSignerAccordingSdk(),null==(n=t.config)?void 0:n.gasFeeMultiplier,t.contract.withdraw))})}catch(e){return Promise.reject(e)}},r.getVotingPower=function(e){try{return Promise.resolve(this.contract.balanceOf(e))}catch(e){return Promise.reject(e)}},r.getLockedAmount=function(e){try{var t=this;return Promise.resolve(t.contract.locked(e)).then(function(e){var r=t.unitsToAmount;return Promise.resolve(t.getToken()).then(function(n){return Promise.resolve(r.call(t,n,e.amount.toString()))})})}catch(e){return Promise.reject(e)}},r.lockEnd=function(e){try{return Promise.resolve(this.contract.locked__end(e)).then(function(e){return parseInt(e.toString())})}catch(e){return Promise.reject(e)}},r.totalSupply=function(){try{var e=this,t=e.unitsToAmount;return Promise.resolve(e.getToken()).then(function(r){return Promise.resolve(e.contract.totalSupply()).then(function(n){return Promise.resolve(t.call(e,r,n))})})}catch(e){return Promise.reject(e)}},r.getToken=function(){try{return Promise.resolve(this.contract.token())}catch(e){return Promise.reject(e)}},t}(Re),at=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return X.default.abi},r.claim=function(e){try{var t=this;return Promise.resolve(t.contract.estimateGas.claim()).then(function(r){var n;return e?r:Promise.resolve(ae(r.add(2e4),t.getSignerAccordingSdk(),null==(n=t.config)?void 0:n.gasFeeMultiplier,t.contract.claim))})}catch(e){return Promise.reject(e)}},r.claimMany=function(e,t){try{var r=this;return Promise.resolve(r.contract.estimateGas.claim_many(e)).then(function(n){var o;return t?n:Promise.resolve(ae(n.add(2e4),r.getSignerAccordingSdk(),null==(o=r.config)?void 0:o.gasFeeMultiplier,r.contract.claim_many,e))})}catch(e){return Promise.reject(e)}},t}(Re),ct=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return K.default.abi},r.estimateClaim=function(e){try{var t=this;return Promise.resolve(t.contract.estimateClaim(e)).then(function(e){return Promise.resolve(t.contract.voting_escrow()).then(function(r){var n=new st(r,t.signer),o=t.unitsToAmount;return Promise.resolve(n.getToken()).then(function(r){return Promise.resolve(o.call(t,r,e))})})})}catch(e){return Promise.reject(e)}},t}(Re),ut=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return Q.default.abi},r.setAllocation=function(e,t,r,n){try{var o=this;return Promise.resolve(o.contract.estimateGas.setAllocation(e,t,r)).then(function(i){var s;return n?i:Promise.resolve(ae(i.add(2e4),o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,o.contract.setAllocation,e,t,r))})}catch(e){return Promise.reject(e)}},r.setBatchAllocation=function(e,t,r,n){try{var o=this;return Promise.resolve(o.contract.estimateGas.setBatchAllocation(e,t,r)).then(function(i){var s;return n?i:Promise.resolve(ae(i.add(2e4),o.getSignerAccordingSdk(),null==(s=o.config)?void 0:s.gasFeeMultiplier,o.contract.setBatchAllocation,e,t,r))})}catch(e){return Promise.reject(e)}},r.getTotalAllocation=function(e){try{return Promise.resolve(this.contract.getTotalAllocation(e))}catch(e){return Promise.reject(e)}},r.getVeAllocation=function(e,t,r){try{return Promise.resolve(this.contract.getveAllocation(e,t,r))}catch(e){return Promise.reject(e)}},t}(Re);function lt(e,t,r){if(!e.s){if(r instanceof ht){if(!r.s)return void(r.o=lt.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(lt.bind(null,e,t),lt.bind(null,e,2));e.s=t,e.v=r;const n=e.o;n&&n(e)}}var ht=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,r){var n=new e,o=this.s;if(o){var i=1&o?t:r;if(i){try{lt(n,1,i(this.v))}catch(e){lt(n,2,e)}return n}return this}return this.o=function(e){try{var o=e.v;1&e.s?lt(n,1,t?t(o):o):r?lt(n,1,r(o)):lt(n,2,o)}catch(e){lt(n,2,e)}},n},e}(),dt=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return $.default.abi},r.getAvailableRewards=function(e,t){try{var r=this;return Promise.resolve(r.contract.claimable(e,t)).then(function(e){return Promise.resolve(r.unitsToAmount(t,e))})}catch(e){return Promise.reject(e)}},r.claimRewards=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.claimFor(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.claimFor,e,t))})}catch(e){return Promise.reject(e)}},r.allocateRewards=function(e,t,r,n){try{var o=function(){return Promise.resolve(i.contract.estimateGas.allocate(e,t,r)).then(function(o){var s;return n?o:Promise.resolve(ae(o,i.getSignerAccordingSdk(),null==(s=i.config)?void 0:s.gasFeeMultiplier,i.contract.allocate,e,t,r))})},i=this,s=(a=t,c=function(e){return Promise.resolve(i.amountToUnits(r,t[e])).then(function(r){t[e]=r})},h=-1,function e(t){try{for(;++h<a.length;)if((t=c(h))&&t.then){if(!((r=t)instanceof ht&&1&r.s))return void t.then(e,l||(l=lt.bind(null,u=new ht,2)));t=t.v}u?lt(u,1,t):u=t}catch(e){lt(u||(u=new ht),2,e)}var r}(),u);return Promise.resolve(s&&s.then?s.then(o):o())}catch(e){return Promise.reject(e)}var a,c,u,l,h},t}(Re);function mt(e,t,r){if(!e.s){if(r instanceof vt){if(!r.s)return void(r.o=mt.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(mt.bind(null,e,t),mt.bind(null,e,2));e.s=t,e.v=r;const n=e.o;n&&n(e)}}var vt=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,r){var n=new e,o=this.s;if(o){var i=1&o?t:r;if(i){try{mt(n,1,i(this.v))}catch(e){mt(n,2,e)}return n}return this}return this.o=function(e){try{var o=e.v;1&e.s?mt(n,1,t?t(o):o):r?mt(n,1,r(o)):mt(n,2,o)}catch(e){mt(n,2,e)}},n},e}(),ft=/*#__PURE__*/function(e){function t(){return e.apply(this,arguments)||this}te(t,e);var r=t.prototype;return r.getDefaultAbi=function(){return Y.default.abi},r.getMultipleAvailableRewards=function(e,t){try{var r=this;return Promise.resolve(r.contract.claimables(e,t)).then(function(e){var n,o,i,s,a,c=[],u=(n=e,o=function(n){var o=c.push;return Promise.resolve(r.unitsToAmount(t[n],e[n])).then(function(e){o.call(c,e)})},a=-1,function e(t){try{for(;++a<n.length;)if((t=o(a))&&t.then){if(!((r=t)instanceof vt&&1&r.s))return void t.then(e,s||(s=mt.bind(null,i=new vt,2)));t=t.v}i?mt(i,1,t):i=t}catch(e){mt(i||(i=new vt),2,e)}var r}(),i);return u&&u.then?u.then(function(){return c}):c})}catch(e){return Promise.reject(e)}},r.claimMultipleRewards=function(e,t,r){try{var n=this;return Promise.resolve(n.contract.estimateGas.claimMultiple(e,t)).then(function(o){var i;return r?o:Promise.resolve(ae(o,n.getSignerAccordingSdk(),null==(i=n.config)?void 0:i.gasFeeMultiplier,n.contract.claimMultiple,e,t))})}catch(e){return Promise.reject(e)}},t}(Re);function gt(e,t){try{var r=e()}catch(e){return t(e)}return r&&r.then?r.then(void 0,t):r}function pt(e,t,r){if(!e.s){if(r instanceof Pt){if(!r.s)return void(r.o=pt.bind(null,e,t));1&t&&(t=r.s),r=r.v}if(r&&r.then)return void r.then(pt.bind(null,e,t),pt.bind(null,e,2));e.s=t,e.v=r;var n=e.o;n&&n(e)}}var Pt=/*#__PURE__*/function(){function e(){}return e.prototype.then=function(t,r){var n=new e,o=this.s;if(o){var i=1&o?t:r;if(i){try{pt(n,1,i(this.v))}catch(e){pt(n,2,e)}return n}return this}return this.o=function(e){try{var o=e.v;1&e.s?pt(n,1,t?t(o):o):r?pt(n,1,r(o)):pt(n,2,o)}catch(e){pt(n,2,e)}},n},e}();function yt(e){return e instanceof Pt&&1&e.s}var wt=/*#__PURE__*/function(){function e(e){this.aquariusURL=void 0,this.aquariusURL=e}var t=e.prototype;return t.resolve=function(e,t){try{var r=this.aquariusURL+"/api/aquarius/assets/ddo/"+e;return Promise.resolve(gt(function(){return Promise.resolve(U.default(r,{method:"GET",headers:{"Content-Type":"application/json"},signal:t})).then(function(e){if(e.ok)return Promise.resolve(e.json());throw new Error("HTTP request failed with status "+e.status)})},function(e){throw Fe.error(e),new Error("HTTP request failed")}))}catch(e){return Promise.reject(e)}},t.waitForAqua=function(e,t,r){try{var n,o=this,i=0,s=function(e,t){var r;do{var n=e();if(n&&n.then){if(!yt(n)){r=!0;break}n=n.v}var o=t();if(yt(o)&&(o=o.v),!o)return n}while(!o.then);var i=new Pt,s=pt.bind(null,i,2);return(r?n.then(a):o.then(c)).then(void 0,s),i;function a(r){for(n=r;yt(o=t())&&(o=o.v),o;){if(o.then)return void o.then(c).then(void 0,s);if((n=e())&&n.then){if(!yt(n))return void n.then(a).then(void 0,s);n=n.v}}pt(i,1,n)}function c(r){if(r){do{if((n=e())&&n.then){if(!yt(n))return void n.then(a).then(void 0,s);n=n.v}if(yt(r=t())&&(r=r.v),!r)return void pt(i,1,n)}while(!r.then);r.then(c).then(void 0,s)}else pt(i,1,n)}}(function(){function s(e){return n?e:Promise.resolve(Te(1500)).then(function(){i++})}var a=gt(function(){return Promise.resolve(U.default(o.aquariusURL+"/api/aquarius/assets/ddo/"+e,{method:"GET",headers:{"Content-Type":"application/json"},signal:r})).then(function(e){return function(){if(e.ok)return Promise.resolve(e.json()).then(function(e){return t?e.event&&e.event.txid===t?(n=1,e):void 0:(n=1,e)})}()})},function(){});return a&&a.then?a.then(s):s(a)},function(){return!n&&i<100});return Promise.resolve(s&&s.then?s.then(function(e){return n?e:null}):n?s:null)}catch(e){return Promise.reject(e)}},t.validate=function(e,t){try{var r,n=this,o={valid:!1},i=gt(function(){return Promise.resolve(U.default(n.aquariusURL+"/api/aquarius/assets/ddo/validate",{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/octet-stream"},signal:t})).then(function(e){return Promise.resolve(e.json()).then(function(t){r=t,200===e.status?(o.valid=!0,o.hash=r.hash,o.proof={validatorAddress:r.publicKey,r:r.r[0],s:r.s[0],v:r.v}):(o.errors=r,Fe.error("validate Metadata failed:",e.status,o.errors))})})},function(e){Fe.error("Error validating metadata: ",e)});return Promise.resolve(i&&i.then?i.then(function(){return o}):o)}catch(e){return Promise.reject(e)}},t.getAssetMetadata=function(e,t){try{var r=this.aquariusURL+"/api/aquarius/assets/metadata/"+e;return Promise.resolve(gt(function(){return Promise.resolve(U.default(r,{method:"GET",headers:{"Content-Type":"application/json"},signal:t})).then(function(e){if(e.ok)return e.json();throw new Error("getAssetMetadata failed: "+e.status+e.statusText)})},function(e){throw Fe.error("Error getting metadata: ",e),new Error("Error getting metadata: "+e)}))}catch(e){return Promise.reject(e)}},t.querySearch=function(e,t){try{var r=this.aquariusURL+"/api/aquarius/assets/query";return Promise.resolve(gt(function(){return Promise.resolve(U.default(r,{method:"POST",body:JSON.stringify(e),headers:{"Content-Type":"application/json"},signal:t})).then(function(e){if(e.ok)return e.json();throw new Error("querySearch failed: "+e.status+e.statusText)})},function(e){throw Fe.error("Error querying metadata: ",e),new Error("Error querying metadata: "+e)}))}catch(e){return Promise.reject(e)}},e}();exports.AccessListContract=ot,exports.AccesslistFactory=it,exports.Aquarius=wt,exports.Config=function(){this.nodeUri=void 0,this.providerAddress=void 0,this.metadataCacheUri=void 0,this.providerUri=void 0,this.web3Provider=void 0,this.oceanTokenAddress=void 0,this.nftFactoryAddress=void 0,this.routerFactoryAddress=void 0,this.datatokensABI=void 0,this.fixedRateExchangeAddress=void 0,this.fixedRateExchangeAddressABI=void 0,this.dispenserAddress=void 0,this.dispenserABI=void 0,this.opfCommunityFeeCollector=void 0,this.sideStakingAddress=void 0,this.startBlock=void 0,this.verbose=void 0,this.authMessage=void 0,this.authTokenExpiration=void 0,this.parityUri=void 0,this.threshold=void 0,this.chainId=void 0,this.network=void 0,this.subgraphUri=void 0,this.explorerUri=void 0,this.oceanTokenSymbol=void 0,this.transactionBlockTimeout=void 0,this.transactionConfirmationBlocks=void 0,this.transactionPollingTimeout=void 0,this.gasFeeMultiplier=void 0,this.veAllocate=void 0,this.veOCEAN=void 0,this.veDelegation=void 0,this.veFeeDistributor=void 0,this.veDelegationProxy=void 0,this.DFRewards=void 0,this.DFStrategyV1=void 0,this.veFeeEstimate=void 0,this.sdk=void 0,this.accessListFactory=void 0},exports.ConfigHelper=$e,exports.DEVELOPMENT_CHAIN_ID=8996,exports.Datatoken=rt,exports.Datatoken4=nt,exports.DfRewards=dt,exports.DfStrategyV1=ft,exports.Dispenser=Ye,exports.FEE_HISTORY_NOT_SUPPORTED="Returned error: Method eth_feeHistory not supported.",exports.FixedRateExchange=et,exports.GASLIMIT_DEFAULT=1e6,exports.KNOWN_CONFIDENTIAL_EVMS=Qe,exports.Logger=Ae,exports.LoggerInstance=Fe,exports.MAX_UINT_256="115792089237316195423570985008687907853269984665640564039457584007913129639934",exports.Nft=Le,exports.NftFactory=Ne,exports.Provider=_e,exports.ProviderInstance=qe,exports.Router=tt,exports.SmartContract=Ue,exports.SmartContractWithAddress=Re,exports.VeAllocate=ut,exports.VeFeeDistributor=at,exports.VeFeeEstimate=ct,exports.VeOcean=st,exports.ZERO_ADDRESS=ie,exports.allowance=xe,exports.allowanceWei=Ee,exports.amountToUnits=ce,exports.approve=je,exports.approveWei=Ce,exports.balance=function(e,t,n,o){try{var i=new r.ethers.Contract(t,Se,e);return Promise.resolve(i.balanceOf(n)).then(function(r){return Promise.resolve(ue(e,t,r,o))})}catch(e){return Promise.reject(e)}},exports.calculateActiveTemplateIndex=ze,exports.configHelperNetworks=Ke,exports.createAccessListFactory=function(e,t,n){try{var o=new r.ethers.Contract(e,V.default.abi,t);return Promise.resolve(t.getAddress()).then(function(e){var t,r=Ve(function(){return Promise.resolve(o.deployAccessListContract("AllowList","ALLOW",!0,e,n||[e],["https://oceanprotocol.com/nft/"])).then(function(e){return function(){if(e&&e.wait)return Promise.resolve(e.wait()).then(function(e){var r=ye(e,"NewAccessList");return t=1,r.args[0]})}()})},function(e){console.log("ERROR createAccessListFactory(): ",e)});return r&&r.then?r.then(function(e){return t?e:null}):t?r:null})}catch(e){return Promise.reject(e)}},exports.createAsset=function(e,t,n,o,i,s,a,c,u,l,h,d,g){void 0===a&&(a=!0);try{if("string"!=typeof i&&"number"!=typeof i)throw new Error('Invalid template! Must be a "number" or a "string"');return Promise.resolve(n.provider.getNetwork()).then(function(p){var P=p.chainId;if(s.chainId!==P)throw new Error("Chain ID from DDO is different than the configured network.");if(s.id)throw new Error("DID already filled in.");var y=(new $e).getConfig(parseInt(String(P)));return Promise.resolve(ze(n,y.nftFactoryAddress,i)).then(function(i){if(i<1){if(8996!==P)throw new Error("Invalid template index: "+i);i=1}var p=new Le(n,P),w=new Ne(y.nftFactoryAddress,n);return Promise.resolve(n.getAddress()).then(function(k){var b;function T(e){return b?e:Promise.resolve(A.wait()).then(function(e){var t;function i(e){if(t)return e;function i(){function e(){var e=p.setMetadata;return Promise.resolve(n.getAddress()).then(function(n){return Promise.resolve(e.call(p,d,n,0,c,"",r.ethers.utils.hexlify(i),t,o)).then(function(){return s.id})})}var t,o,i;s.services[0].datatokenAddress=g,s.services[0].serviceEndpoint=c,s.nftAddress=d,s.id="did:op:"+m.SHA256(r.ethers.utils.getAddress(d)+P.toString(10));var u=function(){if(a)return Promise.resolve(qe.encrypt(s,P,c)).then(function(e){return t=e,Promise.resolve(l.validate(s)).then(function(e){o=e.hash,i=2})});var e=JSON.stringify(s),r=Buffer.from(e);t=v.hexlify(r),o="0x"+f.createHash("sha256").update(t).digest("hex"),i=0}();return u&&u.then?u.then(e):e()}var u=function(){if("oasis"!==y.sdk)return Promise.resolve(qe.encrypt(o,P,c)).then(function(e){s.services[0].files=e});s.services[0].files=""}();return u&&u.then?u.then(i):i()}var u=ye(e,"NFTCreated"),h=ye(e,"TokenCreated"),d=u.args.newTokenAddress,g=h.args.newTokenAddress;o.datatokenAddress=g,o.nftAddress=d;var w=function(){if("oasis"===y.sdk){var e=new r.ethers.Contract(g,z.default.abi,n);return Ve(function(){return Promise.resolve(e.setFilesObject(r.ethers.utils.toUtf8Bytes(JSON.stringify(o)))).then(function(e){var t=function(){if(e.wait)return Promise.resolve(e.wait()).then(function(){})}();if(t&&t.then)return t.then(function(){})})},function(e){return console.log("Error updating files object with data token and nft addresses: ",e),t=1,null})}}();return w&&w.then?w.then(i):i(w)})}s.chainId=parseInt(P.toString(10));var A,F={name:e,symbol:t,templateIndex:1,tokenURI:"aaa",transferable:!0,owner:k},S={templateIndex:i,cap:"100000",feeAmount:"0",paymentCollector:k,feeToken:u||y.oceanTokenAddress,minter:k,mpFeeAddress:ie};o.type&&[exports.FileObjectType.ARWEAVE,exports.FileObjectType.IPFS,exports.FileObjectType.URL].includes(o.type.toLowerCase())||(console.log('Missing or invalid files object type, defaulting to "url"'),o.type=exports.FileObjectType.URL),"oasis"===y.sdk&&(S.filesObject=o,S.accessListFactory=h||y.accessListFactory,S.allowAccessList=d,S.denyAccessList=g);var E=Ve(function(){var e=function(){var e,t;if(null==(e=s.stats)||null==(t=e.price)||!t.value)return Promise.resolve(w.createNftWithDatatoken(F,S)).then(function(e){A=e});var r,n,o="0"===(null==(r=s.stats)||null==(n=r.price)?void 0:n.value)?Promise.resolve(w.createNftWithDatatokenWithDispenser(F,S,{dispenserAddress:y.dispenserAddress,maxTokens:"1",maxBalance:"100000000",withMint:!0,allowedSwapper:ie})).then(function(e){A=e}):Promise.resolve(w.createNftWithDatatokenWithFixedRate(F,S,{fixedRateAddress:y.fixedRateExchangeAddress,baseTokenAddress:y.oceanTokenAddress,owner:k,marketFeeCollector:k,baseTokenDecimals:18,datatokenDecimals:18,fixedRate:s.stats.price.value,marketFee:"0",allowedConsumer:k,withMint:!0})).then(function(e){A=e});return o&&o.then?o.then(function(){}):void 0}();if(e&&e.then)return e.then(function(){})},function(e){return console.log("ERROR creating NFT bundle",e),b=1,null});return E&&E.then?E.then(T):T(E)})})})}catch(e){return Promise.reject(e)}},exports.decimals=function(e,t){try{var n=new r.ethers.Contract(t,Se,e);return Promise.resolve(n.decimals())}catch(e){return Promise.reject(e)}},exports.downloadFile=function(e,t){try{return Promise.resolve(U.default(e)).then(function(r){if(!r.ok)throw new Error("Response error.");var n;try{n=r.headers.get("content-disposition").match(/attachment;filename=(.+)/)[1]}catch(r){try{n=e.split("/").pop()}catch(e){n="file"+t}}return Promise.resolve(r.arrayBuffer()).then(function(e){return{data:e,filename:n}})})}catch(e){return Promise.reject(e)}},exports.downloadFileBrowser=function(e){var t=new XMLHttpRequest;t.responseType="blob",t.open("GET",e),t.onload=function(){var e=t.getResponseHeader("content-disposition"),r=null==e?void 0:e.match(/filename[^;=\n]*=((['"]).*?\2|[^;\n]*)/),n=r&&r[1]?r[1]:"file",o=window.URL.createObjectURL(t.response),i=document.createElement("a");i.href=o,i.setAttribute("download",n),document.body.appendChild(i),i.click(),i.remove(),window.URL.revokeObjectURL(o)},t.send()},exports.generateDid=function(e,t){return e=r.ethers.utils.getAddress(e),"did:op:"+O.default(e+t.toString(10)).toString()},exports.generateDtName=ke,exports.getErrorMessage=function(e){try{var t=JSON.parse(e),r=Object.keys(t)[0];if("error"===r){var n=t[r];return De[r][n]||"Provider request failed: "+n}var o=t[r];return t[Object.keys(t)[1]]+" : "+o}catch(t){return Fe.error("[getErrorMessage] error: ",t),e}},exports.getEventFromTx=ye,exports.getFairGasPrice=he,exports.getHash=function(e){return O.default(e).toString()},exports.getOceanArtifactsAdresses=He,exports.getOceanArtifactsAdressesByChainId=Ze,exports.getTokenDecimals=le,exports.minAbi=Se,exports.orderAsset=function(e,t,r,n,o,i,s,a,c,u,l,h){void 0===c&&(c="0"),void 0===u&&(u=0),void 0===l&&(l=0),void 0===h&&(h=0);try{if(s||(s={consumeMarketFeeAddress:"0x0000000000000000000000000000000000000000",consumeMarketFeeAmount:"0",consumeMarketFeeToken:e.stats.price.tokenAddress||"0x0000000000000000000000000000000000000000"}),!e.datatokens[u].address)throw new Error("The datatoken with index: "+u+" does not exist for the asset with did: "+e.id);if(!e.services[l].id)throw new Error("There is no service with index: "+l+" defined for the asset with did: "+e.id);return Promise.resolve(n.getId(e.datatokens[u].address)).then(function(d){return Promise.resolve(n.getFixedRates(e.datatokens[u].address)).then(function(m){return Promise.resolve(n.getDispensers(e.datatokens[u].address)).then(function(v){return Promise.resolve(n.getPublishingMarketFee(e.datatokens[u].address)).then(function(f){function g(e){return a?e:Promise.resolve(y.call(qe,k,w,0,e,o||r.providerUri)).then(p)}function p(o){function v(o){function a(o){var i,a={consumer:o,serviceIndex:l,_providerFee:g,_consumeMarketFee:s};return function(e,t){var r,n=-1;e:{for(var o=0;o<t.length;o++){var i=t[o][0];if(i){var s=i();if(s&&s.then)break e;if(s===e){n=o;break}}else n=o}if(-1!==n){do{for(var a=t[n][1];!a;)n++,a=t[n][1];var c=a();if(c&&c.then){r=!0;break e}var u=t[n][2];n++}while(u&&!u());return c}}var l=new Oe,h=Me.bind(null,l,2);return(r?c.then(d):s.then(function r(s){for(;;){if(s===e){n=o;break}if(++o===t.length){if(-1!==n)break;return void Me(l,1,c)}if(i=t[o][0]){if((s=i())&&s.then)return void s.then(r).then(void 0,h)}else n=o}do{for(var a=t[n][1];!a;)n++,a=t[n][1];var c=a();if(c&&c.then)return void c.then(d).then(void 0,h);var u=t[n][2];n++}while(u&&!u());Me(l,1,c)})).then(void 0,h),l;function d(e){for(;;){var r=t[n][2];if(!r||r())break;n++;for(var o=t[n][1];!o;)n++,o=t[n][1];if((e=o())&&e.then)return void e.then(d).then(void 0,h)}Me(l,1,e)}}(P,[[function(){return"free"},function(){var o=function(t){var o;if(i)return t;function s(e){if(o)return e}var c=function(){if(2===d||4===d)return Promise.resolve(n.buyFromDispenserAndOrder(e.services[l].datatokenAddress,a,r.dispenserAddress)).then(function(e){return o=1,e})}();return c&&c.then?c.then(s):s(c)},s=function(){if(1===d){var o=new Ye(r.dispenserAddress,t),s=o.dispense,c=e.datatokens[u].address;return Promise.resolve(t.getAddress()).then(function(t){return Promise.resolve(s.call(o,c,"1",t)).then(function(t){if(!t)throw new Error("Failed to dispense !");return Promise.resolve(t.wait()).then(function(){return Promise.resolve(n.startOrder(e.datatokens[u].address,a.consumer,a.serviceIndex,a._providerFee,a._consumeMarketFee)).then(function(e){return i=1,e})})})})}}();return s&&s.then?s.then(o):o(s)}],[function(){return"fixed"},function(){var o=new et(r.fixedRateExchangeAddress,t);if(!m[h].id)throw new Error("There is no fixed rate exchange with index: "+l+" for the asset with did: "+e.id);return Promise.resolve(o.getFeesInfo(m[h].id)).then(function(i){return Promise.resolve(o.getExchange(m[h].id)).then(function(l){return Promise.resolve(o.calcBaseInGivenDatatokensOut(i.exchangeId,"1",s.consumeMarketFeeAmount)).then(function(h){var m;function v(o){var i;if(m)return o;function s(e){if(i)return e}var c=function(){if(2===d||4===d)return Promise.resolve(t.getAddress()).then(function(o){return Promise.resolve(je(t,r,o,l.baseToken,e.datatokens[u].address,g,!1)).then(function(t){function r(t){if(!t)throw new Error("Failed to confirm/mine approval transaction!");return Promise.resolve(n.buyFromFreAndOrder(e.datatokens[u].address,a,p)).then(function(e){return i=1,e})}if(!t)throw new Error("Failed to approve "+l.baseToken+" !");return"number"!=typeof t?Promise.resolve("number"!=typeof t?t.wait():t).then(r):r("number"!=typeof t?t.wait():t)})})}();return c&&c.then?c.then(s):s(c)}var g=new R.default(+h.baseTokenAmount||0).add(new R.default(s.consumeMarketFeeAmount||0)).add(new R.default(+f.publishMarketFeeAmount||0)).toString(),p={exchangeContract:r.fixedRateExchangeAddress,exchangeId:i.exchangeId,maxBaseTokenAmount:g,baseTokenAddress:l.baseToken,baseTokenDecimals:parseInt(l.btDecimals)||18,swapMarketFee:c,marketFeeAddress:f.publishMarketFeeAddress},P=function(){if(1===d)return Promise.resolve(t.getAddress()).then(function(i){return Promise.resolve(je(t,r,i,l.baseToken,r.fixedRateExchangeAddress,g,!1)).then(function(t){function r(t){if(!t)throw new Error("Failed to approve "+l.baseToken+" !");return Promise.resolve(o.buyDatatokens(l.exchangeId,"1",g,f.publishMarketFeeAddress,c)).then(function(t){return Promise.resolve(t.wait()).then(function(t){if(!t)throw new Error("Failed to buy datatoken from fixed rate!");return Promise.resolve(n.startOrder(e.datatokens[u].address,a.consumer,a.serviceIndex,a._providerFee,a._consumeMarketFee)).then(function(e){return m=1,e})})})}return"number"!=typeof t?Promise.resolve("number"!=typeof t?t.wait():t).then(r):r("number"!=typeof t?t.wait():t)})})}();return P&&P.then?P.then(v):v(P)})})})}],[void 0,function(){throw new Error("Pricing schema not supported !")}]])}return i?a(i):Promise.resolve(t.getAddress()).then(a)}var g=a||o.providerFee,p=function(){if(g&&g.providerFeeAddress!==ie&&g.providerFeeAmount&&parseInt(g.providerFeeAmount)>0)return function(n,o){try{var i=Promise.resolve(t.getAddress()).then(function(n){return Promise.resolve(Ce(t,r,n,g.providerFeeToken,e.services[0].datatokenAddress,g.providerFeeAmount)).then(function(){})})}catch(e){return o()}return i&&i.then?i.then(void 0,o):i}(0,function(){throw new Error("Failed to approve provider fee token "+g.providerFeeToken)})}();return p&&p.then?p.then(v):v()}var P=m.length>0?"fixed":v.length>0?"free":"NOT_ALLOWED",y=a||qe.initialize,w=a||e.services[l].id,k=a||e.id;return a?g(p(a)):Promise.resolve(t.getAddress()).then(g)})})})})}catch(e){return Promise.reject(e)}},exports.sendTx=ae,exports.setContractDefaults=Pe,exports.signHash=function(e,t){try{var n=r.ethers.utils.arrayify(t);return Promise.resolve(e._legacySignMessage(n)).then(function(e){var t="0x"+(e=e.substr(2)).slice(0,64),r="0x"+e.slice(64,128),n="0x"+e.slice(128,130);return"0x00"===n&&(n="0x1b"),"0x01"===n&&(n="0x1c"),{v:n,r:t,s:r}})}catch(e){return Promise.reject(e)}},exports.sleep=Te,exports.transfer=function(e,t,n,o,i,s){try{var a=new r.ethers.Contract(n,Se,e);return Promise.resolve(ce(e,n,i)).then(function(r){return Promise.resolve(a.estimateGas.transfer(o,r)).then(function(n){return s?n:Promise.resolve(ae(n,e,null==t?void 0:t.gasFeeMultiplier,a.transfer,o,r))})})}catch(e){return Promise.reject(e)}},exports.unitsToAmount=ue,exports.useOasisSDK=function(e){var t=(new $e).getConfig(e);return t&&"oasis"===t.sdk};
|
|
2
|
-
//# sourceMappingURL=lib.js.map
|