Created
April 3, 2022 18:34
-
-
Save ezynda3/00ef7311b6a192d9769f203948ff72cc to your computer and use it in GitHub Desktop.
Lifi Sync Files
This file contains hidden or 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
src/Interfaces/ICBridge.sol | |
src/Interfaces/IERC173.sol | |
src/Interfaces/ILiFi.sol | |
src/Interfaces/ITransactionManager.sol | |
src/Interfaces/IERC165.sol | |
src/Interfaces/IAnyswapRouter.sol | |
src/Interfaces/IDiamondLoupe.sol | |
src/Interfaces/IHopBridge.sol | |
src/Interfaces/IDiamondCut.sol | |
src/Interfaces/IAnyswapToken.sol | |
src/Interfaces/IHyphenRouter.sol | |
src/Facets/DiamondCutFacet.sol | |
src/Facets/OwnershipFacet.sol | |
src/Facets/GenericSwapFacet.sol | |
src/Facets/WithdrawFacet.sol | |
src/Facets/DexManagerFacet.sol | |
src/Facets/NXTPFacet.sol | |
src/Facets/Swapper.sol | |
src/Facets/CBridgeFacet.sol | |
src/Facets/AnyswapFacet.sol | |
src/Facets/HopFacet.sol | |
src/Facets/DiamondLoupeFacet.sol | |
src/Facets/HyphenFacet.sol | |
src/LiFiDiamond.sol | |
src/Libraries/LibSwap.sol | |
src/Libraries/LibDiamond.sol | |
src/Libraries/LibBytes.sol | |
src/Libraries/LibUtil.sol | |
src/Libraries/LibStorage.sol | |
src/Libraries/LibAsset.sol | |
deploy/003_init_facets.ts | |
deploy/010_deploy_cbridge_facet2.ts | |
deploy/002_deploy_diamond.ts | |
deploy/015_deploy_generic_swap_facet.ts | |
deploy/005_deploy_withdraw_facet.ts | |
deploy/004_deploy_NXTP_facet.ts | |
deploy/006_deploy_hop_facet.ts | |
deploy/018_deploy_dex_manager_facet.ts | |
deploy/001_deploy_initial_facets.ts | |
deploy/008_deploy_anyswap_facet.ts | |
deploy/009_deploy_hyphen_facet.ts | |
test/fixtures/nxtp.ts | |
test/chai-setup.ts | |
test/utils/index.ts | |
test/facets/NXTPFacet.test.ts | |
test/facets/AnyswapFacet.test.ts | |
test/facets/NXTPFacetParaswap.test.ts | |
test/facets/GenericSwapFacet.test.ts | |
test/facets/HopFacetL2.test.ts | |
test/facets/CBridgeFacet.test.ts | |
test/facets/HopFacetL1.test.ts | |
test/facets/HyphenFacet.test.ts | |
test/solidity/Facets | |
test/solidity/Facets/DexManagerFacet.t.sol | |
test/solidity/Facets/Swapper.t.sol | |
test/solidity/utils | |
test/solidity/utils/Utilities.sol | |
test/solidity/utils/DiamondTest.sol | |
test/solidity/utils/TestAMM.sol | |
test/solidity/utils/Console.sol | |
test/solidity/utils/TestToken.sol | |
config/nxtp.ts | |
config/cbridge2.ts | |
config/hyphen.ts | |
config/anyswap.ts | |
config/hop.ts | |
config/dexs.ts | |
README.md | |
package.json | |
yarn.lock | |
hardhat.config.ts | |
remappings.txt | |
foundry.toml | |
lib/ | |
docs/ | |
.gitignore |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment