opportunity-service 0.0.637 → 0.0.638

Sign up to get free protection for your applications and to get access to all the features.
@@ -44,6 +44,25 @@
44
44
  "name": "MarketDestroyed",
45
45
  "type": "event"
46
46
  },
47
+ {
48
+ "inputs": [
49
+ {
50
+ "internalType": "uint256",
51
+ "name": "",
52
+ "type": "uint256"
53
+ }
54
+ ],
55
+ "name": "_createdMarkets",
56
+ "outputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "stateMutability": "view",
64
+ "type": "function"
65
+ },
47
66
  {
48
67
  "inputs": [
49
68
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opportunity-service",
3
- "version": "0.0.637",
3
+ "version": "0.0.638",
4
4
  "description": "A service layer that connects all services between the blockchain and ui.",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -44,6 +44,25 @@
44
44
  "name": "MarketDestroyed",
45
45
  "type": "event"
46
46
  },
47
+ {
48
+ "inputs": [
49
+ {
50
+ "internalType": "uint256",
51
+ "name": "",
52
+ "type": "uint256"
53
+ }
54
+ ],
55
+ "name": "_createdMarkets",
56
+ "outputs": [
57
+ {
58
+ "internalType": "address",
59
+ "name": "",
60
+ "type": "address"
61
+ }
62
+ ],
63
+ "stateMutability": "view",
64
+ "type": "function"
65
+ },
47
66
  {
48
67
  "inputs": [
49
68
  {