Skip to content

Commit

Permalink
chore: add zora UR deploy address
Browse files Browse the repository at this point in the history
  • Loading branch information
jsy1218 committed May 21, 2024
1 parent 769e021 commit 31398ac
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .idea/inspectionProfiles/Project_Default.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

63 changes: 63 additions & 0 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions sdks/universal-router-sdk/src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@ const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
weth: '0x4300000000000000000000000000000000000004',
creationBlock: 1116444,
},
[7777777]: {
router: '0x2986d9721A49838ab4297b695858aF7F17f38014',
weth: '0x4200000000000000000000000000000000000006',
creationBlock: 11832155,
},
}

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

0 comments on commit 31398ac

Please sign in to comment.