Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
alexshchur committed Mar 18, 2024
1 parent ba7904d commit afe46c8
Showing 1 changed file with 67 additions and 0 deletions.
67 changes: 67 additions & 0 deletions tests/__snapshots__/partialSdk.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,70 @@ Object {
"TokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
}
`;

exports[`ParaSwap SDK: fetching methods: fetchFetcher Get_Adapters: Get_Adapters 1`] = `
Array [
"Bancor",
"Compound",
"Fulcrum",
"AugustusRFQ",
"BDai",
"idle",
"Shell",
"DODOV1",
"DODOV2",
"TraderJoeV2.1",
"Smoothy",
"OneInchLP",
"CurveV2",
"mStable",
"BProtocol",
"Jarvis",
"Lido",
"CurveV1",
"Swerve",
"BalancerV1",
"BalancerV2",
"UniswapV2",
"DefiSwap",
"LinkSwap",
"PancakeSwapV2",
"SushiSwap",
"Swapsicle",
"ShibaSwap",
"SakeSwap",
"Verse",
"UniswapV3",
"SushiSwapV3",
"PancakeswapV3",
"AaveV1",
"AaveV2",
"AaveV3",
"KyberDmm",
"Weth",
"PolygonMigrator",
"MakerPsm",
"Saddle",
"Synapse",
"ParaSwapLimitOrders",
"SolidlyV2",
"Synthetix",
"CurveV1Factory",
"wstETH",
"Hashflow",
"MaverickV1",
"SwaapV2",
"SolidlyV3",
"Smardex",
"Wombat",
"Swell",
]
`;

exports[`ParaSwap SDK: fetching methods: fetchFetcher Get_Contracts: fetchFetcher 1`] = `
Object {
"AugustusRFQ": "0xe92b586627ccA7a83dC919cc7127196d70f55a06",
"AugustusSwapper": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
"TokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
}
`;

0 comments on commit afe46c8

Please sign in to comment.