forked from flare-foundation/FTSO-price-provider
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update artifacts folder to flare contracts
- Loading branch information
Gašper Košmrlj
committed
Jun 28, 2022
1 parent
2ec8eab
commit a825f92
Showing
482 changed files
with
68,409 additions
and
121 deletions.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
...ts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/533b73b15eb28188d084149db9ef7c2e.json" | ||
} |
42 changes: 42 additions & 0 deletions
42
artifacts/contracts/addressUpdater/implementation/AddressUpdatable.sol/AddressUpdatable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "AddressUpdatable", | ||
"sourceName": "contracts/addressUpdater/implementation/AddressUpdatable.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [], | ||
"name": "getAddressUpdater", | ||
"outputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "_addressUpdater", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "_contractNameHashes", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "address[]", | ||
"name": "_contractAddresses", | ||
"type": "address[]" | ||
} | ||
], | ||
"name": "updateContractAddresses", | ||
"outputs": [], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
], | ||
"bytecode": "0x", | ||
"deployedBytecode": "0x", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/533b73b15eb28188d084149db9ef7c2e.json" | ||
} |
217 changes: 217 additions & 0 deletions
217
artifacts/contracts/addressUpdater/implementation/AddressUpdater.sol/AddressUpdater.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
...cts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/533b73b15eb28188d084149db9ef7c2e.json" | ||
} |
29 changes: 29 additions & 0 deletions
29
artifacts/contracts/addressUpdater/interface/IIAddressUpdatable.sol/IIAddressUpdatable.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "IIAddressUpdatable", | ||
"sourceName": "contracts/addressUpdater/interface/IIAddressUpdatable.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "_contractNameHashes", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "address[]", | ||
"name": "_contractAddresses", | ||
"type": "address[]" | ||
} | ||
], | ||
"name": "updateContractAddresses", | ||
"outputs": [], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
], | ||
"bytecode": "0x", | ||
"deployedBytecode": "0x", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
...acts/contracts/addressUpdater/mock/AddressUpdatableMock.sol/AddressUpdatableMock.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/533b73b15eb28188d084149db9ef7c2e.json" | ||
} |
109 changes: 109 additions & 0 deletions
109
artifacts/contracts/addressUpdater/mock/AddressUpdatableMock.sol/AddressUpdatableMock.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "AddressUpdatableMock", | ||
"sourceName": "contracts/addressUpdater/mock/AddressUpdatableMock.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "_addressUpdater", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "nonpayable", | ||
"type": "constructor" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "contractAddresses", | ||
"outputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "", | ||
"type": "uint256" | ||
} | ||
], | ||
"name": "contractNameHashes", | ||
"outputs": [ | ||
{ | ||
"internalType": "bytes32", | ||
"name": "", | ||
"type": "bytes32" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "getAddressUpdater", | ||
"outputs": [ | ||
{ | ||
"internalType": "address", | ||
"name": "_addressUpdater", | ||
"type": "address" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "getContractNameHashesAndAddresses", | ||
"outputs": [ | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "_contractNameHashes", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "address[]", | ||
"name": "_contractAddresses", | ||
"type": "address[]" | ||
} | ||
], | ||
"stateMutability": "view", | ||
"type": "function" | ||
}, | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "bytes32[]", | ||
"name": "_contractNameHashes", | ||
"type": "bytes32[]" | ||
}, | ||
{ | ||
"internalType": "address[]", | ||
"name": "_contractAddresses", | ||
"type": "address[]" | ||
} | ||
], | ||
"name": "updateContractAddresses", | ||
"outputs": [], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
], | ||
"bytecode": "0x608060405234801561001057600080fd5b5060405161074f38038061074f8339818101604052602081101561003357600080fd5b50518061003f81610046565b505061006a565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e771955565b6106d6806100796000396000f3fe608060405234801561001057600080fd5b50600436106100575760003560e01c806323ccdd221461005c5780633263b545146100fd578063426c3c2d146101365780635267a15d14610165578063b00c0b761461016d575b600080fd5b610064610296565b604051808060200180602001838103835285818151815260200191508051906020019060200280838360005b838110156100a8578181015183820152602001610090565b50505050905001838103825284818151815260200191508051906020019060200280838360005b838110156100e75781810151838201526020016100cf565b5050505090500194505050505060405180910390f35b61011a6004803603602081101561011357600080fd5b5035610353565b604080516001600160a01b039092168252519081900360200190f35b6101536004803603602081101561014c57600080fd5b503561037d565b60408051918252519081900360200190f35b61011a61039e565b6102946004803603604081101561018357600080fd5b81019060208101813564010000000081111561019e57600080fd5b8201836020820111156101b057600080fd5b803590602001918460208302840111640100000000831117156101d257600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561022257600080fd5b82018360208201111561023457600080fd5b8035906020019184602083028401116401000000008311171561025657600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506103c3945050505050565b005b60608060006001818054806020026020016040519081016040528092919081815260200182805480156102e857602002820191906000526020600020905b8154815260200190600101908083116102d4575b505050505091508080548060200260200160405190810160405280929190818152602001828054801561034457602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610326575b50505050509050915091509091565b6001818154811061036357600080fd5b6000918252602090912001546001600160a01b0316905081565b6000818154811061038d57600080fd5b600091825260209091200154905081565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e77195490565b6103cb61039e565b6001600160a01b0316336001600160a01b031614610427576040805162461bcd60e51b815260206004820152601460248201527337b7363c9030b2323932b9b9903ab83230ba32b960611b604482015290519081900360640190fd5b61046061045b83836040518060400160405280600e81526020016d20b2323932b9b9aab83230ba32b960911b81525061046e565b61059b565b61046a82826105bf565b5050565b600080826040516020018080602001828103825283818151815260200191508051906020019080838360005b838110156104b257818101518382015260200161049a565b50505050905090810190601f1680156104df5780820380516001836020036101000a031916815260200191505b50925050506040516020818303038152906040528051906020012090506000805b86518110156105475786818151811061051557fe5b602002602001015183141561053f5785818151811061053057fe5b60200260200101519150610547565b600101610500565b506001600160a01b038116610592576040805162461bcd60e51b815260206004820152600c60248201526b61646472657373207a65726f60a01b604482015290519081900360640190fd5b95945050505050565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e771955565b81516105d29060009060208501906105eb565b5080516105e6906001906020840190610636565b505050565b828054828255906000526020600020908101928215610626579160200282015b8281111561062657825182559160200191906001019061060b565b5061063292915061068b565b5090565b828054828255906000526020600020908101928215610626579160200282015b8281111561062657825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190610656565b5b80821115610632576000815560010161068c56fea26469706673582212208cddec0ddb8255ee2a0db336bd161edc416049b10f296fe2867ba39466a727e764736f6c63430007060033", | ||
"deployedBytecode": "0x608060405234801561001057600080fd5b50600436106100575760003560e01c806323ccdd221461005c5780633263b545146100fd578063426c3c2d146101365780635267a15d14610165578063b00c0b761461016d575b600080fd5b610064610296565b604051808060200180602001838103835285818151815260200191508051906020019060200280838360005b838110156100a8578181015183820152602001610090565b50505050905001838103825284818151815260200191508051906020019060200280838360005b838110156100e75781810151838201526020016100cf565b5050505090500194505050505060405180910390f35b61011a6004803603602081101561011357600080fd5b5035610353565b604080516001600160a01b039092168252519081900360200190f35b6101536004803603602081101561014c57600080fd5b503561037d565b60408051918252519081900360200190f35b61011a61039e565b6102946004803603604081101561018357600080fd5b81019060208101813564010000000081111561019e57600080fd5b8201836020820111156101b057600080fd5b803590602001918460208302840111640100000000831117156101d257600080fd5b919080806020026020016040519081016040528093929190818152602001838360200280828437600092019190915250929594936020810193503591505064010000000081111561022257600080fd5b82018360208201111561023457600080fd5b8035906020019184602083028401116401000000008311171561025657600080fd5b9190808060200260200160405190810160405280939291908181526020018383602002808284376000920191909152509295506103c3945050505050565b005b60608060006001818054806020026020016040519081016040528092919081815260200182805480156102e857602002820191906000526020600020905b8154815260200190600101908083116102d4575b505050505091508080548060200260200160405190810160405280929190818152602001828054801561034457602002820191906000526020600020905b81546001600160a01b03168152600190910190602001808311610326575b50505050509050915091509091565b6001818154811061036357600080fd5b6000918252602090912001546001600160a01b0316905081565b6000818154811061038d57600080fd5b600091825260209091200154905081565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e77195490565b6103cb61039e565b6001600160a01b0316336001600160a01b031614610427576040805162461bcd60e51b815260206004820152601460248201527337b7363c9030b2323932b9b9903ab83230ba32b960611b604482015290519081900360640190fd5b61046061045b83836040518060400160405280600e81526020016d20b2323932b9b9aab83230ba32b960911b81525061046e565b61059b565b61046a82826105bf565b5050565b600080826040516020018080602001828103825283818151815260200191508051906020019080838360005b838110156104b257818101518382015260200161049a565b50505050905090810190601f1680156104df5780820380516001836020036101000a031916815260200191505b50925050506040516020818303038152906040528051906020012090506000805b86518110156105475786818151811061051557fe5b602002602001015183141561053f5785818151811061053057fe5b60200260200101519150610547565b600101610500565b506001600160a01b038116610592576040805162461bcd60e51b815260206004820152600c60248201526b61646472657373207a65726f60a01b604482015290519081900360640190fd5b95945050505050565b7f714f205b2abd25bef1d06a1af944e38c113fe6160375c4e1d6d5cf28848e771955565b81516105d29060009060208501906105eb565b5080516105e6906001906020840190610636565b505050565b828054828255906000526020600020908101928215610626579160200282015b8281111561062657825182559160200191906001019061060b565b5061063292915061068b565b5090565b828054828255906000526020600020908101928215610626579160200282015b8281111561062657825182546001600160a01b0319166001600160a01b03909116178255602090920191600190910190610656565b5b80821115610632576000815560010161068c56fea26469706673582212208cddec0ddb8255ee2a0db336bd161edc416049b10f296fe2867ba39466a727e764736f6c63430007060033", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
4 changes: 4 additions & 0 deletions
4
artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/533b73b15eb28188d084149db9ef7c2e.json" | ||
} |
59 changes: 55 additions & 4 deletions
59
artifacts/contracts/ftso/implementation/Ftso.sol/Ftso.json
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
artifacts/contracts/ftso/implementation/FtsoManager.sol/FtsoManager.dbg.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"_format": "hh-sol-dbg-1", | ||
"buildInfo": "../../../../build-info/533b73b15eb28188d084149db9ef7c2e.json" | ||
} |
Oops, something went wrong.