ethereum-waffle#solidity TypeScript Examples

The following examples show how to use ethereum-waffle#solidity. You can vote up the ones you like or vote down the ones you don't like, and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: nounsGovernance.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #2
Source File: ExampleSwapToPrice.spec.ts    From pancake-swap-testnet with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #3
Source File: UniswapV2Migrator.spec.ts    From pancake-swap-testnet with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #4
Source File: UniswapV2Router01.spec.ts    From pancake-swap-testnet with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #5
Source File: UniswapV2Router02.spec.ts    From pancake-swap-testnet with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #6
Source File: auction.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #7
Source File: descriptor.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #8
Source File: end2end.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #9
Source File: castVote.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #10
Source File: inflationHandling.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #11
Source File: state.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #12
Source File: vetoing.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #13
Source File: ExampleSlidingWindowOracle.spec.ts    From pancake-swap-testnet with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #14
Source File: nouns.test.ts    From nouns-monorepo with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #15
Source File: OzContractDeployerSpec.ts    From perpetual-protocol with GNU General Public License v3.0 5 votes vote down vote up
use(solidity)
Example #16
Source File: AmmSpec2.ts    From perpetual-protocol with GNU General Public License v3.0 5 votes vote down vote up
use(solidity)
Example #17
Source File: StakingRewards.spec.ts    From staking-factory with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #18
Source File: StakingRewardsFactory.spec.ts    From staking-factory with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #19
Source File: fixtures.ts    From staking-factory with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #20
Source File: expect.ts    From trident with GNU General Public License v3.0 5 votes vote down vote up
use(solidity);
Example #21
Source File: VvsERC20.spec.ts    From vvs-swap-core with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #22
Source File: VvsFactory.spec.ts    From vvs-swap-core with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #23
Source File: VvsPair.spec.ts    From vvs-swap-core with GNU General Public License v3.0 5 votes vote down vote up
chai.use(solidity);
Example #24
Source File: multicall2.test.ts    From useDApp with MIT License 5 votes vote down vote up
chai.use(solidity)
Example #25
Source File: ACAToken.test.ts    From bodhi.js with Apache License 2.0 5 votes vote down vote up
use(solidity);
Example #26
Source File: BasicToken.test.ts    From bodhi.js with Apache License 2.0 5 votes vote down vote up
use(solidity);
Example #27
Source File: LP-ACA-AUSD-Token.test.ts    From bodhi.js with Apache License 2.0 5 votes vote down vote up
use(solidity);
Example #28
Source File: EVM.test.ts    From bodhi.js with Apache License 2.0 5 votes vote down vote up
use(solidity);
Example #29
Source File: HelloWorld.test.ts    From bodhi.js with Apache License 2.0 5 votes vote down vote up
use(solidity);