Skip to content

Commit c74c1c4

Browse files
committed
add ur v2.0 for arb base polygon
1 parent 110f115 commit c74c1c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

sdks/universal-router-sdk/src/utils/constants.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
7070
creationBlock: 52210153,
7171
},
7272
[UniversalRouterVersion.V2_0]: {
73-
address: '0xec7BE89e9d109e7e3Fec59c222CF297125FEFda2',
74-
creationBlock: 52210153,
73+
address: '0x1095692a6237d83c6a72f3f5efedb9a670c49223',
74+
creationBlock: 1737492197,
7575
},
7676
},
7777
},
@@ -126,8 +126,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
126126
creationBlock: 169472836,
127127
},
128128
[UniversalRouterVersion.V2_0]: {
129-
address: '0x5E325eDA8064b456f4781070C0738d849c824258',
130-
creationBlock: 169472836,
129+
address: '0xa51afafe0263b40edaef0df8781ea9aa03e381a3',
130+
creationBlock: 1737487458,
131131
},
132132
},
133133
},
@@ -224,8 +224,8 @@ export const CHAIN_CONFIGS: { [key: number]: ChainConfig } = {
224224
creationBlock: 9107268,
225225
},
226226
[UniversalRouterVersion.V2_0]: {
227-
address: '0x3fC91A3afd70395Cd496C647d5a6CC9D4B2b7FAD',
228-
creationBlock: 9107268,
227+
address: '0x6ff5693b99212da76ad316178a184ab56d299b43',
228+
creationBlock: 1737491485,
229229
},
230230
},
231231
},

0 commit comments

Comments
 (0)