Skip to content

Commit

Permalink
feat: add AssetChain network configuration and update README with con…
Browse files Browse the repository at this point in the history
…tract addresses
  • Loading branch information
OnahProsperity committed Nov 9, 2024
1 parent f379b36 commit ab3b2cd
Show file tree
Hide file tree
Showing 4 changed files with 340 additions and 0 deletions.
283 changes: 283 additions & 0 deletions .openzeppelin/unknown-42421.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,283 @@
{
"manifestVersion": "3.2",
"admin": {
"address": "0x3bECd7DD69DcDe95d03a1e27d93ea9D9f8c06708",
"txHash": "0xc9c7eefad983da68fad0338b447cfc925b1bd508f762467a9ffa574c18cd0360"
},
"proxies": [
{
"address": "0xBe6dE889795677736919A7880324A71Dc7dFa162",
"txHash": "0xb0bec39077a8a67df2f0f61830a56677017fac026009ff11576faec0340fd699",
"kind": "transparent"
}
],
"impls": {
"845d5fbd026630944b1c5aefed90760eff97550d40b8982548deafb809b1f206": {
"address": "0x9519D63fbF9717Fa3419846eBA92B01Cd1d1D131",
"txHash": "0xf9b53fde29323110e1f3c1a75362c6ac682010e863587dd6607b56a7190babb5",
"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)1827_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)1827_storage)": {
"label": "mapping(bytes32 => struct IGateway.Order)",
"numberOfBytes": "32"
},
"t_struct(Order)1827_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": {}
}
}
}
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,18 @@ npx hardhat run scripts/tron/updateProtocolFee.ts
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td rowspan="2">Asset Chain Testnet</td>
<td>Gateway Proxy</td>
<td>0xBe6dE889795677736919A7880324A71Dc7dFa162</td>
</tr>
<tr>
<td>Gateway Implementation</td>
<td>0x9519D63fbF9717Fa3419846eBA92B01Cd1d1D131</td>
</tr>
<tr>
<td colspan="3"></td>
</tr>
<tr>
<td rowspan="3">Tron Shasta</td>
<td>Gateway Proxy</td>
Expand Down
20 changes: 20 additions & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ const config: HardhatUserConfig = {
chainId: 42220,
saveDeployments: true,
},
assetChain: {
url: "https://mainnet-rpc.assetchain.org", // @note this is a public rpc
accounts: [DEPLOYER_PRIVATE_KEY || testPrivateKey],
chainId: 42420,
saveDeployments: true,
},

// Testnets
arbitrumSepolia: {
Expand Down Expand Up @@ -109,6 +115,12 @@ const config: HardhatUserConfig = {
chainId: 11155111,
saveDeployments: true,
},
assetchain_test: {
url: "https://enugu-rpc.assetchain.org/", // @note this is a public rpc
accounts: [DEPLOYER_PRIVATE_KEY || testPrivateKey],
chainId: 42421,
saveDeployments: true,
},
},
solidity: {
settings: {
Expand Down Expand Up @@ -192,6 +204,14 @@ const config: HardhatUserConfig = {
browserURL: "https://celoscan.io/",
},
},
{
network: "assetchain_test",
chainId: 42421,
urls: {
apiURL: "https://scan-testnet.assetchain.org/api",
browserURL: "https://scan-testnet.assetchain.org/",
},
},
],
},
};
Expand Down
25 changes: 25 additions & 0 deletions scripts/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,18 @@ const NETWORKS = {
GATEWAY_CONTRACT: "0xF418217E3f81092eF44b81C5C8336e6A6fDB0E4b",
IMPERSONATE_ACCOUNT: "",
},
/**
* @dev AssetChain Mainnet
*/
42420: {
RPC_URL: `https://mainnet-rpc.assetchain.org`,
SUPPORTED_TOKENS: {
USDC: "0x2B7C1342Cc64add10B2a79C8f9767d2667DE64B2",
},
TREASURY_FEE_PERCENT: 100, // in BPS i.e 0.1%
GATEWAY_CONTRACT: "",
IMPERSONATE_ACCOUNT: "",
},

/////////////////////////////////
// Testnets
Expand Down Expand Up @@ -203,6 +215,19 @@ const NETWORKS = {
TREASURY_FEE_PERCENT: 100, // in BPS i.e 0.1%
GATEWAY_CONTRACT: "TYA8urq7nkN2yU7rJqAgwDShCusDZrrsxZ",
},
/**
* @dev AssetChain Testnet
*/
42421: {
GATEWAY_IMPLEMENTATION: "0x9519D63fbF9717Fa3419846eBA92B01Cd1d1D131",
RPC_URL: `https://enugu-rpc.assetchain.org/`,
SUPPORTED_TOKENS: {
USDC: "0x04f868C5b3F0A100a207c7e9312946cC2c48a7a3",
},
TREASURY_FEE_PERCENT: 100, // in BPS i.e 0.1%
GATEWAY_CONTRACT: "0xBe6dE889795677736919A7880324A71Dc7dFa162",
IMPERSONATE_ACCOUNT: "",
},
};

export { NETWORKS };

0 comments on commit ab3b2cd

Please sign in to comment.