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

Commit

Permalink
add blast ur address
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed Mar 11, 2024
1 parent 7daea16 commit dfa5bc8
Showing 1 changed file with 5 additions and 0 deletions.
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

0 comments on commit dfa5bc8

Please sign in to comment.