Skip to content

Commit

Permalink
perf: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
painiteleo authored and painiteleo committed Aug 4, 2024
1 parent 6343018 commit 550d7ea
Show file tree
Hide file tree
Showing 14 changed files with 733 additions and 255 deletions.
3 changes: 2 additions & 1 deletion .env.local.template
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
NEXT_PUBLIC_WALLETCONNECT_PROJECT_ID="1234";
NEXT_PUBLIC_FRONTEND_URL="1234"
NEXT_PUBLIC_AFFILIATE_API_URL="1234"
NEXT_PUBLIC_AFFILIATE_API_URL="1234"
NEXT_PUBLIC_INTEGRATOR_ID="1234"
106 changes: 83 additions & 23 deletions contracts/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -29524,7 +29524,7 @@
]
},
"LUSDC_Implementation": {
"address": "0x8584BCd220A048104e654F842C56E33d37d6aEe3",
"address": "0x346245eD74Cd6319f169228b980D91f17d98Cd99",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -29560,6 +29560,12 @@
"name": "action",
"type": "uint8"
},
{
"indexed": false,
"internalType": "address",
"name": "userAccount",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
Expand All @@ -29583,6 +29589,12 @@
"internalType": "int256",
"name": "newId",
"type": "int256"
},
{
"indexed": false,
"internalType": "string",
"name": "referralCode",
"type": "string"
}
],
"name": "ActivityEvent",
Expand Down Expand Up @@ -29909,6 +29921,11 @@
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "string",
"name": "refCode",
"type": "string"
}
],
"name": "deposit",
Expand Down Expand Up @@ -30479,25 +30496,25 @@
{
"inputs": [
{
"internalType": "address payable",
"name": "withdrawer_",
"type": "address"
"internalType": "uint256",
"name": "withdrawalFeeInEth_",
"type": "uint256"
}
],
"name": "setWithdrawer",
"name": "setWithdrawalFeeInEth",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "withdrwalFeeInEth_",
"type": "uint256"
"internalType": "address payable",
"name": "withdrawer_",
"type": "address"
}
],
"name": "setWithdrwalFeeInEth",
"name": "setWithdrawer",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
Expand Down Expand Up @@ -30788,6 +30805,19 @@
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "withdrawalFeeInEth",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -30837,19 +30867,6 @@
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "withdrwalFeeInEth",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]
},
Expand Down Expand Up @@ -40287,7 +40304,7 @@
]
},
"LUSDC_Implementation": {
"address": "0x768fa735a0D894784fe38F52124B246dd6347D19",
"address": "0x73B7EA670ad41021A311f60B2Be2FccB97784a39",
"abi": [
{
"anonymous": false,
Expand Down Expand Up @@ -40323,6 +40340,12 @@
"name": "action",
"type": "uint8"
},
{
"indexed": false,
"internalType": "address",
"name": "userAccount",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
Expand All @@ -40346,6 +40369,12 @@
"internalType": "int256",
"name": "newId",
"type": "int256"
},
{
"indexed": false,
"internalType": "string",
"name": "referralCode",
"type": "string"
}
],
"name": "ActivityEvent",
Expand Down Expand Up @@ -40672,6 +40701,11 @@
"internalType": "uint256",
"name": "amount",
"type": "uint256"
},
{
"internalType": "string",
"name": "refCode",
"type": "string"
}
],
"name": "deposit",
Expand Down Expand Up @@ -41239,6 +41273,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "withdrawalFeeInEth_",
"type": "uint256"
}
],
"name": "setWithdrawalFeeInEth",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -41538,6 +41585,19 @@
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [],
"name": "withdrawalFeeInEth",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
Expand Down
221 changes: 120 additions & 101 deletions contracts/hardhat/deployments/arbitrum/LUSDC_Implementation.json

Large diffs are not rendered by default.

Loading

0 comments on commit 550d7ea

Please sign in to comment.