Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

chore: add blast UR deploy address and bump to v1.8.1 #167

Merged
merged 2 commits into from
Mar 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uniswap/universal-router-sdk",
"version": "1.8.0",
"version": "1.8.1",
"description": "sdk for integrating with the Universal Router contracts",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down
5 changes: 5 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
weth: '0x4200000000000000000000000000000000000006',
creationBlock: 9107268,
},
[81457]: {
router: '0xe463635f6e73C1E595554C3ae216472D0fb929a9',
weth: '0x4300000000000000000000000000000000000004',
creationBlock: 401447,
},
}

export const UNIVERSAL_ROUTER_ADDRESS = (chainId: number): string => {
Expand Down
Loading