-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor contracts generation * Fix RewardDistributor manual contract name * Update code for the new contracts file structure * Generate importers * Deps * Reuse prettier config * Import types properly * Fix build scripts
- Loading branch information
Showing
458 changed files
with
93,934 additions
and
190,761 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+13 MB
...ilder-npm-2.8.1-e48738abab-226ccb3d53.zip → ...ilder-npm-2.8.2-f7e120b0e2-fb4a84ad6e.zip
Binary file not shown.
Binary file renamed
BIN
+277 KB
...n-cli-npm-2.8.1-e768fe09d7-6c727b57d8.zip → ...n-cli-npm-2.8.2-5545e130a4-bac120c411.zip
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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,47 @@ | ||
[ | ||
{ | ||
"inputs": [ | ||
{ | ||
"internalType": "uint256", | ||
"name": "destChainId", | ||
"type": "uint256" | ||
}, | ||
{ | ||
"components": [ | ||
{ | ||
"internalType": "bytes", | ||
"name": "receiver", | ||
"type": "bytes" | ||
}, | ||
{ | ||
"internalType": "bytes", | ||
"name": "data", | ||
"type": "bytes" | ||
}, | ||
{ | ||
"internalType": "contract IERC20[]", | ||
"name": "tokens", | ||
"type": "address[]" | ||
}, | ||
{ | ||
"internalType": "uint256[]", | ||
"name": "amounts", | ||
"type": "uint256[]" | ||
}, | ||
{ | ||
"internalType": "uint256", | ||
"name": "gasLimit", | ||
"type": "uint256" | ||
} | ||
], | ||
"internalType": "struct IEVM2AnySubscriptionOnRampRouterInterface.EVM2AnySubscriptionMessage", | ||
"name": "message", | ||
"type": "tuple" | ||
} | ||
], | ||
"name": "ccipSend", | ||
"outputs": [], | ||
"stateMutability": "nonpayable", | ||
"type": "function" | ||
} | ||
] |
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,305 @@ | ||
[ | ||
{ | ||
"type": "constructor", | ||
"payable": false, | ||
"inputs": [] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "allRoundDataShouldRevert", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "bool", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "decimals", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "uint8", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "entries", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "uint256" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"type": "uint80", | ||
"name": "roundId" | ||
}, | ||
{ | ||
"type": "int256", | ||
"name": "answer" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "startedAt" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "updatedAt" | ||
}, | ||
{ | ||
"type": "uint80", | ||
"name": "answeredInRound" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getAnswer", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "uint256", | ||
"name": "_roundId" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"type": "int256", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getRoundData", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "uint80", | ||
"name": "_roundId" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"type": "uint80", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "int256", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "uint80", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "getTimestamp", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "uint256", | ||
"name": "_roundId" | ||
} | ||
], | ||
"outputs": [ | ||
{ | ||
"type": "uint256", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "keyDecimals", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "uint8", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "latestRound", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "uint256", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "latestRoundData", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "uint80", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "int256", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "" | ||
}, | ||
{ | ||
"type": "uint80", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "latestRoundDataShouldRevert", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "bool", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "roundId", | ||
"constant": true, | ||
"stateMutability": "view", | ||
"payable": false, | ||
"inputs": [], | ||
"outputs": [ | ||
{ | ||
"type": "uint80", | ||
"name": "" | ||
} | ||
] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "setAllRoundDataShouldRevert", | ||
"constant": false, | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "bool", | ||
"name": "_shouldRevert" | ||
} | ||
], | ||
"outputs": [] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "setDecimals", | ||
"constant": false, | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "uint8", | ||
"name": "_decimals" | ||
} | ||
], | ||
"outputs": [] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "setLatestAnswer", | ||
"constant": false, | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "int256", | ||
"name": "answer" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "timestamp" | ||
} | ||
], | ||
"outputs": [] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "setLatestAnswerWithRound", | ||
"constant": false, | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "int256", | ||
"name": "answer" | ||
}, | ||
{ | ||
"type": "uint256", | ||
"name": "timestamp" | ||
}, | ||
{ | ||
"type": "uint80", | ||
"name": "_roundId" | ||
} | ||
], | ||
"outputs": [] | ||
}, | ||
{ | ||
"type": "function", | ||
"name": "setLatestRoundDataShouldRevert", | ||
"constant": false, | ||
"payable": false, | ||
"inputs": [ | ||
{ | ||
"type": "bool", | ||
"name": "_shouldRevert" | ||
} | ||
], | ||
"outputs": [] | ||
} | ||
] |
Oops, something went wrong.