-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ConnextFacet.sol to comply with the latest changes, updated t… (
#134) * Updated ConnextFacet.sol to comply with the latest changes, updated test suite, added docs, added support for solidity 0.8.17 and updated Connext package. * pulled in latest changes * Updated ERC20 transfer and ETH transfer functions to include check for msg.value to eq relayerFee & amount + relayerFee and tested reverts * Updated functions to reduce fn call and deployment gas, updated hardhat-gas-reported to latest version. * reverted update to hardhat-gas-reporter package as issue with ci/cd * revert change in hardhat.config re: gasReporter commented out * fix error with test run - removed named return from getWETH fn * 2.0.0
- Loading branch information
1 parent
7f8d4d9
commit 8f89bab
Showing
152 changed files
with
29,615 additions
and
38,307 deletions.
There are no files selected for viewing
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
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
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
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,41 @@ | ||
{ | ||
"_format": "hh-sol-artifact-1", | ||
"contractName": "AssetLogic", | ||
"sourceName": "@connext/nxtp-contracts/contracts/core/connext/libraries/AssetLogic.sol", | ||
"abi": [ | ||
{ | ||
"inputs": [], | ||
"name": "AssetLogic__getConfig_notRegistered", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "AssetLogic__getTokenIndexFromStableSwapPool_notExist", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "AssetLogic__handleIncomingAsset_feeOnTransferNotSupported", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "AssetLogic__handleIncomingAsset_nativeAssetNotSupported", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "AssetLogic__handleOutgoingAsset_notNative", | ||
"type": "error" | ||
}, | ||
{ | ||
"inputs": [], | ||
"name": "AssetLogic__swapAsset_externalStableSwapPoolDoesNotExist", | ||
"type": "error" | ||
} | ||
], | ||
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a308637350ea3051c4aec0daff55569551361be4e979421eff6819f130e68b8f64736f6c63430008110033", | ||
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220a308637350ea3051c4aec0daff55569551361be4e979421eff6819f130e68b8f64736f6c63430008110033", | ||
"linkReferences": {}, | ||
"deployedLinkReferences": {} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.