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
- Host: GitHub
- URL: https://github.com/scroll-tech/uniswap-v2-sdk-scroll
- Owner: scroll-tech
- License: mit
- Created: 2022-09-19T14:32:33.000Z (over 3 years ago)
- Default Branch: staging
- Last Pushed: 2023-01-18T10:20:04.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T19:13:11.656Z (9 months ago)
- Size: 499 KB
- Stars: 9
- Watchers: 23
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```