Skip to content

Commit

Permalink
chore: update abi for new deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
OnahProsperity committed Oct 15, 2024
1 parent d960d9a commit 0c9f071
Show file tree
Hide file tree
Showing 15 changed files with 983 additions and 17 deletions.
344 changes: 344 additions & 0 deletions .openzeppelin/base-sepolia.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"address": "0x847dfdAa218F9137229CF8424378871A1DA8f625",
"txHash": "0xbe0f5dfc2f2031ff60dd4e7a60a9cbfcc56234bda3a6d3be0e13d4ebe07ca62b",
"kind": "transparent"
},
{
"address": "0xc8D160c23FcA7CD6E386Cc5Bc50BEe88a84F7E1b",
"txHash": "0x809a2fcff31a171feeeb82969b04afa266a681c1511b0edf63eff65e23d6c858",
"kind": "transparent"
}
],
"impls": {
Expand Down Expand Up @@ -1147,6 +1152,345 @@
},
"namespaces": {}
}
},
"595faec4d62d24c0860c7e9139f682cc5324542d8173613ff8157cb1e05af416": {
"address": "0xd28da2E11FCd2A9F44D5a4952430CE8b4f3Ee05f",
"txHash": "0xa4d8a2452d60d1c80b4dfbcc9efdb1dccea081cb249500d2f57e1d93b5a9b364",
"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": "orderOut",
"offset": 0,
"slot": "255",
"type": "t_mapping(t_bytes32,t_struct(OrderOut)3809_storage)",
"contract": "Gateway",
"src": "contracts/Gateway.sol:21"
},
{
"label": "orderIn",
"offset": 0,
"slot": "256",
"type": "t_mapping(t_bytes32,t_struct(OrderIn)3820_storage)",
"contract": "Gateway",
"src": "contracts/Gateway.sol:22"
},
{
"label": "_nonce",
"offset": 0,
"slot": "257",
"type": "t_mapping(t_address,t_uint256)",
"contract": "Gateway",
"src": "contracts/Gateway.sol:23"
},
{
"label": "balance",
"offset": 0,
"slot": "258",
"type": "t_mapping(t_address,t_mapping(t_address,t_uint256))",
"contract": "Gateway",
"src": "contracts/Gateway.sol:24"
},
{
"label": "processedOrders",
"offset": 0,
"slot": "259",
"type": "t_mapping(t_bytes32,t_bool)",
"contract": "Gateway",
"src": "contracts/Gateway.sol:25"
},
{
"label": "__gap",
"offset": 0,
"slot": "260",
"type": "t_array(t_uint256)50_storage",
"contract": "Gateway",
"src": "contracts/Gateway.sol:26"
}
],
"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_mapping(t_address,t_uint256))": {
"label": "mapping(address => mapping(address => uint256))",
"numberOfBytes": "32"
},
"t_mapping(t_address,t_uint256)": {
"label": "mapping(address => uint256)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_bool)": {
"label": "mapping(bytes32 => bool)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(OrderIn)3820_storage)": {
"label": "mapping(bytes32 => struct IGateway.OrderIn)",
"numberOfBytes": "32"
},
"t_mapping(t_bytes32,t_struct(OrderOut)3809_storage)": {
"label": "mapping(bytes32 => struct IGateway.OrderOut)",
"numberOfBytes": "32"
},
"t_struct(OrderIn)3820_storage": {
"label": "struct IGateway.OrderIn",
"members": [
{
"label": "amount",
"type": "t_uint256",
"offset": 0,
"slot": "0"
},
{
"label": "provider",
"type": "t_address",
"offset": 0,
"slot": "1"
},
{
"label": "sender",
"type": "t_address",
"offset": 0,
"slot": "2"
},
{
"label": "token",
"type": "t_address",
"offset": 0,
"slot": "3"
},
{
"label": "orderId",
"type": "t_bytes32",
"offset": 0,
"slot": "4"
}
],
"numberOfBytes": "160"
},
"t_struct(OrderOut)3809_storage": {
"label": "struct IGateway.OrderOut",
"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": {}
}
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../build-info/b6a84970896696a408fa771ec5a7208e.json"
}
10 changes: 10 additions & 0 deletions artifacts/@openzeppelin/contracts/utils/Strings.sol/Strings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "Strings",
"sourceName": "@openzeppelin/contracts/utils/Strings.sol",
"abi": [],
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206f309647bf8103ce698bf52bb76c3497fead7d06919b9f69b777e6651857f07a64736f6c63430008120033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212206f309647bf8103ce698bf52bb76c3497fead7d06919b9f69b777e6651857f07a64736f6c63430008120033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/b6a84970896696a408fa771ec5a7208e.json"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"_format": "hh-sol-artifact-1",
"contractName": "ECDSA",
"sourceName": "@openzeppelin/contracts/utils/cryptography/ECDSA.sol",
"abi": [],
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c9e543adb0dca0224d5a39f6c94a91e72ecce446c5557169eb52097a1e88d51364736f6c63430008120033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea2646970667358221220c9e543adb0dca0224d5a39f6c94a91e72ecce446c5557169eb52097a1e88d51364736f6c63430008120033",
"linkReferences": {},
"deployedLinkReferences": {}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"_format": "hh-sol-dbg-1",
"buildInfo": "../../../../../build-info/b6a84970896696a408fa771ec5a7208e.json"
}
Loading

0 comments on commit 0c9f071

Please sign in to comment.