uvd-x402-sdk 2.24.0 → 2.24.2

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.
@@ -2575,6 +2575,15 @@ var ESCROW_CONTRACTS = {
2575
2575
  protocolFeeConfig: "0xD979dBfBdA5f4b16AAF60Eaab32A44f352076838",
2576
2576
  refundRequest: "0xc1256Bb30bd0cdDa07D8C8Cf67a59105f2EA1b98",
2577
2577
  usdc: "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"
2578
+ },
2579
+ // Optimism (chain 10)
2580
+ 10: {
2581
+ operator: "0x32d6AC59BCe8DFB3026F10BcaDB8D00AB218f5b6",
2582
+ escrow: "0x320a3c35F131E5D2Fb36af56345726B298936037",
2583
+ tokenCollector: "0x230fd3A171750FA45db2976121376b7F47Cba308",
2584
+ protocolFeeConfig: "0xD979dBfBdA5f4b16AAF60Eaab32A44f352076838",
2585
+ refundRequest: "0xc1256Bb30bd0cdDa07D8C8Cf67a59105f2EA1b98",
2586
+ usdc: "0x0b2C639c533813f4Aa9D7837CAf62653d097Ff85"
2578
2587
  }
2579
2588
  };
2580
2589
  var BASE_MAINNET_CONTRACTS = ESCROW_CONTRACTS[8453];