-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(relay-payment): deploy relay payment on Scroll network (#49)
- Loading branch information
Showing
14 changed files
with
2,391 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,284 @@ | ||
{ | ||
"manifestVersion": "3.2", | ||
"proxies": [ | ||
{ | ||
"address": "0x5E6275fcF1a40CDD9A98F4bb106546626c62Cc1C", | ||
"txHash": "0x3392f916db47e252cfcd26fda23abefcc7d8f854281c01937c2c9c96084140f9", | ||
"kind": "transparent" | ||
}, | ||
{ | ||
"address": "0x1951a98a3989DA97a019E54c533B17538284C911", | ||
"txHash": "0xef3857e4145334df109f2f0470c36821a07ad408751562bca75b89ffb9c31450", | ||
"kind": "transparent" | ||
}, | ||
{ | ||
"address": "0x1de22a1395774c3ff6068b48E0452D5CD9cD067e", | ||
"txHash": "0x6a1eed5ec3f33e7a2868fe41f409f9ab144d9fcbe44becd66eaf60ec36b78c66", | ||
"kind": "transparent" | ||
} | ||
], | ||
"impls": { | ||
"3bf7bb368c7220231dba6c0a3d92bd61d9082882a54f0c4c7e44d495f099172d": { | ||
"address": "0xdE75f41A64701160482f26C8fadD745e455990BA", | ||
"txHash": "0xd4c88d47d628cf25841fda234fb3a753fbc50c6aa3f69ffe6db30352f48985ae", | ||
"layout": { | ||
"solcVersion": "0.8.4", | ||
"storage": [ | ||
{ | ||
"label": "_initialized", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": "t_uint8", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", | ||
"retypedFrom": "bool" | ||
}, | ||
{ | ||
"label": "_initializing", | ||
"offset": 1, | ||
"slot": "0", | ||
"type": "t_bool", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": "t_array(t_uint256)50_storage", | ||
"contract": "ContextUpgradeable", | ||
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40" | ||
}, | ||
{ | ||
"label": "_owner", | ||
"offset": 0, | ||
"slot": "51", | ||
"type": "t_address", | ||
"contract": "OwnableUpgradeable", | ||
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "52", | ||
"type": "t_array(t_uint256)49_storage", | ||
"contract": "OwnableUpgradeable", | ||
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" | ||
}, | ||
{ | ||
"label": "accessRegistry", | ||
"offset": 0, | ||
"slot": "101", | ||
"type": "t_address", | ||
"contract": "PaymentConfigRegistry", | ||
"src": "contracts/payment/PaymentConfigRegistry.sol:21" | ||
}, | ||
{ | ||
"label": "authorizedSigner", | ||
"offset": 0, | ||
"slot": "102", | ||
"type": "t_address", | ||
"contract": "PaymentConfigRegistry", | ||
"src": "contracts/payment/PaymentConfigRegistry.sol:22" | ||
}, | ||
{ | ||
"label": "feePPM", | ||
"offset": 0, | ||
"slot": "103", | ||
"type": "t_uint256", | ||
"contract": "PaymentConfigRegistry", | ||
"src": "contracts/payment/PaymentConfigRegistry.sol:23" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "104", | ||
"type": "t_array(t_uint256)20_storage", | ||
"contract": "PaymentConfigRegistry", | ||
"src": "contracts/payment/PaymentConfigRegistry.sol:24" | ||
} | ||
], | ||
"types": { | ||
"t_address": { | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"t_array(t_uint256)20_storage": { | ||
"label": "uint256[20]", | ||
"numberOfBytes": "640" | ||
}, | ||
"t_array(t_uint256)49_storage": { | ||
"label": "uint256[49]", | ||
"numberOfBytes": "1568" | ||
}, | ||
"t_array(t_uint256)50_storage": { | ||
"label": "uint256[50]", | ||
"numberOfBytes": "1600" | ||
}, | ||
"t_bool": { | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
}, | ||
"t_uint256": { | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint8": { | ||
"label": "uint8", | ||
"numberOfBytes": "1" | ||
} | ||
}, | ||
"namespaces": {} | ||
} | ||
}, | ||
"4c4e2f108a6dc9ff4bf3e23194d239343dc14798fb81d3af86b2ae2c62a0c651": { | ||
"address": "0x97F1A187A64b8B1D01039757E635258dFD444681", | ||
"txHash": "0xde8363032d4ccfeb077aa5b7d012cd0392fcdf94aa181e24a9e201fa7136313d", | ||
"layout": { | ||
"solcVersion": "0.8.4", | ||
"storage": [ | ||
{ | ||
"label": "_initialized", | ||
"offset": 0, | ||
"slot": "0", | ||
"type": "t_uint8", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:63", | ||
"retypedFrom": "bool" | ||
}, | ||
{ | ||
"label": "_initializing", | ||
"offset": 1, | ||
"slot": "0", | ||
"type": "t_bool", | ||
"contract": "Initializable", | ||
"src": "@openzeppelin/contracts-upgradeable/proxy/utils/Initializable.sol:68" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "1", | ||
"type": "t_array(t_uint256)50_storage", | ||
"contract": "ContextUpgradeable", | ||
"src": "@openzeppelin/contracts-upgradeable/utils/ContextUpgradeable.sol:40" | ||
}, | ||
{ | ||
"label": "_owner", | ||
"offset": 0, | ||
"slot": "51", | ||
"type": "t_address", | ||
"contract": "OwnableUpgradeable", | ||
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:22" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "52", | ||
"type": "t_array(t_uint256)49_storage", | ||
"contract": "OwnableUpgradeable", | ||
"src": "@openzeppelin/contracts-upgradeable/access/OwnableUpgradeable.sol:94" | ||
}, | ||
{ | ||
"label": "configRegistry", | ||
"offset": 0, | ||
"slot": "101", | ||
"type": "t_address", | ||
"contract": "LemonadeRelayPayment", | ||
"src": "contracts/payment/relay/LemonadeRelayPayment.sol:40" | ||
}, | ||
{ | ||
"label": "payments", | ||
"offset": 0, | ||
"slot": "102", | ||
"type": "t_mapping(t_bytes32,t_struct(Payment)24796_storage)", | ||
"contract": "LemonadeRelayPayment", | ||
"src": "contracts/payment/relay/LemonadeRelayPayment.sol:41" | ||
}, | ||
{ | ||
"label": "splitters", | ||
"offset": 0, | ||
"slot": "103", | ||
"type": "t_mapping(t_address,t_bool)", | ||
"contract": "LemonadeRelayPayment", | ||
"src": "contracts/payment/relay/LemonadeRelayPayment.sol:42" | ||
}, | ||
{ | ||
"label": "__gap", | ||
"offset": 0, | ||
"slot": "104", | ||
"type": "t_array(t_uint256)20_storage", | ||
"contract": "LemonadeRelayPayment", | ||
"src": "contracts/payment/relay/LemonadeRelayPayment.sol:43" | ||
} | ||
], | ||
"types": { | ||
"t_address": { | ||
"label": "address", | ||
"numberOfBytes": "20" | ||
}, | ||
"t_array(t_uint256)20_storage": { | ||
"label": "uint256[20]", | ||
"numberOfBytes": "640" | ||
}, | ||
"t_array(t_uint256)49_storage": { | ||
"label": "uint256[49]", | ||
"numberOfBytes": "1568" | ||
}, | ||
"t_array(t_uint256)50_storage": { | ||
"label": "uint256[50]", | ||
"numberOfBytes": "1600" | ||
}, | ||
"t_bool": { | ||
"label": "bool", | ||
"numberOfBytes": "1" | ||
}, | ||
"t_bytes32": { | ||
"label": "bytes32", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_mapping(t_address,t_bool)": { | ||
"label": "mapping(address => bool)", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_mapping(t_bytes32,t_struct(Payment)24796_storage)": { | ||
"label": "mapping(bytes32 => struct LemonadeRelayPayment.Payment)", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_struct(Payment)24796_storage": { | ||
"label": "struct LemonadeRelayPayment.Payment", | ||
"members": [ | ||
{ | ||
"label": "guest", | ||
"type": "t_address", | ||
"offset": 0, | ||
"slot": "0" | ||
}, | ||
{ | ||
"label": "currency", | ||
"type": "t_address", | ||
"offset": 0, | ||
"slot": "1" | ||
}, | ||
{ | ||
"label": "amount", | ||
"type": "t_uint256", | ||
"offset": 0, | ||
"slot": "2" | ||
} | ||
], | ||
"numberOfBytes": "96" | ||
}, | ||
"t_uint256": { | ||
"label": "uint256", | ||
"numberOfBytes": "32" | ||
}, | ||
"t_uint8": { | ||
"label": "uint8", | ||
"numberOfBytes": "1" | ||
} | ||
}, | ||
"namespaces": {} | ||
} | ||
} | ||
} | ||
} |
Oops, something went wrong.