An open API service indexing awesome lists of open source software.

https://github.com/scroll-tech/uniswap-v2-sdk-scroll


https://github.com/scroll-tech/uniswap-v2-sdk-scroll

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# UNISWAP-V2-SDK-SCROLL

## Scroll's changes to the forked SDK

```sh
vi dist/sdk.esm.js

Line 23(chainId) / 39(FACTORY_ADDRESS) / 40(INIT_CODE_HASH) / 532(WETH ADDRESS) / ETH -> TSETH
```

```sh
vi dist/entities/token.d.ts

Line 33(chainId)
```

```sh
vi dist/constants.d.ts

Line 9(chainId)
```

```sh
vi dist/sdk.cjs.development.js

Line 375 (ETH->TSETH)
```