Skip to content

Commit

Permalink
feat: deploy staking on arbi mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hapetherw committed Jun 8, 2024
1 parent 54508b7 commit 5e99001
Show file tree
Hide file tree
Showing 26 changed files with 6,083 additions and 487 deletions.
26 changes: 26 additions & 0 deletions contracts/abis/LToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,19 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "withdrwalFeeInEth_",
"type": "uint256"
}
],
"name": "setWithdrwalFeeInEth",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
Expand Down Expand Up @@ -1297,5 +1310,18 @@
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "withdrwalFeeInEth",
"outputs": [
{
"internalType": "uint256",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]
3 changes: 2 additions & 1 deletion contracts/dependencies.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"LDY": {
"1": "0x482dF7483a52496F4C65AB499966dfcdf4DDFDbc"
"1": "0x482dF7483a52496F4C65AB499966dfcdf4DDFDbc",
"42161": "0x999FAF0AF2fF109938eeFE6A7BF91CA56f0D07e1"
},
"USDC": {
"59144": "0x176211869cA2b568f2A7D4EE941E073a821EE1ff",
Expand Down
Loading

0 comments on commit 5e99001

Please sign in to comment.