Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/pro 305 integrate layer zero/stargate protocol #138

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
157 changes: 155 additions & 2 deletions artifacts/Account.json

Large diffs are not rendered by default.

55 changes: 53 additions & 2 deletions artifacts/AccountBase.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
"contractName": "AccountBase",
"sourceName": "src/common/account/AccountBase.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__28344ffb",
"type": "bytes8"
}
],
"name": "c_28344ffb",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__28344ffb",
"type": "bytes8"
}
],
"name": "c_false28344ffb",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__28344ffb",
"type": "bytes8"
}
],
"name": "c_true28344ffb",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "registry",
Expand All @@ -17,8 +68,8 @@
"type": "function"
}
],
"bytecode": "0x6080604052348015600f57600080fd5b5060908061001e6000396000f3fe6080604052348015600f57600080fd5b506004361060285760003560e01c80637b10399914602d575b600080fd5b6033605f565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff168156fea164736f6c634300060c000a",
"deployedBytecode": "0x6080604052348015600f57600080fd5b506004361060285760003560e01c80637b10399914602d575b600080fd5b6033605f565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff168156fea164736f6c634300060c000a",
"bytecode": "0x608060405234801561001057600080fd5b506101d2806100206000396000f3fe608060405234801561001057600080fd5b506004361061004c5760003560e01c8063221523e51461005157806344f9c9ec146100b05780637b1039991461010f578063a42ea70814610143575b600080fd5b6100986004803603602081101561006757600080fd5b81019080803577ffffffffffffffffffffffffffffffffffffffffffffffff1916906020019092919050505061018c565b60405180821515815260200191505060405180910390f35b6100f7600480360360208110156100c657600080fd5b81019080803577ffffffffffffffffffffffffffffffffffffffffffffffff19169060200190929190505050610193565b60405180821515815260200191505060405180910390f35b61011761019e565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61018a6004803603602081101561015957600080fd5b81019080803577ffffffffffffffffffffffffffffffffffffffffffffffff191690602001909291905050506101c2565b005b6000919050565b600060019050919050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5056fea164736f6c634300060c000a",
"deployedBytecode": "0x608060405234801561001057600080fd5b506004361061004c5760003560e01c8063221523e51461005157806344f9c9ec146100b05780637b1039991461010f578063a42ea70814610143575b600080fd5b6100986004803603602081101561006757600080fd5b81019080803577ffffffffffffffffffffffffffffffffffffffffffffffff1916906020019092919050505061018c565b60405180821515815260200191505060405180910390f35b6100f7600480360360208110156100c657600080fd5b81019080803577ffffffffffffffffffffffffffffffffffffffffffffffff19169060200190929190505050610193565b60405180821515815260200191505060405180910390f35b61011761019e565b604051808273ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b61018a6004803603602081101561015957600080fd5b81019080803577ffffffffffffffffffffffffffffffffffffffffffffffff191690602001909291905050506101c2565b005b6000919050565b600060019050919050565b60008054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b5056fea164736f6c634300060c000a",
"linkReferences": {},
"deployedLinkReferences": {}
}
51 changes: 51 additions & 0 deletions artifacts/AccountController.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,57 @@
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__bf6efb80",
"type": "bytes8"
}
],
"name": "c_bf6efb80",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__bf6efb80",
"type": "bytes8"
}
],
"name": "c_falsebf6efb80",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__bf6efb80",
"type": "bytes8"
}
],
"name": "c_truebf6efb80",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
}
],
"bytecode": "0x",
Expand Down
153 changes: 153 additions & 0 deletions artifacts/AccountImplementationV1.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,159 @@
"name": "Initialized",
"type": "event"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__098c0657",
"type": "bytes8"
}
],
"name": "c_098c0657",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__28344ffb",
"type": "bytes8"
}
],
"name": "c_28344ffb",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__2860b96a",
"type": "bytes8"
}
],
"name": "c_2860b96a",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__098c0657",
"type": "bytes8"
}
],
"name": "c_false098c0657",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__28344ffb",
"type": "bytes8"
}
],
"name": "c_false28344ffb",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__2860b96a",
"type": "bytes8"
}
],
"name": "c_false2860b96a",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__098c0657",
"type": "bytes8"
}
],
"name": "c_true098c0657",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__28344ffb",
"type": "bytes8"
}
],
"name": "c_true28344ffb",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__2860b96a",
"type": "bytes8"
}
],
"name": "c_true2860b96a",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
Expand Down
51 changes: 51 additions & 0 deletions artifacts/AccountRegistry.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,57 @@
"contractName": "AccountRegistry",
"sourceName": "src/common/account/AccountRegistry.sol",
"abi": [
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__9649d652",
"type": "bytes8"
}
],
"name": "c_9649d652",
"outputs": [],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__9649d652",
"type": "bytes8"
}
],
"name": "c_false9649d652",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "bytes8",
"name": "c__9649d652",
"type": "bytes8"
}
],
"name": "c_true9649d652",
"outputs": [
{
"internalType": "bool",
"name": "",
"type": "bool"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
Expand Down
4 changes: 2 additions & 2 deletions artifacts/Address.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"contractName": "Address",
"sourceName": "@openzeppelin/contracts/utils/Address.sol",
"abi": [],
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204be9bb072a81b187b69029143d2bb612bb4f05e89f0d92a4de1845adfba1a89564736f6c63430008110033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212204be9bb072a81b187b69029143d2bb612bb4f05e89f0d92a4de1845adfba1a89564736f6c63430008110033",
"bytecode": "0x60566050600b82828239805160001a6073146043577f4e487b7100000000000000000000000000000000000000000000000000000000600052600060045260246000fd5b30600052607381538281f3fe73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201384a37cf367357b826c321894b16a1a02123120aa8bbe15cce8e5b765b1f8b364736f6c63430008110033",
"deployedBytecode": "0x73000000000000000000000000000000000000000030146080604052600080fdfea26469706673582212201384a37cf367357b826c321894b16a1a02123120aa8bbe15cce8e5b765b1f8b364736f6c63430008110033",
"linkReferences": {},
"deployedLinkReferences": {}
}
10 changes: 0 additions & 10 deletions artifacts/AddressUpgradeable.json

This file was deleted.

Loading