@uniswap/universal-router-sdk 2.0.4 → 2.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -276,6 +276,10 @@ var CHAIN_CONFIGS = (_CHAIN_CONFIGS = {}, _CHAIN_CONFIGS[1] = {
276
276
  router: '0x643770E279d5D0733F21d6DC03A8efbABf3255B4',
277
277
  weth: '0x4300000000000000000000000000000000000004',
278
278
  creationBlock: 1116444
279
+ }, _CHAIN_CONFIGS[7777777] = {
280
+ router: '0x2986d9721A49838ab4297b695858aF7F17f38014',
281
+ weth: '0x4200000000000000000000000000000000000006',
282
+ creationBlock: 11832155
279
283
  }, _CHAIN_CONFIGS);
280
284
  var UNIVERSAL_ROUTER_ADDRESS = function UNIVERSAL_ROUTER_ADDRESS(chainId) {
281
285
  if (!(chainId in CHAIN_CONFIGS)) throw new Error("Universal Router not deployed on chain " + chainId);