opportunity-service 0.0.636 → 0.0.637

Sign up to get free protection for your applications and to get access to all the features.
@@ -75,6 +75,19 @@
75
75
  "stateMutability": "nonpayable",
76
76
  "type": "function"
77
77
  },
78
+ {
79
+ "inputs": [],
80
+ "name": "getMarkets",
81
+ "outputs": [
82
+ {
83
+ "internalType": "address[]",
84
+ "name": "",
85
+ "type": "address[]"
86
+ }
87
+ ],
88
+ "stateMutability": "view",
89
+ "type": "function"
90
+ },
78
91
  {
79
92
  "inputs": [],
80
93
  "name": "getNumMarkets",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opportunity-service",
3
- "version": "0.0.636",
3
+ "version": "0.0.637",
4
4
  "description": "A service layer that connects all services between the blockchain and ui.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -75,6 +75,19 @@
75
75
  "stateMutability": "nonpayable",
76
76
  "type": "function"
77
77
  },
78
+ {
79
+ "inputs": [],
80
+ "name": "getMarkets",
81
+ "outputs": [
82
+ {
83
+ "internalType": "address[]",
84
+ "name": "",
85
+ "type": "address[]"
86
+ }
87
+ ],
88
+ "stateMutability": "view",
89
+ "type": "function"
90
+ },
78
91
  {
79
92
  "inputs": [],
80
93
  "name": "getNumMarkets",