@zkp2p/contracts-v2 0.0.10 → 0.0.11
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/{baseStaging/ManualRateManagerRegistry.js → base/AcrossBridgeHook.js} +237 -266
- package/{_esm/abis/baseStaging/ManualRateManagerRegistry.json → _cjs/abis/base/AcrossBridgeHook.json} +237 -266
- package/_cjs/abis/base/index.js +1 -0
- package/_cjs/abis/base.cjs +1 -0
- package/_cjs/abis/base.mjs +1 -0
- package/_cjs/abis/baseStaging/AcrossBridgeHook.js +64 -120
- package/_cjs/abis/baseStaging/AcrossBridgeHook.json +64 -120
- package/_cjs/abis/baseStaging/Orchestrator.js +46 -84
- package/_cjs/abis/baseStaging/Orchestrator.json +46 -84
- package/_cjs/abis/baseStaging/PostIntentHookRegistry.js +183 -0
- package/_cjs/abis/baseStaging/PostIntentHookRegistry.json +181 -0
- package/_cjs/abis/baseStaging/ProtocolViewer.js +0 -116
- package/_cjs/abis/baseStaging/ProtocolViewer.json +0 -116
- package/_cjs/abis/baseStaging/UnifiedPaymentVerifier.js +0 -32
- package/_cjs/abis/baseStaging/UnifiedPaymentVerifier.json +0 -32
- package/_cjs/abis/baseStaging/index.js +1 -6
- package/_cjs/abis/baseStaging.cjs +1 -6
- package/_cjs/abis/baseStaging.mjs +1 -6
- package/_cjs/addresses/base.js +2 -1
- package/_cjs/addresses/base.json +2 -1
- package/_cjs/addresses/baseSepolia.js +1 -1
- package/_cjs/addresses/baseSepolia.json +1 -1
- package/_cjs/addresses/baseStaging.js +11 -16
- package/_cjs/addresses/baseStaging.json +11 -16
- package/_cjs/addresses/index.json +1 -1
- package/_cjs/constants/index.json +1 -1
- package/_cjs/paymentMethods/base.js +11 -1
- package/_cjs/paymentMethods/base.json +11 -1
- package/_cjs/paymentMethods/baseSepolia.js +1 -1
- package/_cjs/paymentMethods/baseSepolia.json +1 -1
- package/_cjs/paymentMethods/baseStaging.js +11 -1
- package/_cjs/paymentMethods/baseStaging.json +11 -1
- package/_cjs/paymentMethods/index.json +1 -1
- package/_cjs/types/contracts/Orchestrator.js +70 -133
- package/_cjs/types/contracts/ProtocolViewer.js +3 -227
- package/_cjs/types/contracts/external/Interfaces/IAcrossSpokePoolPeriphery.js +198 -0
- package/_cjs/types/contracts/external/Interfaces/index.js +1 -0
- package/_cjs/types/contracts/hooks/AcrossBridgeHook.js +32 -94
- package/_cjs/types/contracts/hooks/AcrossSwapBridgeHook.js +581 -0
- package/_cjs/types/contracts/hooks/index.js +1 -1
- package/_cjs/types/contracts/index.js +0 -4
- package/_cjs/types/contracts/interfaces/IOrchestrator.js +22 -50
- package/_cjs/types/contracts/interfaces/IPostIntentHook.js +32 -36
- package/_cjs/types/contracts/interfaces/IProtocolViewer.js +1 -75
- package/_cjs/types/contracts/interfaces/index.js +1 -7
- package/_cjs/types/contracts/registries/index.js +1 -3
- package/_cjs/types/contracts/unifiedVerifier/BaseUnifiedPaymentVerifier.js +0 -58
- package/_cjs/types/contracts/unifiedVerifier/UnifiedPaymentVerifier.js +0 -58
- package/_esm/abis/{baseStaging/ManualRateManagerRegistry.js → base/AcrossBridgeHook.js} +237 -266
- package/{abis/baseStaging/ManualRateManagerRegistry.json → _esm/abis/base/AcrossBridgeHook.json} +237 -266
- package/_esm/abis/base/index.js +1 -0
- package/_esm/abis/base.cjs +1 -0
- package/_esm/abis/base.mjs +1 -0
- package/_esm/abis/baseStaging/AcrossBridgeHook.js +64 -120
- package/_esm/abis/baseStaging/AcrossBridgeHook.json +64 -120
- package/_esm/abis/baseStaging/Orchestrator.js +46 -84
- package/_esm/abis/baseStaging/Orchestrator.json +46 -84
- package/_esm/abis/baseStaging/PostIntentHookRegistry.js +182 -0
- package/_esm/abis/baseStaging/PostIntentHookRegistry.json +181 -0
- package/_esm/abis/baseStaging/ProtocolViewer.js +0 -116
- package/_esm/abis/baseStaging/ProtocolViewer.json +0 -116
- package/_esm/abis/baseStaging/UnifiedPaymentVerifier.js +0 -32
- package/_esm/abis/baseStaging/UnifiedPaymentVerifier.json +0 -32
- package/_esm/abis/baseStaging/index.js +1 -6
- package/_esm/abis/baseStaging.cjs +1 -6
- package/_esm/abis/baseStaging.mjs +1 -6
- package/_esm/addresses/base.js +2 -1
- package/_esm/addresses/base.json +2 -1
- package/_esm/addresses/baseSepolia.js +1 -1
- package/_esm/addresses/baseSepolia.json +1 -1
- package/_esm/addresses/baseStaging.js +11 -16
- package/_esm/addresses/baseStaging.json +11 -16
- package/_esm/addresses/index.json +1 -1
- package/_esm/constants/index.json +1 -1
- package/_esm/paymentMethods/base.js +11 -1
- package/_esm/paymentMethods/base.json +11 -1
- package/_esm/paymentMethods/baseSepolia.js +1 -1
- package/_esm/paymentMethods/baseSepolia.json +1 -1
- package/_esm/paymentMethods/baseStaging.js +11 -1
- package/_esm/paymentMethods/baseStaging.json +11 -1
- package/_esm/paymentMethods/index.json +1 -1
- package/_esm/types/contracts/Orchestrator.js +70 -133
- package/_esm/types/contracts/ProtocolViewer.js +3 -227
- package/_esm/types/contracts/external/Interfaces/IAcrossSpokePoolPeriphery.js +198 -0
- package/_esm/types/contracts/external/Interfaces/index.js +1 -0
- package/_esm/types/contracts/hooks/AcrossBridgeHook.js +32 -94
- package/_esm/types/contracts/hooks/AcrossSwapBridgeHook.js +581 -0
- package/_esm/types/contracts/hooks/index.js +1 -1
- package/_esm/types/contracts/index.js +0 -4
- package/_esm/types/contracts/interfaces/IOrchestrator.js +22 -50
- package/_esm/types/contracts/interfaces/IPostIntentHook.js +32 -36
- package/_esm/types/contracts/interfaces/IProtocolViewer.js +1 -75
- package/_esm/types/contracts/interfaces/index.js +1 -7
- package/_esm/types/contracts/registries/index.js +1 -3
- package/_esm/types/contracts/unifiedVerifier/BaseUnifiedPaymentVerifier.js +0 -58
- package/_esm/types/contracts/unifiedVerifier/UnifiedPaymentVerifier.js +0 -58
- package/_types/abis/base.d.ts +1 -0
- package/_types/abis/baseStaging.d.ts +1 -6
- package/{_cjs/abis/baseStaging/ManualRateManagerRegistry.json → abis/base/AcrossBridgeHook.json} +237 -266
- package/abis/base/index.ts +1 -0
- package/abis/base.cjs +1 -0
- package/abis/base.d.ts +1 -0
- package/abis/base.mjs +1 -0
- package/abis/baseStaging/AcrossBridgeHook.json +64 -120
- package/abis/baseStaging/Orchestrator.json +46 -84
- package/abis/baseStaging/PostIntentHookRegistry.json +181 -0
- package/abis/baseStaging/ProtocolViewer.json +0 -116
- package/abis/baseStaging/UnifiedPaymentVerifier.json +0 -32
- package/abis/baseStaging/index.ts +1 -6
- package/abis/baseStaging.cjs +1 -6
- package/abis/baseStaging.d.ts +1 -6
- package/abis/baseStaging.mjs +1 -6
- package/addresses/base.json +2 -1
- package/addresses/baseSepolia.json +1 -1
- package/addresses/baseStaging.json +11 -16
- package/addresses/index.json +1 -1
- package/constants/index.json +1 -1
- package/package.json +1 -1
- package/paymentMethods/base.json +11 -1
- package/paymentMethods/baseSepolia.json +1 -1
- package/paymentMethods/baseStaging.json +11 -1
- package/paymentMethods/index.json +1 -1
- package/types/contracts/Orchestrator.ts +70 -133
- package/types/contracts/ProtocolViewer.ts +3 -227
- package/types/contracts/external/Interfaces/IAcrossSpokePoolPeriphery.ts +198 -0
- package/types/contracts/external/Interfaces/index.ts +1 -0
- package/types/contracts/hooks/AcrossBridgeHook.ts +32 -94
- package/types/contracts/hooks/AcrossSwapBridgeHook.ts +581 -0
- package/types/contracts/hooks/index.ts +1 -1
- package/types/contracts/index.ts +0 -4
- package/types/contracts/interfaces/IOrchestrator.ts +22 -50
- package/types/contracts/interfaces/IPostIntentHook.ts +32 -36
- package/types/contracts/interfaces/IProtocolViewer.ts +1 -75
- package/types/contracts/interfaces/index.ts +1 -7
- package/types/contracts/registries/index.ts +1 -3
- package/types/contracts/unifiedVerifier/BaseUnifiedPaymentVerifier.ts +0 -58
- package/types/contracts/unifiedVerifier/UnifiedPaymentVerifier.ts +0 -58
- package/_cjs/abis/baseStaging/ChainlinkOracleAdapter.js +0 -52
- package/_cjs/abis/baseStaging/ChainlinkOracleAdapter.json +0 -50
- package/_cjs/abis/baseStaging/DepositRateManagerController.js +0 -257
- package/_cjs/abis/baseStaging/DepositRateManagerController.json +0 -255
- package/_cjs/abis/baseStaging/DepositRateManagerHookV1.js +0 -149
- package/_cjs/abis/baseStaging/DepositRateManagerHookV1.json +0 -147
- package/_cjs/abis/baseStaging/DepositRateManagerRegistryV1.js +0 -486
- package/_cjs/abis/baseStaging/DepositRateManagerRegistryV1.json +0 -484
- package/_cjs/abis/baseStaging/OracleRateManagerRegistry.js +0 -569
- package/_cjs/abis/baseStaging/OracleRateManagerRegistry.json +0 -567
- package/_cjs/types/contracts/DepositRateManagerController.sol/DepositRateManagerController.js +0 -368
- package/_cjs/types/contracts/DepositRateManagerController.sol/IPausable.js +0 -81
- package/_cjs/types/contracts/DepositRateManagerController.sol/index.js +0 -5
- package/_cjs/types/contracts/hooks/DepositRateManagerHookV1.js +0 -256
- package/_cjs/types/contracts/interfaces/IBaseRateManagerRegistry.js +0 -534
- package/_cjs/types/contracts/interfaces/IChainlinkAggregatorV3.js +0 -132
- package/_cjs/types/contracts/interfaces/IDepositRateManagerController.js +0 -369
- package/_cjs/types/contracts/interfaces/IDepositRateManagerHook.js +0 -130
- package/_cjs/types/contracts/interfaces/IDepositRateManagerRegistryV1.js +0 -696
- package/_cjs/types/contracts/interfaces/IManualRateManagerRegistry.js +0 -695
- package/_cjs/types/contracts/interfaces/IOracleAdapter.js +0 -154
- package/_cjs/types/contracts/interfaces/IOracleRateManagerRegistry.js +0 -797
- package/_cjs/types/contracts/oracles/ChainlinkOracleAdapter.js +0 -154
- package/_cjs/types/contracts/oracles/index.js +0 -4
- package/_cjs/types/contracts/registries/BaseRateManagerRegistry.js +0 -534
- package/_cjs/types/contracts/registries/DepositRateManagerRegistryV1.js +0 -695
- package/_cjs/types/contracts/registries/ManualRateManagerRegistry.js +0 -695
- package/_cjs/types/contracts/registries/OracleRateManagerRegistry.js +0 -797
- package/_esm/abis/baseStaging/ChainlinkOracleAdapter.js +0 -51
- package/_esm/abis/baseStaging/ChainlinkOracleAdapter.json +0 -50
- package/_esm/abis/baseStaging/DepositRateManagerController.js +0 -256
- package/_esm/abis/baseStaging/DepositRateManagerController.json +0 -255
- package/_esm/abis/baseStaging/DepositRateManagerHookV1.js +0 -148
- package/_esm/abis/baseStaging/DepositRateManagerHookV1.json +0 -147
- package/_esm/abis/baseStaging/DepositRateManagerRegistryV1.js +0 -485
- package/_esm/abis/baseStaging/DepositRateManagerRegistryV1.json +0 -484
- package/_esm/abis/baseStaging/OracleRateManagerRegistry.js +0 -568
- package/_esm/abis/baseStaging/OracleRateManagerRegistry.json +0 -567
- package/_esm/types/contracts/DepositRateManagerController.sol/DepositRateManagerController.js +0 -368
- package/_esm/types/contracts/DepositRateManagerController.sol/IPausable.js +0 -81
- package/_esm/types/contracts/DepositRateManagerController.sol/index.js +0 -5
- package/_esm/types/contracts/hooks/DepositRateManagerHookV1.js +0 -256
- package/_esm/types/contracts/interfaces/IBaseRateManagerRegistry.js +0 -534
- package/_esm/types/contracts/interfaces/IChainlinkAggregatorV3.js +0 -132
- package/_esm/types/contracts/interfaces/IDepositRateManagerController.js +0 -369
- package/_esm/types/contracts/interfaces/IDepositRateManagerHook.js +0 -130
- package/_esm/types/contracts/interfaces/IDepositRateManagerRegistryV1.js +0 -696
- package/_esm/types/contracts/interfaces/IManualRateManagerRegistry.js +0 -695
- package/_esm/types/contracts/interfaces/IOracleAdapter.js +0 -154
- package/_esm/types/contracts/interfaces/IOracleRateManagerRegistry.js +0 -797
- package/_esm/types/contracts/oracles/ChainlinkOracleAdapter.js +0 -154
- package/_esm/types/contracts/oracles/index.js +0 -4
- package/_esm/types/contracts/registries/BaseRateManagerRegistry.js +0 -534
- package/_esm/types/contracts/registries/DepositRateManagerRegistryV1.js +0 -695
- package/_esm/types/contracts/registries/ManualRateManagerRegistry.js +0 -695
- package/_esm/types/contracts/registries/OracleRateManagerRegistry.js +0 -797
- package/abis/baseStaging/ChainlinkOracleAdapter.json +0 -50
- package/abis/baseStaging/DepositRateManagerController.json +0 -255
- package/abis/baseStaging/DepositRateManagerHookV1.json +0 -147
- package/abis/baseStaging/DepositRateManagerRegistryV1.json +0 -484
- package/abis/baseStaging/OracleRateManagerRegistry.json +0 -567
- package/types/contracts/DepositRateManagerController.sol/DepositRateManagerController.ts +0 -368
- package/types/contracts/DepositRateManagerController.sol/IPausable.ts +0 -81
- package/types/contracts/DepositRateManagerController.sol/index.ts +0 -5
- package/types/contracts/hooks/DepositRateManagerHookV1.ts +0 -256
- package/types/contracts/interfaces/IBaseRateManagerRegistry.ts +0 -534
- package/types/contracts/interfaces/IChainlinkAggregatorV3.ts +0 -132
- package/types/contracts/interfaces/IDepositRateManagerController.ts +0 -369
- package/types/contracts/interfaces/IDepositRateManagerHook.ts +0 -130
- package/types/contracts/interfaces/IDepositRateManagerRegistryV1.ts +0 -696
- package/types/contracts/interfaces/IManualRateManagerRegistry.ts +0 -695
- package/types/contracts/interfaces/IOracleAdapter.ts +0 -154
- package/types/contracts/interfaces/IOracleRateManagerRegistry.ts +0 -797
- package/types/contracts/oracles/ChainlinkOracleAdapter.ts +0 -154
- package/types/contracts/oracles/index.ts +0 -4
- package/types/contracts/registries/BaseRateManagerRegistry.ts +0 -534
- package/types/contracts/registries/DepositRateManagerRegistryV1.ts +0 -695
- package/types/contracts/registries/ManualRateManagerRegistry.ts +0 -695
- package/types/contracts/registries/OracleRateManagerRegistry.ts +0 -797
|
@@ -15,63 +15,6 @@
|
|
|
15
15
|
"stateMutability": "nonpayable",
|
|
16
16
|
"type": "constructor"
|
|
17
17
|
},
|
|
18
|
-
{
|
|
19
|
-
"anonymous": false,
|
|
20
|
-
"inputs": [
|
|
21
|
-
{
|
|
22
|
-
"indexed": true,
|
|
23
|
-
"internalType": "address",
|
|
24
|
-
"name": "previousEscrow",
|
|
25
|
-
"type": "address"
|
|
26
|
-
},
|
|
27
|
-
{
|
|
28
|
-
"indexed": true,
|
|
29
|
-
"internalType": "address",
|
|
30
|
-
"name": "newEscrow",
|
|
31
|
-
"type": "address"
|
|
32
|
-
}
|
|
33
|
-
],
|
|
34
|
-
"name": "EscrowContractUpdated",
|
|
35
|
-
"type": "event"
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"anonymous": false,
|
|
39
|
-
"inputs": [
|
|
40
|
-
{
|
|
41
|
-
"indexed": true,
|
|
42
|
-
"internalType": "address",
|
|
43
|
-
"name": "previousOrchestrator",
|
|
44
|
-
"type": "address"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"indexed": true,
|
|
48
|
-
"internalType": "address",
|
|
49
|
-
"name": "newOrchestrator",
|
|
50
|
-
"type": "address"
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"name": "OrchestratorUpdated",
|
|
54
|
-
"type": "event"
|
|
55
|
-
},
|
|
56
|
-
{
|
|
57
|
-
"anonymous": false,
|
|
58
|
-
"inputs": [
|
|
59
|
-
{
|
|
60
|
-
"indexed": true,
|
|
61
|
-
"internalType": "address",
|
|
62
|
-
"name": "previousOwner",
|
|
63
|
-
"type": "address"
|
|
64
|
-
},
|
|
65
|
-
{
|
|
66
|
-
"indexed": true,
|
|
67
|
-
"internalType": "address",
|
|
68
|
-
"name": "newOwner",
|
|
69
|
-
"type": "address"
|
|
70
|
-
}
|
|
71
|
-
],
|
|
72
|
-
"name": "OwnershipTransferred",
|
|
73
|
-
"type": "event"
|
|
74
|
-
},
|
|
75
18
|
{
|
|
76
19
|
"inputs": [],
|
|
77
20
|
"name": "escrowContract",
|
|
@@ -1270,64 +1213,5 @@
|
|
|
1270
1213
|
],
|
|
1271
1214
|
"stateMutability": "view",
|
|
1272
1215
|
"type": "function"
|
|
1273
|
-
},
|
|
1274
|
-
{
|
|
1275
|
-
"inputs": [],
|
|
1276
|
-
"name": "owner",
|
|
1277
|
-
"outputs": [
|
|
1278
|
-
{
|
|
1279
|
-
"internalType": "address",
|
|
1280
|
-
"name": "",
|
|
1281
|
-
"type": "address"
|
|
1282
|
-
}
|
|
1283
|
-
],
|
|
1284
|
-
"stateMutability": "view",
|
|
1285
|
-
"type": "function"
|
|
1286
|
-
},
|
|
1287
|
-
{
|
|
1288
|
-
"inputs": [],
|
|
1289
|
-
"name": "renounceOwnership",
|
|
1290
|
-
"outputs": [],
|
|
1291
|
-
"stateMutability": "nonpayable",
|
|
1292
|
-
"type": "function"
|
|
1293
|
-
},
|
|
1294
|
-
{
|
|
1295
|
-
"inputs": [
|
|
1296
|
-
{
|
|
1297
|
-
"internalType": "address",
|
|
1298
|
-
"name": "_escrow",
|
|
1299
|
-
"type": "address"
|
|
1300
|
-
}
|
|
1301
|
-
],
|
|
1302
|
-
"name": "setEscrowContract",
|
|
1303
|
-
"outputs": [],
|
|
1304
|
-
"stateMutability": "nonpayable",
|
|
1305
|
-
"type": "function"
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
"inputs": [
|
|
1309
|
-
{
|
|
1310
|
-
"internalType": "address",
|
|
1311
|
-
"name": "_orchestrator",
|
|
1312
|
-
"type": "address"
|
|
1313
|
-
}
|
|
1314
|
-
],
|
|
1315
|
-
"name": "setOrchestrator",
|
|
1316
|
-
"outputs": [],
|
|
1317
|
-
"stateMutability": "nonpayable",
|
|
1318
|
-
"type": "function"
|
|
1319
|
-
},
|
|
1320
|
-
{
|
|
1321
|
-
"inputs": [
|
|
1322
|
-
{
|
|
1323
|
-
"internalType": "address",
|
|
1324
|
-
"name": "newOwner",
|
|
1325
|
-
"type": "address"
|
|
1326
|
-
}
|
|
1327
|
-
],
|
|
1328
|
-
"name": "transferOwnership",
|
|
1329
|
-
"outputs": [],
|
|
1330
|
-
"stateMutability": "nonpayable",
|
|
1331
|
-
"type": "function"
|
|
1332
1216
|
}
|
|
1333
1217
|
]
|
|
@@ -39,25 +39,6 @@
|
|
|
39
39
|
"name": "AttestationVerifierUpdated",
|
|
40
40
|
"type": "event"
|
|
41
41
|
},
|
|
42
|
-
{
|
|
43
|
-
"anonymous": false,
|
|
44
|
-
"inputs": [
|
|
45
|
-
{
|
|
46
|
-
"indexed": true,
|
|
47
|
-
"internalType": "address",
|
|
48
|
-
"name": "oldOrchestrator",
|
|
49
|
-
"type": "address"
|
|
50
|
-
},
|
|
51
|
-
{
|
|
52
|
-
"indexed": true,
|
|
53
|
-
"internalType": "address",
|
|
54
|
-
"name": "newOrchestrator",
|
|
55
|
-
"type": "address"
|
|
56
|
-
}
|
|
57
|
-
],
|
|
58
|
-
"name": "OrchestratorUpdated",
|
|
59
|
-
"type": "event"
|
|
60
|
-
},
|
|
61
42
|
{
|
|
62
43
|
"anonymous": false,
|
|
63
44
|
"inputs": [
|
|
@@ -314,19 +295,6 @@
|
|
|
314
295
|
"stateMutability": "nonpayable",
|
|
315
296
|
"type": "function"
|
|
316
297
|
},
|
|
317
|
-
{
|
|
318
|
-
"inputs": [
|
|
319
|
-
{
|
|
320
|
-
"internalType": "address",
|
|
321
|
-
"name": "_newOrchestrator",
|
|
322
|
-
"type": "address"
|
|
323
|
-
}
|
|
324
|
-
],
|
|
325
|
-
"name": "setOrchestrator",
|
|
326
|
-
"outputs": [],
|
|
327
|
-
"stateMutability": "nonpayable",
|
|
328
|
-
"type": "function"
|
|
329
|
-
},
|
|
330
298
|
{
|
|
331
299
|
"inputs": [
|
|
332
300
|
{
|
|
@@ -1,15 +1,10 @@
|
|
|
1
1
|
export { default as AcrossBridgeHook } from './AcrossBridgeHook.json';
|
|
2
|
-
export { default as ChainlinkOracleAdapter } from './ChainlinkOracleAdapter.json';
|
|
3
|
-
export { default as DepositRateManagerController } from './DepositRateManagerController.json';
|
|
4
|
-
export { default as DepositRateManagerHookV1 } from './DepositRateManagerHookV1.json';
|
|
5
|
-
export { default as DepositRateManagerRegistryV1 } from './DepositRateManagerRegistryV1.json';
|
|
6
2
|
export { default as Escrow } from './Escrow.json';
|
|
7
3
|
export { default as EscrowRegistry } from './EscrowRegistry.json';
|
|
8
|
-
export { default as ManualRateManagerRegistry } from './ManualRateManagerRegistry.json';
|
|
9
4
|
export { default as NullifierRegistry } from './NullifierRegistry.json';
|
|
10
|
-
export { default as OracleRateManagerRegistry } from './OracleRateManagerRegistry.json';
|
|
11
5
|
export { default as Orchestrator } from './Orchestrator.json';
|
|
12
6
|
export { default as PaymentVerifierRegistry } from './PaymentVerifierRegistry.json';
|
|
7
|
+
export { default as PostIntentHookRegistry } from './PostIntentHookRegistry.json';
|
|
13
8
|
export { default as ProtocolViewer } from './ProtocolViewer.json';
|
|
14
9
|
export { default as RelayerRegistry } from './RelayerRegistry.json';
|
|
15
10
|
export { default as SimpleAttestationVerifier } from './SimpleAttestationVerifier.json';
|
package/abis/baseStaging.cjs
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
// Auto-generated CommonJS wrapper for baseStaging ABIs
|
|
2
2
|
module.exports = {
|
|
3
3
|
AcrossBridgeHook: require('../_cjs/abis/baseStaging/AcrossBridgeHook.js'),
|
|
4
|
-
ChainlinkOracleAdapter: require('../_cjs/abis/baseStaging/ChainlinkOracleAdapter.js'),
|
|
5
|
-
DepositRateManagerController: require('../_cjs/abis/baseStaging/DepositRateManagerController.js'),
|
|
6
|
-
DepositRateManagerHookV1: require('../_cjs/abis/baseStaging/DepositRateManagerHookV1.js'),
|
|
7
|
-
DepositRateManagerRegistryV1: require('../_cjs/abis/baseStaging/DepositRateManagerRegistryV1.js'),
|
|
8
4
|
Escrow: require('../_cjs/abis/baseStaging/Escrow.js'),
|
|
9
5
|
EscrowRegistry: require('../_cjs/abis/baseStaging/EscrowRegistry.js'),
|
|
10
|
-
ManualRateManagerRegistry: require('../_cjs/abis/baseStaging/ManualRateManagerRegistry.js'),
|
|
11
6
|
NullifierRegistry: require('../_cjs/abis/baseStaging/NullifierRegistry.js'),
|
|
12
|
-
OracleRateManagerRegistry: require('../_cjs/abis/baseStaging/OracleRateManagerRegistry.js'),
|
|
13
7
|
Orchestrator: require('../_cjs/abis/baseStaging/Orchestrator.js'),
|
|
14
8
|
PaymentVerifierRegistry: require('../_cjs/abis/baseStaging/PaymentVerifierRegistry.js'),
|
|
9
|
+
PostIntentHookRegistry: require('../_cjs/abis/baseStaging/PostIntentHookRegistry.js'),
|
|
15
10
|
ProtocolViewer: require('../_cjs/abis/baseStaging/ProtocolViewer.js'),
|
|
16
11
|
RelayerRegistry: require('../_cjs/abis/baseStaging/RelayerRegistry.js'),
|
|
17
12
|
SimpleAttestationVerifier: require('../_cjs/abis/baseStaging/SimpleAttestationVerifier.js'),
|
package/abis/baseStaging.d.ts
CHANGED
|
@@ -1,17 +1,12 @@
|
|
|
1
1
|
// Auto-generated TypeScript definitions for baseStaging ABIs
|
|
2
2
|
import type { Abi } from 'abitype';
|
|
3
3
|
export declare const AcrossBridgeHook: Abi;
|
|
4
|
-
export declare const ChainlinkOracleAdapter: Abi;
|
|
5
|
-
export declare const DepositRateManagerController: Abi;
|
|
6
|
-
export declare const DepositRateManagerHookV1: Abi;
|
|
7
|
-
export declare const DepositRateManagerRegistryV1: Abi;
|
|
8
4
|
export declare const Escrow: Abi;
|
|
9
5
|
export declare const EscrowRegistry: Abi;
|
|
10
|
-
export declare const ManualRateManagerRegistry: Abi;
|
|
11
6
|
export declare const NullifierRegistry: Abi;
|
|
12
|
-
export declare const OracleRateManagerRegistry: Abi;
|
|
13
7
|
export declare const Orchestrator: Abi;
|
|
14
8
|
export declare const PaymentVerifierRegistry: Abi;
|
|
9
|
+
export declare const PostIntentHookRegistry: Abi;
|
|
15
10
|
export declare const ProtocolViewer: Abi;
|
|
16
11
|
export declare const RelayerRegistry: Abi;
|
|
17
12
|
export declare const SimpleAttestationVerifier: Abi;
|
package/abis/baseStaging.mjs
CHANGED
|
@@ -1,16 +1,11 @@
|
|
|
1
1
|
// Auto-generated ESM wrapper for baseStaging ABIs
|
|
2
2
|
export { default as AcrossBridgeHook } from '../_esm/abis/baseStaging/AcrossBridgeHook.js';
|
|
3
|
-
export { default as ChainlinkOracleAdapter } from '../_esm/abis/baseStaging/ChainlinkOracleAdapter.js';
|
|
4
|
-
export { default as DepositRateManagerController } from '../_esm/abis/baseStaging/DepositRateManagerController.js';
|
|
5
|
-
export { default as DepositRateManagerHookV1 } from '../_esm/abis/baseStaging/DepositRateManagerHookV1.js';
|
|
6
|
-
export { default as DepositRateManagerRegistryV1 } from '../_esm/abis/baseStaging/DepositRateManagerRegistryV1.js';
|
|
7
3
|
export { default as Escrow } from '../_esm/abis/baseStaging/Escrow.js';
|
|
8
4
|
export { default as EscrowRegistry } from '../_esm/abis/baseStaging/EscrowRegistry.js';
|
|
9
|
-
export { default as ManualRateManagerRegistry } from '../_esm/abis/baseStaging/ManualRateManagerRegistry.js';
|
|
10
5
|
export { default as NullifierRegistry } from '../_esm/abis/baseStaging/NullifierRegistry.js';
|
|
11
|
-
export { default as OracleRateManagerRegistry } from '../_esm/abis/baseStaging/OracleRateManagerRegistry.js';
|
|
12
6
|
export { default as Orchestrator } from '../_esm/abis/baseStaging/Orchestrator.js';
|
|
13
7
|
export { default as PaymentVerifierRegistry } from '../_esm/abis/baseStaging/PaymentVerifierRegistry.js';
|
|
8
|
+
export { default as PostIntentHookRegistry } from '../_esm/abis/baseStaging/PostIntentHookRegistry.js';
|
|
14
9
|
export { default as ProtocolViewer } from '../_esm/abis/baseStaging/ProtocolViewer.js';
|
|
15
10
|
export { default as RelayerRegistry } from '../_esm/abis/baseStaging/RelayerRegistry.js';
|
|
16
11
|
export { default as SimpleAttestationVerifier } from '../_esm/abis/baseStaging/SimpleAttestationVerifier.js';
|
package/addresses/base.json
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
"name": "base",
|
|
3
3
|
"chainId": 8453,
|
|
4
4
|
"contracts": {
|
|
5
|
+
"AcrossBridgeHook": "0x72C10b838Cf46649691949c285E0b468b363b9f0",
|
|
5
6
|
"Escrow": "0x2f121CDDCA6d652f35e8B3E560f9760898888888",
|
|
6
7
|
"EscrowRegistry": "0xeD0e847B101abc96E796260AC358e12BAa2f5B21",
|
|
7
8
|
"NullifierRegistry": "0x8d8e1A0e5345a5cc9AA206c3ca76D6d28c514608",
|
|
@@ -14,6 +15,6 @@
|
|
|
14
15
|
"UnifiedPaymentVerifier": "0x16b3e4a3CA36D3A4bCA281767f15C7ADeF4ab163"
|
|
15
16
|
},
|
|
16
17
|
"meta": {
|
|
17
|
-
"generatedAt": "2026-02-
|
|
18
|
+
"generatedAt": "2026-02-20T18:41:45.792Z"
|
|
18
19
|
}
|
|
19
20
|
}
|
|
@@ -2,24 +2,19 @@
|
|
|
2
2
|
"name": "base_staging",
|
|
3
3
|
"chainId": 8453,
|
|
4
4
|
"contracts": {
|
|
5
|
-
"AcrossBridgeHook": "
|
|
6
|
-
"ChainlinkOracleAdapter": "0xD92E9db60507bC70F44E603A89cFd2c7b374439b",
|
|
7
|
-
"DepositRateManagerController": "0x51f01aCc92bE39473be482966273a23ffa66F74e",
|
|
8
|
-
"DepositRateManagerHookV1": "0x2bDbB6D74Aed9759E8ae6432B3dF9bAa4B24b948",
|
|
9
|
-
"DepositRateManagerRegistryV1": "0x3125F621482887d158cb51cE9b54D9D25b145877",
|
|
5
|
+
"AcrossBridgeHook": "0x5e44b4c833323860712205825c1119F852782424",
|
|
10
6
|
"Escrow": "0x5C2a8D9246777eE4501B6C426a8B8C7635C7b5b5",
|
|
11
|
-
"EscrowRegistry": "
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"UnifiedPaymentVerifier": "0x370A195730443e21c5043071517d02e328480F85"
|
|
7
|
+
"EscrowRegistry": "0xc545f336eC77E69bf115729acCbf2e557A00ac91",
|
|
8
|
+
"NullifierRegistry": "0x3FFd04f7909a16d3476263A1f4ce413A089dCc69",
|
|
9
|
+
"Orchestrator": "0xF9b9CD27Deea496B960b3cb5221b514705fCaF5e",
|
|
10
|
+
"PaymentVerifierRegistry": "0x2261416DA54C85f975C73FA56EF4D2D6b0aEF7Cc",
|
|
11
|
+
"PostIntentHookRegistry": "0xA4745c8F735B07fa77cD6EC64A2C77cb787fD0cd",
|
|
12
|
+
"ProtocolViewer": "0x1b2FE4FF7530143f38b7D7f4ccd83a3f1a022840",
|
|
13
|
+
"RelayerRegistry": "0xB214650b424E6b5fdcB1259566eB7A512D8Bd25E",
|
|
14
|
+
"SimpleAttestationVerifier": "0x1540c12858Ad8D45EE9DAF8DFf2f28B28F047772",
|
|
15
|
+
"UnifiedPaymentVerifier": "0xfFf74adAE1fb470d49cA37772C9859C4a6dBcc03"
|
|
21
16
|
},
|
|
22
17
|
"meta": {
|
|
23
|
-
"generatedAt": "2026-02-
|
|
18
|
+
"generatedAt": "2026-02-20T18:41:45.949Z"
|
|
24
19
|
}
|
|
25
20
|
}
|
package/addresses/index.json
CHANGED
package/constants/index.json
CHANGED
package/package.json
CHANGED
package/paymentMethods/base.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"network": "base",
|
|
3
3
|
"chainId": "8453",
|
|
4
|
-
"generatedAt": "2026-02-
|
|
4
|
+
"generatedAt": "2026-02-20T18:41:46.029Z",
|
|
5
5
|
"methods": {
|
|
6
6
|
"venmo": {
|
|
7
7
|
"paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
|
|
@@ -165,6 +165,16 @@
|
|
|
165
165
|
],
|
|
166
166
|
"timestampBuffer": 30,
|
|
167
167
|
"providerHashes": []
|
|
168
|
+
},
|
|
169
|
+
"luxon": {
|
|
170
|
+
"paymentMethodHash": "0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01",
|
|
171
|
+
"currencies": [
|
|
172
|
+
"0xc4ae21aac0c6549d71dd96035b7e0bdb6c79ebdba8891b666115bc976d16a29e",
|
|
173
|
+
"0xfff16d60be267153303bbfa66e593fb8d06e24ea5ef24b6acca5224c2ca6b907",
|
|
174
|
+
"0x90832e2dc3221e4d56977c1aa8f6a6706b9ad6542fbbdaac13097d0fa5e42e67"
|
|
175
|
+
],
|
|
176
|
+
"timestampBuffer": 30,
|
|
177
|
+
"providerHashes": []
|
|
168
178
|
}
|
|
169
179
|
}
|
|
170
180
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"network": "base_staging",
|
|
3
|
-
"generatedAt": "2026-02-
|
|
3
|
+
"generatedAt": "2026-02-20T18:41:46.030Z",
|
|
4
4
|
"methods": {
|
|
5
5
|
"venmo": {
|
|
6
6
|
"paymentMethodHash": "0x90262a3db0edd0be2369c6b28f9e8511ec0bac7136cefbada0880602f87e7268",
|
|
@@ -164,6 +164,16 @@
|
|
|
164
164
|
],
|
|
165
165
|
"timestampBuffer": 30,
|
|
166
166
|
"providerHashes": []
|
|
167
|
+
},
|
|
168
|
+
"luxon": {
|
|
169
|
+
"paymentMethodHash": "0xaea63ef983458674f54ee50cdaa7b09d80a5c6c03ed505f51c90b0f2b54abb01",
|
|
170
|
+
"currencies": [
|
|
171
|
+
"0xc4ae21aac0c6549d71dd96035b7e0bdb6c79ebdba8891b666115bc976d16a29e",
|
|
172
|
+
"0xfff16d60be267153303bbfa66e593fb8d06e24ea5ef24b6acca5224c2ca6b907",
|
|
173
|
+
"0x90832e2dc3221e4d56977c1aa8f6a6706b9ad6542fbbdaac13097d0fa5e42e67"
|
|
174
|
+
],
|
|
175
|
+
"timestampBuffer": 30,
|
|
176
|
+
"providerHashes": []
|
|
167
177
|
}
|
|
168
178
|
}
|
|
169
179
|
}
|