uvd-x402-sdk 2.24.2 → 2.25.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.
package/dist/backend/index.js
CHANGED
|
@@ -2522,13 +2522,13 @@ var ESCROW_CONTRACTS = {
|
|
|
2522
2522
|
refundRequest: "0xc1256Bb30bd0cdDa07D8C8Cf67a59105f2EA1b98",
|
|
2523
2523
|
usdc: "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"
|
|
2524
2524
|
},
|
|
2525
|
-
// Ethereum Mainnet (chain 1)
|
|
2525
|
+
// Ethereum Mainnet (chain 1) - Updated from Ali's redeploy (commit e6cf29d)
|
|
2526
2526
|
1: {
|
|
2527
|
-
operator: "
|
|
2528
|
-
escrow: "
|
|
2529
|
-
tokenCollector: "
|
|
2530
|
-
protocolFeeConfig: "
|
|
2531
|
-
refundRequest: "
|
|
2527
|
+
operator: "0x69B67962ffb7c5C7078ff348a87DF604dfA8001b",
|
|
2528
|
+
escrow: "0x9D4146EF898c8E60B3e865AE254ef438E7cEd2A0",
|
|
2529
|
+
tokenCollector: "0x206D4DbB6E7b876e4B5EFAAD2a04e7d7813FB6ba",
|
|
2530
|
+
protocolFeeConfig: "0x5b3e33791C1764cF7e2573Bf8116F1D361FD97Cd",
|
|
2531
|
+
refundRequest: "0xFa8C4Cb156053b867Ae7489220A29b5939E3Df70",
|
|
2532
2532
|
usdc: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
|
|
2533
2533
|
},
|
|
2534
2534
|
// Polygon (chain 137)
|