@flarenetwork/flare-periphery-contract-artifacts 0.1.28 → 0.1.30
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/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/coston/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/coston2/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/coston2/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/flare/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdatable.sol/IIAddressUpdatable.json +20 -0
- package/flare/artifacts/contracts/addressUpdater/interfaces/IIAddressUpdater.sol/IIAddressUpdater.json +96 -0
- package/package.json +1 -1
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "bytes32[]",
|
|
6
|
+
"name": "_contractNameHashes",
|
|
7
|
+
"type": "bytes32[]"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"internalType": "address[]",
|
|
11
|
+
"name": "_contractAddresses",
|
|
12
|
+
"type": "address[]"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "updateContractAddresses",
|
|
16
|
+
"outputs": [],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "function"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "string",
|
|
6
|
+
"name": "_name",
|
|
7
|
+
"type": "string"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "getContractAddress",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "address"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bytes32",
|
|
25
|
+
"name": "_nameHash",
|
|
26
|
+
"type": "bytes32"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "getContractAddressByHash",
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"internalType": "address",
|
|
33
|
+
"name": "",
|
|
34
|
+
"type": "address"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "view",
|
|
38
|
+
"type": "function"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"inputs": [
|
|
42
|
+
{
|
|
43
|
+
"internalType": "string[]",
|
|
44
|
+
"name": "_names",
|
|
45
|
+
"type": "string[]"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"name": "getContractAddresses",
|
|
49
|
+
"outputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "address[]",
|
|
52
|
+
"name": "",
|
|
53
|
+
"type": "address[]"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"stateMutability": "view",
|
|
57
|
+
"type": "function"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes32[]",
|
|
63
|
+
"name": "_nameHashes",
|
|
64
|
+
"type": "bytes32[]"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"name": "getContractAddressesByHash",
|
|
68
|
+
"outputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address[]",
|
|
71
|
+
"name": "",
|
|
72
|
+
"type": "address[]"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"stateMutability": "view",
|
|
76
|
+
"type": "function"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"inputs": [],
|
|
80
|
+
"name": "getContractNamesAndAddresses",
|
|
81
|
+
"outputs": [
|
|
82
|
+
{
|
|
83
|
+
"internalType": "string[]",
|
|
84
|
+
"name": "_contractNames",
|
|
85
|
+
"type": "string[]"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "address[]",
|
|
89
|
+
"name": "_contractAddresses",
|
|
90
|
+
"type": "address[]"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"stateMutability": "view",
|
|
94
|
+
"type": "function"
|
|
95
|
+
}
|
|
96
|
+
]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "bytes32[]",
|
|
6
|
+
"name": "_contractNameHashes",
|
|
7
|
+
"type": "bytes32[]"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"internalType": "address[]",
|
|
11
|
+
"name": "_contractAddresses",
|
|
12
|
+
"type": "address[]"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "updateContractAddresses",
|
|
16
|
+
"outputs": [],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "function"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "string",
|
|
6
|
+
"name": "_name",
|
|
7
|
+
"type": "string"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "getContractAddress",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "address"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bytes32",
|
|
25
|
+
"name": "_nameHash",
|
|
26
|
+
"type": "bytes32"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "getContractAddressByHash",
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"internalType": "address",
|
|
33
|
+
"name": "",
|
|
34
|
+
"type": "address"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "view",
|
|
38
|
+
"type": "function"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"inputs": [
|
|
42
|
+
{
|
|
43
|
+
"internalType": "string[]",
|
|
44
|
+
"name": "_names",
|
|
45
|
+
"type": "string[]"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"name": "getContractAddresses",
|
|
49
|
+
"outputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "address[]",
|
|
52
|
+
"name": "",
|
|
53
|
+
"type": "address[]"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"stateMutability": "view",
|
|
57
|
+
"type": "function"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes32[]",
|
|
63
|
+
"name": "_nameHashes",
|
|
64
|
+
"type": "bytes32[]"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"name": "getContractAddressesByHash",
|
|
68
|
+
"outputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address[]",
|
|
71
|
+
"name": "",
|
|
72
|
+
"type": "address[]"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"stateMutability": "view",
|
|
76
|
+
"type": "function"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"inputs": [],
|
|
80
|
+
"name": "getContractNamesAndAddresses",
|
|
81
|
+
"outputs": [
|
|
82
|
+
{
|
|
83
|
+
"internalType": "string[]",
|
|
84
|
+
"name": "_contractNames",
|
|
85
|
+
"type": "string[]"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "address[]",
|
|
89
|
+
"name": "_contractAddresses",
|
|
90
|
+
"type": "address[]"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"stateMutability": "view",
|
|
94
|
+
"type": "function"
|
|
95
|
+
}
|
|
96
|
+
]
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "bytes32[]",
|
|
6
|
+
"name": "_contractNameHashes",
|
|
7
|
+
"type": "bytes32[]"
|
|
8
|
+
},
|
|
9
|
+
{
|
|
10
|
+
"internalType": "address[]",
|
|
11
|
+
"name": "_contractAddresses",
|
|
12
|
+
"type": "address[]"
|
|
13
|
+
}
|
|
14
|
+
],
|
|
15
|
+
"name": "updateContractAddresses",
|
|
16
|
+
"outputs": [],
|
|
17
|
+
"stateMutability": "nonpayable",
|
|
18
|
+
"type": "function"
|
|
19
|
+
}
|
|
20
|
+
]
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"inputs": [
|
|
4
|
+
{
|
|
5
|
+
"internalType": "string",
|
|
6
|
+
"name": "_name",
|
|
7
|
+
"type": "string"
|
|
8
|
+
}
|
|
9
|
+
],
|
|
10
|
+
"name": "getContractAddress",
|
|
11
|
+
"outputs": [
|
|
12
|
+
{
|
|
13
|
+
"internalType": "address",
|
|
14
|
+
"name": "",
|
|
15
|
+
"type": "address"
|
|
16
|
+
}
|
|
17
|
+
],
|
|
18
|
+
"stateMutability": "view",
|
|
19
|
+
"type": "function"
|
|
20
|
+
},
|
|
21
|
+
{
|
|
22
|
+
"inputs": [
|
|
23
|
+
{
|
|
24
|
+
"internalType": "bytes32",
|
|
25
|
+
"name": "_nameHash",
|
|
26
|
+
"type": "bytes32"
|
|
27
|
+
}
|
|
28
|
+
],
|
|
29
|
+
"name": "getContractAddressByHash",
|
|
30
|
+
"outputs": [
|
|
31
|
+
{
|
|
32
|
+
"internalType": "address",
|
|
33
|
+
"name": "",
|
|
34
|
+
"type": "address"
|
|
35
|
+
}
|
|
36
|
+
],
|
|
37
|
+
"stateMutability": "view",
|
|
38
|
+
"type": "function"
|
|
39
|
+
},
|
|
40
|
+
{
|
|
41
|
+
"inputs": [
|
|
42
|
+
{
|
|
43
|
+
"internalType": "string[]",
|
|
44
|
+
"name": "_names",
|
|
45
|
+
"type": "string[]"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
"name": "getContractAddresses",
|
|
49
|
+
"outputs": [
|
|
50
|
+
{
|
|
51
|
+
"internalType": "address[]",
|
|
52
|
+
"name": "",
|
|
53
|
+
"type": "address[]"
|
|
54
|
+
}
|
|
55
|
+
],
|
|
56
|
+
"stateMutability": "view",
|
|
57
|
+
"type": "function"
|
|
58
|
+
},
|
|
59
|
+
{
|
|
60
|
+
"inputs": [
|
|
61
|
+
{
|
|
62
|
+
"internalType": "bytes32[]",
|
|
63
|
+
"name": "_nameHashes",
|
|
64
|
+
"type": "bytes32[]"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
"name": "getContractAddressesByHash",
|
|
68
|
+
"outputs": [
|
|
69
|
+
{
|
|
70
|
+
"internalType": "address[]",
|
|
71
|
+
"name": "",
|
|
72
|
+
"type": "address[]"
|
|
73
|
+
}
|
|
74
|
+
],
|
|
75
|
+
"stateMutability": "view",
|
|
76
|
+
"type": "function"
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"inputs": [],
|
|
80
|
+
"name": "getContractNamesAndAddresses",
|
|
81
|
+
"outputs": [
|
|
82
|
+
{
|
|
83
|
+
"internalType": "string[]",
|
|
84
|
+
"name": "_contractNames",
|
|
85
|
+
"type": "string[]"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"internalType": "address[]",
|
|
89
|
+
"name": "_contractAddresses",
|
|
90
|
+
"type": "address[]"
|
|
91
|
+
}
|
|
92
|
+
],
|
|
93
|
+
"stateMutability": "view",
|
|
94
|
+
"type": "function"
|
|
95
|
+
}
|
|
96
|
+
]
|
package/package.json
CHANGED