@zkp2p/contracts-v2 0.2.0-rc.9 → 0.2.1
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/_cjs/abis/base/ProtocolViewerV2.js +45 -24
- package/_cjs/abis/base/ProtocolViewerV2.json +45 -24
- package/_cjs/abis/base/WhitelistPreIntentHook.js +15 -8
- package/_cjs/abis/base/WhitelistPreIntentHook.json +15 -8
- package/_cjs/abis/baseStaging/ProtocolViewerV2.js +45 -24
- package/_cjs/abis/baseStaging/ProtocolViewerV2.json +45 -24
- package/_cjs/abis/baseStaging/WhitelistPreIntentHook.js +15 -8
- package/_cjs/abis/baseStaging/WhitelistPreIntentHook.json +15 -8
- package/_cjs/addresses/base.js +4 -4
- package/_cjs/addresses/base.json +4 -4
- package/_cjs/addresses/baseStaging.js +4 -4
- package/_cjs/addresses/baseStaging.json +4 -4
- package/_cjs/addresses/index.json +1 -1
- package/_cjs/constants/index.json +1 -1
- package/_cjs/currencies/currencies.js +1 -1
- package/_cjs/currencies/currencies.json +1 -1
- package/_cjs/oracleFeeds/chainlink.js +21 -1
- package/_cjs/oracleFeeds/chainlink.json +21 -1
- package/_cjs/oracleFeeds/index.js +1 -2
- package/_cjs/paymentMethods/base.js +1 -1
- package/_cjs/paymentMethods/base.json +1 -1
- package/_cjs/paymentMethods/baseSepolia.js +1 -1
- package/_cjs/paymentMethods/baseSepolia.json +1 -1
- package/_cjs/paymentMethods/baseStaging.js +1 -1
- package/_cjs/paymentMethods/baseStaging.json +1 -1
- package/_cjs/paymentMethods/index.json +1 -1
- package/_cjs/paymentMethods/lookups.js +1 -1
- package/_cjs/paymentMethods/lookups.json +1 -1
- package/_cjs/types/contracts/RateManagerV2.js +1459 -0
- package/_cjs/types/contracts/index.js +1 -0
- package/_cjs/types/contracts/interfaces/IRateManagerV1Migratable.js +225 -0
- package/_cjs/types/contracts/interfaces/index.js +1 -0
- package/_esm/abis/base/ProtocolViewerV2.js +45 -24
- package/_esm/abis/base/ProtocolViewerV2.json +45 -24
- package/_esm/abis/base/WhitelistPreIntentHook.js +15 -8
- package/_esm/abis/base/WhitelistPreIntentHook.json +15 -8
- package/_esm/abis/baseStaging/ProtocolViewerV2.js +45 -24
- package/_esm/abis/baseStaging/ProtocolViewerV2.json +45 -24
- package/_esm/abis/baseStaging/WhitelistPreIntentHook.js +15 -8
- package/_esm/abis/baseStaging/WhitelistPreIntentHook.json +15 -8
- package/_esm/addresses/base.js +4 -4
- package/_esm/addresses/base.json +4 -4
- package/_esm/addresses/baseStaging.js +4 -4
- package/_esm/addresses/baseStaging.json +4 -4
- package/_esm/addresses/index.json +1 -1
- package/_esm/constants/index.json +1 -1
- package/_esm/currencies/currencies.js +1 -1
- package/_esm/currencies/currencies.json +1 -1
- package/_esm/oracleFeeds/chainlink.js +21 -1
- package/_esm/oracleFeeds/chainlink.json +21 -1
- package/_esm/oracleFeeds/index.js +3 -4
- package/_esm/paymentMethods/base.js +1 -1
- package/_esm/paymentMethods/base.json +1 -1
- package/_esm/paymentMethods/baseSepolia.js +1 -1
- package/_esm/paymentMethods/baseSepolia.json +1 -1
- package/_esm/paymentMethods/baseStaging.js +1 -1
- package/_esm/paymentMethods/baseStaging.json +1 -1
- package/_esm/paymentMethods/index.json +1 -1
- package/_esm/paymentMethods/lookups.js +1 -1
- package/_esm/paymentMethods/lookups.json +1 -1
- package/_esm/types/contracts/RateManagerV2.js +1459 -0
- package/_esm/types/contracts/index.js +1 -0
- package/_esm/types/contracts/interfaces/IRateManagerV1Migratable.js +225 -0
- package/_esm/types/contracts/interfaces/index.js +1 -0
- package/_types/oracleFeeds/index.d.ts +1 -2
- package/_types/oracleFeeds/types.d.ts +0 -13
- package/abis/base/ProtocolViewerV2.json +45 -24
- package/abis/base/WhitelistPreIntentHook.json +15 -8
- package/abis/baseStaging/ProtocolViewerV2.json +45 -24
- package/abis/baseStaging/WhitelistPreIntentHook.json +15 -8
- package/addresses/base.json +4 -4
- package/addresses/baseStaging.json +4 -4
- package/addresses/index.json +1 -1
- package/constants/index.json +1 -1
- package/currencies/currencies.json +1 -1
- package/oracleFeeds/chainlink.json +21 -1
- package/oracleFeeds/index.d.ts +1 -2
- package/oracleFeeds/index.ts +3 -4
- package/oracleFeeds/types.d.ts +0 -13
- package/package.json +1 -1
- package/paymentMethods/base.json +1 -1
- package/paymentMethods/baseSepolia.json +1 -1
- package/paymentMethods/baseStaging.json +1 -1
- package/paymentMethods/index.json +1 -1
- package/paymentMethods/lookups.json +1 -1
- package/types/contracts/RateManagerV2.ts +1459 -0
- package/types/contracts/index.ts +1 -0
- package/types/contracts/interfaces/IRateManagerV1Migratable.ts +225 -0
- package/types/contracts/interfaces/index.ts +1 -0
- package/_cjs/oracleFeeds/pyth.js +0 -196
- package/_cjs/oracleFeeds/pyth.json +0 -194
- package/_cjs/types/contracts/lib/ReferralFeeLib.js +0 -55
- package/_cjs/types/contracts/lib/index.js +0 -4
- package/_esm/oracleFeeds/pyth.js +0 -195
- package/_esm/oracleFeeds/pyth.json +0 -194
- package/_esm/types/contracts/lib/ReferralFeeLib.js +0 -55
- package/_esm/types/contracts/lib/index.js +0 -4
- package/_types/oracleFeeds/pyth.d.ts +0 -4
- package/oracleFeeds/pyth.d.ts +0 -4
- package/oracleFeeds/pyth.json +0 -194
- package/types/contracts/lib/ReferralFeeLib.ts +0 -55
- package/types/contracts/lib/index.ts +0 -4
|
@@ -96,14 +96,21 @@ const data = [
|
|
|
96
96
|
"type": "bytes32"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
99
|
+
"components": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "address",
|
|
102
|
+
"name": "recipient",
|
|
103
|
+
"type": "address"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint256",
|
|
107
|
+
"name": "fee",
|
|
108
|
+
"type": "uint256"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
112
|
+
"name": "referralFees",
|
|
113
|
+
"type": "tuple[]"
|
|
107
114
|
},
|
|
108
115
|
{
|
|
109
116
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -653,14 +660,21 @@ const data = [
|
|
|
653
660
|
"type": "bytes32"
|
|
654
661
|
},
|
|
655
662
|
{
|
|
656
|
-
"
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
663
|
+
"components": [
|
|
664
|
+
{
|
|
665
|
+
"internalType": "address",
|
|
666
|
+
"name": "recipient",
|
|
667
|
+
"type": "address"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"internalType": "uint256",
|
|
671
|
+
"name": "fee",
|
|
672
|
+
"type": "uint256"
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
676
|
+
"name": "referralFees",
|
|
677
|
+
"type": "tuple[]"
|
|
664
678
|
},
|
|
665
679
|
{
|
|
666
680
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -898,14 +912,21 @@ const data = [
|
|
|
898
912
|
"type": "bytes32"
|
|
899
913
|
},
|
|
900
914
|
{
|
|
901
|
-
"
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
915
|
+
"components": [
|
|
916
|
+
{
|
|
917
|
+
"internalType": "address",
|
|
918
|
+
"name": "recipient",
|
|
919
|
+
"type": "address"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"internalType": "uint256",
|
|
923
|
+
"name": "fee",
|
|
924
|
+
"type": "uint256"
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
928
|
+
"name": "referralFees",
|
|
929
|
+
"type": "tuple[]"
|
|
909
930
|
},
|
|
910
931
|
{
|
|
911
932
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -96,14 +96,21 @@
|
|
|
96
96
|
"type": "bytes32"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
99
|
+
"components": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "address",
|
|
102
|
+
"name": "recipient",
|
|
103
|
+
"type": "address"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint256",
|
|
107
|
+
"name": "fee",
|
|
108
|
+
"type": "uint256"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
112
|
+
"name": "referralFees",
|
|
113
|
+
"type": "tuple[]"
|
|
107
114
|
},
|
|
108
115
|
{
|
|
109
116
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -653,14 +660,21 @@
|
|
|
653
660
|
"type": "bytes32"
|
|
654
661
|
},
|
|
655
662
|
{
|
|
656
|
-
"
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
663
|
+
"components": [
|
|
664
|
+
{
|
|
665
|
+
"internalType": "address",
|
|
666
|
+
"name": "recipient",
|
|
667
|
+
"type": "address"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"internalType": "uint256",
|
|
671
|
+
"name": "fee",
|
|
672
|
+
"type": "uint256"
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
676
|
+
"name": "referralFees",
|
|
677
|
+
"type": "tuple[]"
|
|
664
678
|
},
|
|
665
679
|
{
|
|
666
680
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -898,14 +912,21 @@
|
|
|
898
912
|
"type": "bytes32"
|
|
899
913
|
},
|
|
900
914
|
{
|
|
901
|
-
"
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
915
|
+
"components": [
|
|
916
|
+
{
|
|
917
|
+
"internalType": "address",
|
|
918
|
+
"name": "recipient",
|
|
919
|
+
"type": "address"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"internalType": "uint256",
|
|
923
|
+
"name": "fee",
|
|
924
|
+
"type": "uint256"
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
928
|
+
"name": "referralFees",
|
|
929
|
+
"type": "tuple[]"
|
|
909
930
|
},
|
|
910
931
|
{
|
|
911
932
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -277,14 +277,21 @@ const data = [
|
|
|
277
277
|
"type": "uint256"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
280
|
+
"components": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "address",
|
|
283
|
+
"name": "recipient",
|
|
284
|
+
"type": "address"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint256",
|
|
288
|
+
"name": "fee",
|
|
289
|
+
"type": "uint256"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
293
|
+
"name": "referralFees",
|
|
294
|
+
"type": "tuple[]"
|
|
288
295
|
},
|
|
289
296
|
{
|
|
290
297
|
"internalType": "bytes",
|
|
@@ -277,14 +277,21 @@
|
|
|
277
277
|
"type": "uint256"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
280
|
+
"components": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "address",
|
|
283
|
+
"name": "recipient",
|
|
284
|
+
"type": "address"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint256",
|
|
288
|
+
"name": "fee",
|
|
289
|
+
"type": "uint256"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
293
|
+
"name": "referralFees",
|
|
294
|
+
"type": "tuple[]"
|
|
288
295
|
},
|
|
289
296
|
{
|
|
290
297
|
"internalType": "bytes",
|
|
@@ -96,14 +96,21 @@ const data = [
|
|
|
96
96
|
"type": "bytes32"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
99
|
+
"components": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "address",
|
|
102
|
+
"name": "recipient",
|
|
103
|
+
"type": "address"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint256",
|
|
107
|
+
"name": "fee",
|
|
108
|
+
"type": "uint256"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
112
|
+
"name": "referralFees",
|
|
113
|
+
"type": "tuple[]"
|
|
107
114
|
},
|
|
108
115
|
{
|
|
109
116
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -653,14 +660,21 @@ const data = [
|
|
|
653
660
|
"type": "bytes32"
|
|
654
661
|
},
|
|
655
662
|
{
|
|
656
|
-
"
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
663
|
+
"components": [
|
|
664
|
+
{
|
|
665
|
+
"internalType": "address",
|
|
666
|
+
"name": "recipient",
|
|
667
|
+
"type": "address"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"internalType": "uint256",
|
|
671
|
+
"name": "fee",
|
|
672
|
+
"type": "uint256"
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
676
|
+
"name": "referralFees",
|
|
677
|
+
"type": "tuple[]"
|
|
664
678
|
},
|
|
665
679
|
{
|
|
666
680
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -898,14 +912,21 @@ const data = [
|
|
|
898
912
|
"type": "bytes32"
|
|
899
913
|
},
|
|
900
914
|
{
|
|
901
|
-
"
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
915
|
+
"components": [
|
|
916
|
+
{
|
|
917
|
+
"internalType": "address",
|
|
918
|
+
"name": "recipient",
|
|
919
|
+
"type": "address"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"internalType": "uint256",
|
|
923
|
+
"name": "fee",
|
|
924
|
+
"type": "uint256"
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
928
|
+
"name": "referralFees",
|
|
929
|
+
"type": "tuple[]"
|
|
909
930
|
},
|
|
910
931
|
{
|
|
911
932
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -96,14 +96,21 @@
|
|
|
96
96
|
"type": "bytes32"
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
99
|
+
"components": [
|
|
100
|
+
{
|
|
101
|
+
"internalType": "address",
|
|
102
|
+
"name": "recipient",
|
|
103
|
+
"type": "address"
|
|
104
|
+
},
|
|
105
|
+
{
|
|
106
|
+
"internalType": "uint256",
|
|
107
|
+
"name": "fee",
|
|
108
|
+
"type": "uint256"
|
|
109
|
+
}
|
|
110
|
+
],
|
|
111
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
112
|
+
"name": "referralFees",
|
|
113
|
+
"type": "tuple[]"
|
|
107
114
|
},
|
|
108
115
|
{
|
|
109
116
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -653,14 +660,21 @@
|
|
|
653
660
|
"type": "bytes32"
|
|
654
661
|
},
|
|
655
662
|
{
|
|
656
|
-
"
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
663
|
+
"components": [
|
|
664
|
+
{
|
|
665
|
+
"internalType": "address",
|
|
666
|
+
"name": "recipient",
|
|
667
|
+
"type": "address"
|
|
668
|
+
},
|
|
669
|
+
{
|
|
670
|
+
"internalType": "uint256",
|
|
671
|
+
"name": "fee",
|
|
672
|
+
"type": "uint256"
|
|
673
|
+
}
|
|
674
|
+
],
|
|
675
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
676
|
+
"name": "referralFees",
|
|
677
|
+
"type": "tuple[]"
|
|
664
678
|
},
|
|
665
679
|
{
|
|
666
680
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -898,14 +912,21 @@
|
|
|
898
912
|
"type": "bytes32"
|
|
899
913
|
},
|
|
900
914
|
{
|
|
901
|
-
"
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
915
|
+
"components": [
|
|
916
|
+
{
|
|
917
|
+
"internalType": "address",
|
|
918
|
+
"name": "recipient",
|
|
919
|
+
"type": "address"
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"internalType": "uint256",
|
|
923
|
+
"name": "fee",
|
|
924
|
+
"type": "uint256"
|
|
925
|
+
}
|
|
926
|
+
],
|
|
927
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
928
|
+
"name": "referralFees",
|
|
929
|
+
"type": "tuple[]"
|
|
909
930
|
},
|
|
910
931
|
{
|
|
911
932
|
"internalType": "contract IPostIntentHookV2",
|
|
@@ -277,14 +277,21 @@ const data = [
|
|
|
277
277
|
"type": "uint256"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
280
|
+
"components": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "address",
|
|
283
|
+
"name": "recipient",
|
|
284
|
+
"type": "address"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint256",
|
|
288
|
+
"name": "fee",
|
|
289
|
+
"type": "uint256"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
293
|
+
"name": "referralFees",
|
|
294
|
+
"type": "tuple[]"
|
|
288
295
|
},
|
|
289
296
|
{
|
|
290
297
|
"internalType": "bytes",
|
|
@@ -277,14 +277,21 @@
|
|
|
277
277
|
"type": "uint256"
|
|
278
278
|
},
|
|
279
279
|
{
|
|
280
|
-
"
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
280
|
+
"components": [
|
|
281
|
+
{
|
|
282
|
+
"internalType": "address",
|
|
283
|
+
"name": "recipient",
|
|
284
|
+
"type": "address"
|
|
285
|
+
},
|
|
286
|
+
{
|
|
287
|
+
"internalType": "uint256",
|
|
288
|
+
"name": "fee",
|
|
289
|
+
"type": "uint256"
|
|
290
|
+
}
|
|
291
|
+
],
|
|
292
|
+
"internalType": "struct IReferralFee.ReferralFee[]",
|
|
293
|
+
"name": "referralFees",
|
|
294
|
+
"type": "tuple[]"
|
|
288
295
|
},
|
|
289
296
|
{
|
|
290
297
|
"internalType": "bytes",
|
package/_cjs/addresses/base.js
CHANGED
|
@@ -15,18 +15,18 @@ const data = {
|
|
|
15
15
|
"PaymentVerifierRegistry": "0x2b82D24437ff66Fb173eabDfD67ee2ACeb8bEb1e",
|
|
16
16
|
"PostIntentHookRegistry": "0x9B128EBAD4d874199A2Dc57E93186796c5EcAdE9",
|
|
17
17
|
"ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
|
|
18
|
-
"ProtocolViewerV2": "
|
|
18
|
+
"ProtocolViewerV2": "0xC8A622e1614BB58141E72e1D6023B16f08677d6c",
|
|
19
19
|
"PythOracleAdapter": "0xad0b0126A657c0674d0DF53B2A2554D43bbb41D0",
|
|
20
20
|
"RateManagerV1": "0xeEd7Db23e724aC4590D6dB6F78fDa6DB203535F3",
|
|
21
21
|
"RelayerRegistry": "0xEbA979889a9c97382A92472fF3703786fF180083",
|
|
22
22
|
"SignatureGatingPreIntentHook": "0x62D410a3d6FC766dd2192be2a67a5fc79c5c2e1F",
|
|
23
23
|
"SimpleAttestationVerifier": "0xED6C0C34c3964D239e7a315C55E620fafE5Ae3AC",
|
|
24
24
|
"UnifiedPaymentVerifier": "0x16b3e4a3CA36D3A4bCA281767f15C7ADeF4ab163",
|
|
25
|
-
"UnifiedPaymentVerifierV2": "
|
|
26
|
-
"WhitelistPreIntentHook": "
|
|
25
|
+
"UnifiedPaymentVerifierV2": "0x46A58Dc65587D4D7B8198C6A25eEdf5b2535Da94",
|
|
26
|
+
"WhitelistPreIntentHook": "0xda023Ea0d789A41BcF5866F7B6BBd2CaDF9b79B8"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-
|
|
29
|
+
"generatedAt": "2026-04-02T16:58:34.873Z"
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
module.exports = data;
|
package/_cjs/addresses/base.json
CHANGED
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"PaymentVerifierRegistry": "0x2b82D24437ff66Fb173eabDfD67ee2ACeb8bEb1e",
|
|
16
16
|
"PostIntentHookRegistry": "0x9B128EBAD4d874199A2Dc57E93186796c5EcAdE9",
|
|
17
17
|
"ProtocolViewer": "0x30B03De22328074Fbe8447C425ae988797146606",
|
|
18
|
-
"ProtocolViewerV2": "
|
|
18
|
+
"ProtocolViewerV2": "0xC8A622e1614BB58141E72e1D6023B16f08677d6c",
|
|
19
19
|
"PythOracleAdapter": "0xad0b0126A657c0674d0DF53B2A2554D43bbb41D0",
|
|
20
20
|
"RateManagerV1": "0xeEd7Db23e724aC4590D6dB6F78fDa6DB203535F3",
|
|
21
21
|
"RelayerRegistry": "0xEbA979889a9c97382A92472fF3703786fF180083",
|
|
22
22
|
"SignatureGatingPreIntentHook": "0x62D410a3d6FC766dd2192be2a67a5fc79c5c2e1F",
|
|
23
23
|
"SimpleAttestationVerifier": "0xED6C0C34c3964D239e7a315C55E620fafE5Ae3AC",
|
|
24
24
|
"UnifiedPaymentVerifier": "0x16b3e4a3CA36D3A4bCA281767f15C7ADeF4ab163",
|
|
25
|
-
"UnifiedPaymentVerifierV2": "
|
|
26
|
-
"WhitelistPreIntentHook": "
|
|
25
|
+
"UnifiedPaymentVerifierV2": "0x46A58Dc65587D4D7B8198C6A25eEdf5b2535Da94",
|
|
26
|
+
"WhitelistPreIntentHook": "0xda023Ea0d789A41BcF5866F7B6BBd2CaDF9b79B8"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-
|
|
29
|
+
"generatedAt": "2026-04-02T16:58:34.873Z"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -15,18 +15,18 @@ const data = {
|
|
|
15
15
|
"PaymentVerifierRegistry": "0x2261416DA54C85f975C73FA56EF4D2D6b0aEF7Cc",
|
|
16
16
|
"PostIntentHookRegistry": "0xA4745c8F735B07fa77cD6EC64A2C77cb787fD0cd",
|
|
17
17
|
"ProtocolViewer": "0x1b2FE4FF7530143f38b7D7f4ccd83a3f1a022840",
|
|
18
|
-
"ProtocolViewerV2": "
|
|
18
|
+
"ProtocolViewerV2": "0x5079E5aD9aF58E0B7F512C977720106A1494f684",
|
|
19
19
|
"PythOracleAdapter": "0xaa2bBDa3072bD37af76613846268Ec48bd0bB885",
|
|
20
20
|
"RateManagerV1": "0x9d773Af159538369b4842e40510562016E3eD3d7",
|
|
21
21
|
"RelayerRegistry": "0xB214650b424E6b5fdcB1259566eB7A512D8Bd25E",
|
|
22
22
|
"SignatureGatingPreIntentHook": "0x6c5144D1710fb152cFa582b9592D8935c0Bd0261",
|
|
23
23
|
"SimpleAttestationVerifier": "0x1540c12858Ad8D45EE9DAF8DFf2f28B28F047772",
|
|
24
24
|
"UnifiedPaymentVerifier": "0xfFf74adAE1fb470d49cA37772C9859C4a6dBcc03",
|
|
25
|
-
"UnifiedPaymentVerifierV2": "
|
|
26
|
-
"WhitelistPreIntentHook": "
|
|
25
|
+
"UnifiedPaymentVerifierV2": "0x7750f8Cc276f21B7Db1477FA044Bf3FD4951Bf20",
|
|
26
|
+
"WhitelistPreIntentHook": "0xABE7AFC4C7bE9c4Eed5F465a98e124ee7860C005"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-
|
|
29
|
+
"generatedAt": "2026-04-02T16:58:34.874Z"
|
|
30
30
|
}
|
|
31
31
|
};
|
|
32
32
|
module.exports = data;
|
|
@@ -15,17 +15,17 @@
|
|
|
15
15
|
"PaymentVerifierRegistry": "0x2261416DA54C85f975C73FA56EF4D2D6b0aEF7Cc",
|
|
16
16
|
"PostIntentHookRegistry": "0xA4745c8F735B07fa77cD6EC64A2C77cb787fD0cd",
|
|
17
17
|
"ProtocolViewer": "0x1b2FE4FF7530143f38b7D7f4ccd83a3f1a022840",
|
|
18
|
-
"ProtocolViewerV2": "
|
|
18
|
+
"ProtocolViewerV2": "0x5079E5aD9aF58E0B7F512C977720106A1494f684",
|
|
19
19
|
"PythOracleAdapter": "0xaa2bBDa3072bD37af76613846268Ec48bd0bB885",
|
|
20
20
|
"RateManagerV1": "0x9d773Af159538369b4842e40510562016E3eD3d7",
|
|
21
21
|
"RelayerRegistry": "0xB214650b424E6b5fdcB1259566eB7A512D8Bd25E",
|
|
22
22
|
"SignatureGatingPreIntentHook": "0x6c5144D1710fb152cFa582b9592D8935c0Bd0261",
|
|
23
23
|
"SimpleAttestationVerifier": "0x1540c12858Ad8D45EE9DAF8DFf2f28B28F047772",
|
|
24
24
|
"UnifiedPaymentVerifier": "0xfFf74adAE1fb470d49cA37772C9859C4a6dBcc03",
|
|
25
|
-
"UnifiedPaymentVerifierV2": "
|
|
26
|
-
"WhitelistPreIntentHook": "
|
|
25
|
+
"UnifiedPaymentVerifierV2": "0x7750f8Cc276f21B7Db1477FA044Bf3FD4951Bf20",
|
|
26
|
+
"WhitelistPreIntentHook": "0xABE7AFC4C7bE9c4Eed5F465a98e124ee7860C005"
|
|
27
27
|
},
|
|
28
28
|
"meta": {
|
|
29
|
-
"generatedAt": "2026-
|
|
29
|
+
"generatedAt": "2026-04-02T16:58:34.874Z"
|
|
30
30
|
}
|
|
31
31
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const data = {
|
|
2
|
-
"generatedAt": "2026-
|
|
2
|
+
"generatedAt": "2026-04-02T16:58:35.165Z",
|
|
3
3
|
"codeToHash": {
|
|
4
4
|
"AED": "0x4dab77a640748de8588de6834d814a344372b205265984b969f3e97060955bfa",
|
|
5
5
|
"ARS": "0x8fd50654b7dd2dc839f7cab32800ba0c6f7f66e1ccf89b21c09405469c2175ec",
|