Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "minadata", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "MinaData simplifies the retrieval of transaction data on the Mina blockchain. In doing so, it directly fetches data through the native GraphQL interfaces of the Archive Node. MinaData aims to assist you in quickly launching user interfaces.", | ||
@@ -5,0 +5,0 @@ "main": "src/MinaData.mjs", |
@@ -31,3 +31,4 @@ ![CircleCI](https://img.shields.io/circleci/build/github/EasyMina/minaData/main) | ||
'hash': '5Ju7HSdjQcPpgzkjECVdmErhuri3VMLm2N7b4z2mB6kMbbKnFHx1' | ||
} | ||
}, | ||
'network': 'berkeley' | ||
} ) | ||
@@ -80,3 +81,4 @@ ``` | ||
'creator': 'B62qnLVz8wM7MfJsuYbjFf4UWbwrUBEL5ZdawExxxFhnGXB6siqokyM' | ||
} | ||
}, | ||
'network': 'berkeley' | ||
}) | ||
@@ -103,6 +105,3 @@ ``` | ||
const minaData = new MinaData() | ||
minaData.init( { | ||
'network': 'berkeley' | ||
} ) | ||
minaData.init( {} ) | ||
minaData | ||
@@ -113,3 +112,4 @@ .getData( { | ||
'hash': '5Ju7HSdjQcPpgzkjECVdmErhuri3VMLm2N7b4z2mB6kMbbKnFHx1' | ||
} | ||
}, | ||
'network': 'berkeley' | ||
} ) | ||
@@ -116,0 +116,0 @@ .then( result => { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
136521
19
1613