forked from sushiswap/sushiswap-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Uniswap#62 from publu/feat/royalaid/export-raw-abis
Improve type inference speed
- Loading branch information
Showing
6 changed files
with
253 additions
and
134 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
import ThreeStepQiZapper from './ThreeStepQiZappah.json' | ||
import QiZappah from './QiZappah.json' | ||
import BeefyZapper from './BeefyZapper.json' | ||
import crosschainNativeQiStablecoin from './toGenerate/crosschainNativeQiStablecoin.json' | ||
import crosschainQiStablecoin from './toGenerate/crosschainQiStablecoin.json' | ||
import crosschainQiStablecoinSlim from './toGenerate/crosschainQiStablecoinSlim.json' | ||
import crosschainQiStablecoinSlimV2 from './toGenerate/crosschainQiStablecoinSlimV2.json' | ||
import crosschainQiStablecoinV2 from './toGenerate/crosschainQiStablecoinV2.json' | ||
import crosschainQiStablecoinwbtc from './toGenerate/crosschainQiStablecoinwbtc.json' | ||
import erc20QiStablecoincamwbtc from './toGenerate/erc20QiStablecoincamwbtc.json' | ||
import erc20QiStablecoinwbtc from './toGenerate/erc20QiStablecoinwbtc.json' | ||
import erc20Stablecoin from './toGenerate/erc20Stablecoin.json' | ||
import gainsZapper from './toGenerate/GainsZapper.json' | ||
import qiStablecoin from './toGenerate/QiStablecoin.json' | ||
import stableQiVault from './toGenerate/stableQiVault.json' | ||
|
||
export { | ||
ThreeStepQiZapper, | ||
QiZappah, | ||
BeefyZapper, | ||
crosschainNativeQiStablecoin, | ||
crosschainQiStablecoin, | ||
crosschainQiStablecoinSlim, | ||
crosschainQiStablecoinSlimV2, | ||
crosschainQiStablecoinV2, | ||
crosschainQiStablecoinwbtc, | ||
erc20QiStablecoincamwbtc, | ||
erc20QiStablecoinwbtc, | ||
erc20Stablecoin, | ||
gainsZapper, | ||
qiStablecoin, | ||
stableQiVault, | ||
} |
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
Oops, something went wrong.