Skip to content

Commit

Permalink
chore: deployed gateway contract to optimism and added support for sc…
Browse files Browse the repository at this point in the history
…oll, while updating readme to support CA
  • Loading branch information
OnahProsperity committed Jun 19, 2024
1 parent a151554 commit 684232c
Show file tree
Hide file tree
Showing 5 changed files with 445 additions and 130 deletions.
283 changes: 283 additions & 0 deletions .openzeppelin/optimism.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,283 @@
{
"manifestVersion": "3.2",
"admin": {
"address": "0xb9B5280AB99E48a9662D4740B1e1398abdf87b6D",
"txHash": "0x1f8bb658262a60ce2dd11fdde14576ba79b755447180a1a2cc72934d1dc94cf4"
},
"proxies": [
{
"address": "0x431b48b30485Bc9b153599b32b5DdC8e1003AfDD",
"txHash": "0xa769313f13851764f211323e0f55bf995ee73ddb12b71a1ff06a4285c42b6c7d",
"kind": "transparent"
}
],
"impls": {
"056b3403c14493917c8bfaa99095b137aa28f666f706bfc65f694ea338f7248d": {
"address": "0x7bA90e38327A4B82D8BF6B481C1b2Ed14228E91A",
"txHash": "0x114049430a09c71ba8571980b4d7572f971f442d4cc72a065013470085e10201",
"layout": {
"solcVersion": "0.8.18",
"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": "_pendingOwner",
"offset": 0,
"slot": "101",
"type": "t_address",
"contract": "Ownable2StepUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:21"
},
{
"label": "__gap",
"offset": 0,
"slot": "102",
"type": "t_array(t_uint256)49_storage",
"contract": "Ownable2StepUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/access/Ownable2StepUpgradeable.sol:70"
},
{
"label": "MAX_BPS",
"offset": 0,
"slot": "151",
"type": "t_uint256",
"contract": "GatewaySettingManager",
"src": "contracts/GatewaySettingManager.sol:12"
},
{
"label": "protocolFeePercent",
"offset": 0,
"slot": "152",
"type": "t_uint64",
"contract": "GatewaySettingManager",
"src": "contracts/GatewaySettingManager.sol:13"
},
{
"label": "treasuryAddress",
"offset": 8,
"slot": "152",
"type": "t_address",
"contract": "GatewaySettingManager",
"src": "contracts/GatewaySettingManager.sol:14"
},
{
"label": "_aggregatorAddress",
"offset": 0,
"slot": "153",
"type": "t_address",
"contract": "GatewaySettingManager",
"src": "contracts/GatewaySettingManager.sol:15"
},
{
"label": "_isTokenSupported",
"offset": 0,
"slot": "154",
"type": "t_mapping(t_address,t_uint256)",
"contract": "GatewaySettingManager",
"src": "contracts/GatewaySettingManager.sol:16"
},
{
"label": "__gap",
"offset": 0,
"slot": "155",
"type": "t_array(t_uint256)50_storage",
"contract": "GatewaySettingManager",
"src": "contracts/GatewaySettingManager.sol:19"
},
{
"label": "_paused",
"offset": 0,
"slot": "205",
"type": "t_bool",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:29"
},
{
"label": "__gap",
"offset": 0,
"slot": "206",
"type": "t_array(t_uint256)49_storage",
"contract": "PausableUpgradeable",
"src": "@openzeppelin/contracts-upgradeable/security/PausableUpgradeable.sol:116"
},
{
"label": "order",
"offset": 0,
"slot": "255",
"type": "t_mapping(t_bytes32,t_struct(Order)1830_storage)",
"contract": "Gateway",
"src": "contracts/Gateway.sol:19"
},
{
"label": "_nonce",
"offset": 0,
"slot": "256",
"type": "t_mapping(t_address,t_uint256)",
"contract": "Gateway",
"src": "contracts/Gateway.sol:20"
},
{
"label": "__gap",
"offset": 0,
"slot": "257",
"type": "t_array(t_uint256)50_storage",
"contract": "Gateway",
"src": "contracts/Gateway.sol:21"
}
],
"types": {
"t_address": {
"label": "address",
"numberOfBytes": "20"
},
"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_uint256)": {
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(Order)1830_storage)": {
"label": "mapping(bytes32 => struct IGateway.Order)",
"numberOfBytes": "32"
},
"t_struct(Order)1830_storage": {
"label": "struct IGateway.Order",
"members": [
{
"label": "sender",
"type": "t_address",
"offset": 0,
"slot": "0"
},
{
"label": "token",
"type": "t_address",
"offset": 0,
"slot": "1"
},
{
"label": "senderFeeRecipient",
"type": "t_address",
"offset": 0,
"slot": "2"
},
{
"label": "senderFee",
"type": "t_uint256",
"offset": 0,
"slot": "3"
},
{
"label": "protocolFee",
"type": "t_uint256",
"offset": 0,
"slot": "4"
},
{
"label": "isFulfilled",
"type": "t_bool",
"offset": 0,
"slot": "5"
},
{
"label": "isRefunded",
"type": "t_bool",
"offset": 1,
"slot": "5"
},
{
"label": "refundAddress",
"type": "t_address",
"offset": 2,
"slot": "5"
},
{
"label": "currentBPS",
"type": "t_uint96",
"offset": 0,
"slot": "6"
},
{
"label": "amount",
"type": "t_uint256",
"offset": 0,
"slot": "7"
}
],
"numberOfBytes": "256"
},
"t_uint256": {
"label": "uint256",
"numberOfBytes": "32"
},
"t_uint64": {
"label": "uint64",
"numberOfBytes": "8"
},
"t_uint8": {
"label": "uint8",
"numberOfBytes": "1"
},
"t_uint96": {
"label": "uint96",
"numberOfBytes": "12"
}
},
"namespaces": {}
}
}
}
}
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,15 @@ npx hardhat run scripts/tron/updateProtocolFee.ts
<td>Gateway Implementation</td>
<td>0x87B321fc77A0fDD0ca1fEe7Ab791131157B9841A</td>
</tr>
<tr>
<td rowspan="2">Optimism Ethereum</td>
<td>Gateway Proxy</td>
<td>0x431b48b30485Bc9b153599b32b5DdC8e1003AfDD</td>
</tr>
<tr>
<td>Gateway Implementation</td>
<td>0x7bA90e38327A4B82D8BF6B481C1b2Ed14228E91A</td>
</tr>
</tbody>
</table>

Expand Down
1 change: 1 addition & 0 deletions artifacts/build-info/c99ab1c8798e311d6b40e5217bc313d8.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/contracts/Gateway.sol/Gateway.dbg.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../build-info/7e8cd1cf5948da66d35c516cdba7e3ff.json"
"buildInfo": "../../build-info/c99ab1c8798e311d6b40e5217bc313d8.json"
}
Loading

0 comments on commit 684232c

Please sign in to comment.