@flarenetwork/flare-periphery-contract-artifacts 0.1.19 → 0.1.20
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/coston/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +2 -2
- package/coston/artifacts/contracts/IJsonApi.sol/IJsonApi.json +10 -0
- package/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +98 -0
- package/coston2/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +2 -2
- package/coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json +10 -0
- package/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +98 -0
- package/dist/coston/abis.d.ts.map +1 -1
- package/dist/coston/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +2 -2
- package/dist/coston/artifacts/contracts/IJsonApi.sol/IJsonApi.json +10 -0
- package/dist/coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +98 -0
- package/dist/coston2/abis.d.ts.map +1 -1
- package/dist/coston2/artifacts/contracts/ContractRegistry.sol/ContractRegistry.json +2 -2
- package/dist/coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json +10 -0
- package/dist/coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json +98 -0
- package/dist/index.js +8 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"contractName": "ContractRegistry",
|
|
4
4
|
"sourceName": "contracts/coston/ContractRegistry.sol",
|
|
5
5
|
"abi": [],
|
|
6
|
-
"bytecode": "
|
|
7
|
-
"deployedBytecode": "
|
|
6
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bd602762e85e86e1b5f2269eba9209ed79e4ef11dbc46577201b540f8643c18b64736f6c63430008140033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bd602762e85e86e1b5f2269eba9209ed79e4ef11dbc46577201b540f8643c18b64736f6c63430008140033",
|
|
8
8
|
"linkReferences": {},
|
|
9
9
|
"deployedLinkReferences": {}
|
|
10
10
|
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IJsonApiVerification",
|
|
4
|
+
"sourceName": "contracts/coston/IJsonApiVerification.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"components": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "bytes32[]",
|
|
12
|
+
"name": "merkleProof",
|
|
13
|
+
"type": "bytes32[]"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"components": [
|
|
17
|
+
{
|
|
18
|
+
"internalType": "bytes32",
|
|
19
|
+
"name": "attestationType",
|
|
20
|
+
"type": "bytes32"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"internalType": "bytes32",
|
|
24
|
+
"name": "sourceId",
|
|
25
|
+
"type": "bytes32"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"internalType": "uint64",
|
|
29
|
+
"name": "votingRound",
|
|
30
|
+
"type": "uint64"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "uint64",
|
|
34
|
+
"name": "lowestUsedTimestamp",
|
|
35
|
+
"type": "uint64"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"components": [
|
|
39
|
+
{
|
|
40
|
+
"internalType": "string",
|
|
41
|
+
"name": "url",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"internalType": "string",
|
|
46
|
+
"name": "postprocessJq",
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "string",
|
|
51
|
+
"name": "abi_signature",
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"internalType": "struct IJsonApi.RequestBody",
|
|
56
|
+
"name": "requestBody",
|
|
57
|
+
"type": "tuple"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"components": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes",
|
|
63
|
+
"name": "abi_encoded_data",
|
|
64
|
+
"type": "bytes"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"internalType": "struct IJsonApi.ResponseBody",
|
|
68
|
+
"name": "responseBody",
|
|
69
|
+
"type": "tuple"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"internalType": "struct IJsonApi.Response",
|
|
73
|
+
"name": "data",
|
|
74
|
+
"type": "tuple"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"internalType": "struct IJsonApi.Proof",
|
|
78
|
+
"name": "_proof",
|
|
79
|
+
"type": "tuple"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"name": "verifyJsonApi",
|
|
83
|
+
"outputs": [
|
|
84
|
+
{
|
|
85
|
+
"internalType": "bool",
|
|
86
|
+
"name": "_proved",
|
|
87
|
+
"type": "bool"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"stateMutability": "view",
|
|
91
|
+
"type": "function"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"bytecode": "0x",
|
|
95
|
+
"deployedBytecode": "0x",
|
|
96
|
+
"linkReferences": {},
|
|
97
|
+
"deployedLinkReferences": {}
|
|
98
|
+
}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"contractName": "ContractRegistry",
|
|
4
4
|
"sourceName": "contracts/coston2/ContractRegistry.sol",
|
|
5
5
|
"abi": [],
|
|
6
|
-
"bytecode": "
|
|
7
|
-
"deployedBytecode": "
|
|
6
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e3f295017f19d187696bc2e472867ce7924cb8927b927da15659dce2c773cd9564736f6c63430008140033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e3f295017f19d187696bc2e472867ce7924cb8927b927da15659dce2c773cd9564736f6c63430008140033",
|
|
8
8
|
"linkReferences": {},
|
|
9
9
|
"deployedLinkReferences": {}
|
|
10
10
|
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IJsonApiVerification",
|
|
4
|
+
"sourceName": "contracts/coston2/IJsonApiVerification.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"components": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "bytes32[]",
|
|
12
|
+
"name": "merkleProof",
|
|
13
|
+
"type": "bytes32[]"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"components": [
|
|
17
|
+
{
|
|
18
|
+
"internalType": "bytes32",
|
|
19
|
+
"name": "attestationType",
|
|
20
|
+
"type": "bytes32"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"internalType": "bytes32",
|
|
24
|
+
"name": "sourceId",
|
|
25
|
+
"type": "bytes32"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"internalType": "uint64",
|
|
29
|
+
"name": "votingRound",
|
|
30
|
+
"type": "uint64"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "uint64",
|
|
34
|
+
"name": "lowestUsedTimestamp",
|
|
35
|
+
"type": "uint64"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"components": [
|
|
39
|
+
{
|
|
40
|
+
"internalType": "string",
|
|
41
|
+
"name": "url",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"internalType": "string",
|
|
46
|
+
"name": "postprocessJq",
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "string",
|
|
51
|
+
"name": "abi_signature",
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"internalType": "struct IJsonApi.RequestBody",
|
|
56
|
+
"name": "requestBody",
|
|
57
|
+
"type": "tuple"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"components": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes",
|
|
63
|
+
"name": "abi_encoded_data",
|
|
64
|
+
"type": "bytes"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"internalType": "struct IJsonApi.ResponseBody",
|
|
68
|
+
"name": "responseBody",
|
|
69
|
+
"type": "tuple"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"internalType": "struct IJsonApi.Response",
|
|
73
|
+
"name": "data",
|
|
74
|
+
"type": "tuple"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"internalType": "struct IJsonApi.Proof",
|
|
78
|
+
"name": "_proof",
|
|
79
|
+
"type": "tuple"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"name": "verifyJsonApi",
|
|
83
|
+
"outputs": [
|
|
84
|
+
{
|
|
85
|
+
"internalType": "bool",
|
|
86
|
+
"name": "_proved",
|
|
87
|
+
"type": "bool"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"stateMutability": "view",
|
|
91
|
+
"type": "function"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"bytecode": "0x",
|
|
95
|
+
"deployedBytecode": "0x",
|
|
96
|
+
"linkReferences": {},
|
|
97
|
+
"deployedLinkReferences": {}
|
|
98
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../coston/abis.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../coston/abis.ts"],"names":[],"mappings":"AAoGA,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAGzC,eAAO,MAAM,aAAa,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CAoGhD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,GAAG,CAAC;QAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;KAAE,CAAA;CAyKhJ,CAAC"}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"contractName": "ContractRegistry",
|
|
4
4
|
"sourceName": "contracts/coston/ContractRegistry.sol",
|
|
5
5
|
"abi": [],
|
|
6
|
-
"bytecode": "
|
|
7
|
-
"deployedBytecode": "
|
|
6
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bd602762e85e86e1b5f2269eba9209ed79e4ef11dbc46577201b540f8643c18b64736f6c63430008140033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220bd602762e85e86e1b5f2269eba9209ed79e4ef11dbc46577201b540f8643c18b64736f6c63430008140033",
|
|
8
8
|
"linkReferences": {},
|
|
9
9
|
"deployedLinkReferences": {}
|
|
10
10
|
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IJsonApiVerification",
|
|
4
|
+
"sourceName": "contracts/coston/IJsonApiVerification.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"components": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "bytes32[]",
|
|
12
|
+
"name": "merkleProof",
|
|
13
|
+
"type": "bytes32[]"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"components": [
|
|
17
|
+
{
|
|
18
|
+
"internalType": "bytes32",
|
|
19
|
+
"name": "attestationType",
|
|
20
|
+
"type": "bytes32"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"internalType": "bytes32",
|
|
24
|
+
"name": "sourceId",
|
|
25
|
+
"type": "bytes32"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"internalType": "uint64",
|
|
29
|
+
"name": "votingRound",
|
|
30
|
+
"type": "uint64"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "uint64",
|
|
34
|
+
"name": "lowestUsedTimestamp",
|
|
35
|
+
"type": "uint64"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"components": [
|
|
39
|
+
{
|
|
40
|
+
"internalType": "string",
|
|
41
|
+
"name": "url",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"internalType": "string",
|
|
46
|
+
"name": "postprocessJq",
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "string",
|
|
51
|
+
"name": "abi_signature",
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"internalType": "struct IJsonApi.RequestBody",
|
|
56
|
+
"name": "requestBody",
|
|
57
|
+
"type": "tuple"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"components": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes",
|
|
63
|
+
"name": "abi_encoded_data",
|
|
64
|
+
"type": "bytes"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"internalType": "struct IJsonApi.ResponseBody",
|
|
68
|
+
"name": "responseBody",
|
|
69
|
+
"type": "tuple"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"internalType": "struct IJsonApi.Response",
|
|
73
|
+
"name": "data",
|
|
74
|
+
"type": "tuple"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"internalType": "struct IJsonApi.Proof",
|
|
78
|
+
"name": "_proof",
|
|
79
|
+
"type": "tuple"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"name": "verifyJsonApi",
|
|
83
|
+
"outputs": [
|
|
84
|
+
{
|
|
85
|
+
"internalType": "bool",
|
|
86
|
+
"name": "_proved",
|
|
87
|
+
"type": "bool"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"stateMutability": "view",
|
|
91
|
+
"type": "function"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"bytecode": "0x",
|
|
95
|
+
"deployedBytecode": "0x",
|
|
96
|
+
"linkReferences": {},
|
|
97
|
+
"deployedLinkReferences": {}
|
|
98
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../coston2/abis.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"abis.d.ts","sourceRoot":"","sources":["../../coston2/abis.ts"],"names":[],"mappings":"AA2GA,OAAO,EAAE,eAAe,EAAE,MAAM,QAAQ,CAAC;AAGzC,eAAO,MAAM,aAAa,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CA2GhD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,SAAS,EAAE,MAAM,CAAC;QAAC,GAAG,EAAE,GAAG,CAAC;QAAC,UAAU,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,OAAO,CAAC,MAAM,CAAC,CAAA;KAAE,CAAA;CAyNhJ,CAAC"}
|
|
@@ -3,8 +3,8 @@
|
|
|
3
3
|
"contractName": "ContractRegistry",
|
|
4
4
|
"sourceName": "contracts/coston2/ContractRegistry.sol",
|
|
5
5
|
"abi": [],
|
|
6
|
-
"bytecode": "
|
|
7
|
-
"deployedBytecode": "
|
|
6
|
+
"bytecode": "0x60566037600b82828239805160001a607314602a57634e487b7160e01b600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e3f295017f19d187696bc2e472867ce7924cb8927b927da15659dce2c773cd9564736f6c63430008140033",
|
|
7
|
+
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220e3f295017f19d187696bc2e472867ce7924cb8927b927da15659dce2c773cd9564736f6c63430008140033",
|
|
8
8
|
"linkReferences": {},
|
|
9
9
|
"deployedLinkReferences": {}
|
|
10
10
|
}
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
{
|
|
2
|
+
"_format": "hh-sol-artifact-1",
|
|
3
|
+
"contractName": "IJsonApiVerification",
|
|
4
|
+
"sourceName": "contracts/coston2/IJsonApiVerification.sol",
|
|
5
|
+
"abi": [
|
|
6
|
+
{
|
|
7
|
+
"inputs": [
|
|
8
|
+
{
|
|
9
|
+
"components": [
|
|
10
|
+
{
|
|
11
|
+
"internalType": "bytes32[]",
|
|
12
|
+
"name": "merkleProof",
|
|
13
|
+
"type": "bytes32[]"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"components": [
|
|
17
|
+
{
|
|
18
|
+
"internalType": "bytes32",
|
|
19
|
+
"name": "attestationType",
|
|
20
|
+
"type": "bytes32"
|
|
21
|
+
},
|
|
22
|
+
{
|
|
23
|
+
"internalType": "bytes32",
|
|
24
|
+
"name": "sourceId",
|
|
25
|
+
"type": "bytes32"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
"internalType": "uint64",
|
|
29
|
+
"name": "votingRound",
|
|
30
|
+
"type": "uint64"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"internalType": "uint64",
|
|
34
|
+
"name": "lowestUsedTimestamp",
|
|
35
|
+
"type": "uint64"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
"components": [
|
|
39
|
+
{
|
|
40
|
+
"internalType": "string",
|
|
41
|
+
"name": "url",
|
|
42
|
+
"type": "string"
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
"internalType": "string",
|
|
46
|
+
"name": "postprocessJq",
|
|
47
|
+
"type": "string"
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
"internalType": "string",
|
|
51
|
+
"name": "abi_signature",
|
|
52
|
+
"type": "string"
|
|
53
|
+
}
|
|
54
|
+
],
|
|
55
|
+
"internalType": "struct IJsonApi.RequestBody",
|
|
56
|
+
"name": "requestBody",
|
|
57
|
+
"type": "tuple"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"components": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes",
|
|
63
|
+
"name": "abi_encoded_data",
|
|
64
|
+
"type": "bytes"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"internalType": "struct IJsonApi.ResponseBody",
|
|
68
|
+
"name": "responseBody",
|
|
69
|
+
"type": "tuple"
|
|
70
|
+
}
|
|
71
|
+
],
|
|
72
|
+
"internalType": "struct IJsonApi.Response",
|
|
73
|
+
"name": "data",
|
|
74
|
+
"type": "tuple"
|
|
75
|
+
}
|
|
76
|
+
],
|
|
77
|
+
"internalType": "struct IJsonApi.Proof",
|
|
78
|
+
"name": "_proof",
|
|
79
|
+
"type": "tuple"
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
"name": "verifyJsonApi",
|
|
83
|
+
"outputs": [
|
|
84
|
+
{
|
|
85
|
+
"internalType": "bool",
|
|
86
|
+
"name": "_proved",
|
|
87
|
+
"type": "bool"
|
|
88
|
+
}
|
|
89
|
+
],
|
|
90
|
+
"stateMutability": "view",
|
|
91
|
+
"type": "function"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"bytecode": "0x",
|
|
95
|
+
"deployedBytecode": "0x",
|
|
96
|
+
"linkReferences": {},
|
|
97
|
+
"deployedLinkReferences": {}
|
|
98
|
+
}
|
package/dist/index.js
CHANGED
|
@@ -71,6 +71,8 @@ var IIVPToken = require('./coston/artifacts/contracts/token/interface/IIVPToken.
|
|
|
71
71
|
var IIVoterRegistrationTrigger = require('./coston/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json');
|
|
72
72
|
var IIVoterRegistry = require('./coston/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json');
|
|
73
73
|
var IIncreaseManager = require('./coston/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json');
|
|
74
|
+
var IJsonApi = require('./coston/artifacts/contracts/IJsonApi.sol/IJsonApi.json');
|
|
75
|
+
var IJsonApiVerification = require('./coston/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json');
|
|
74
76
|
var IPayment = require('./coston/artifacts/contracts/IPayment.sol/IPayment.json');
|
|
75
77
|
var IPaymentVerification = require('./coston/artifacts/contracts/IPaymentVerification.sol/IPaymentVerification.json');
|
|
76
78
|
var IPollingManagementGroup = require('./coston/artifacts/contracts/IPollingManagementGroup.sol/IPollingManagementGroup.json');
|
|
@@ -170,6 +172,8 @@ var IIVPToken$1 = require('./coston2/artifacts/contracts/token/interface/IIVPTok
|
|
|
170
172
|
var IIVoterRegistrationTrigger$1 = require('./coston2/artifacts/contracts/protocol/interface/IIVoterRegistrationTrigger.sol/IIVoterRegistrationTrigger.json');
|
|
171
173
|
var IIVoterRegistry$1 = require('./coston2/artifacts/contracts/protocol/interface/IIVoterRegistry.sol/IIVoterRegistry.json');
|
|
172
174
|
var IIncreaseManager$1 = require('./coston2/artifacts/contracts/IIncreaseManager.sol/IIncreaseManager.json');
|
|
175
|
+
var IJsonApi$1 = require('./coston2/artifacts/contracts/IJsonApi.sol/IJsonApi.json');
|
|
176
|
+
var IJsonApiVerification$1 = require('./coston2/artifacts/contracts/IJsonApiVerification.sol/IJsonApiVerification.json');
|
|
173
177
|
var IPChainStakeMirror = require('./coston2/artifacts/contracts/IPChainStakeMirror.sol/IPChainStakeMirror.json');
|
|
174
178
|
var IPChainStakeMirrorMultiSigVoting = require('./coston2/artifacts/contracts/IPChainStakeMirrorMultiSigVoting.sol/IPChainStakeMirrorMultiSigVoting.json');
|
|
175
179
|
var IPChainStakeMirrorVerifier = require('./coston2/artifacts/contracts/IPChainStakeMirrorVerifier.sol/IPChainStakeMirrorVerifier.json');
|
|
@@ -498,6 +502,8 @@ const interfaceAbis$3 = {
|
|
|
498
502
|
IIVoterRegistrationTrigger: IIVoterRegistrationTrigger.abi,
|
|
499
503
|
IIVoterRegistry: IIVoterRegistry.abi,
|
|
500
504
|
IIncreaseManager: IIncreaseManager.abi,
|
|
505
|
+
IJsonApi: IJsonApi.abi,
|
|
506
|
+
IJsonApiVerification: IJsonApiVerification.abi,
|
|
501
507
|
IPayment: IPayment.abi,
|
|
502
508
|
IPaymentVerification: IPaymentVerification.abi,
|
|
503
509
|
IPollingManagementGroup: IPollingManagementGroup.abi,
|
|
@@ -808,6 +814,8 @@ const interfaceAbis$2 = {
|
|
|
808
814
|
IIVoterRegistrationTrigger: IIVoterRegistrationTrigger$1.abi,
|
|
809
815
|
IIVoterRegistry: IIVoterRegistry$1.abi,
|
|
810
816
|
IIncreaseManager: IIncreaseManager$1.abi,
|
|
817
|
+
IJsonApi: IJsonApi$1.abi,
|
|
818
|
+
IJsonApiVerification: IJsonApiVerification$1.abi,
|
|
811
819
|
IPChainStakeMirror: IPChainStakeMirror.abi,
|
|
812
820
|
IPChainStakeMirrorMultiSigVoting: IPChainStakeMirrorMultiSigVoting.abi,
|
|
813
821
|
IPChainStakeMirrorVerifier: IPChainStakeMirrorVerifier.abi,
|