Skip to content

Commit

Permalink
fix(fixed ldy - verifications): fixed LDY contract address & verified…
Browse files Browse the repository at this point in the history
… contracts on basescan
  • Loading branch information
Torof committed Nov 21, 2024
1 parent 133a90c commit b14ef1a
Show file tree
Hide file tree
Showing 5 changed files with 74 additions and 59 deletions.
15 changes: 15 additions & 0 deletions base-arguments.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

module.exports = [
"0xE764646Ec87D16a53F7724f210f2410CDb202365",
"0xaDbd06421C1d7c8FE7ac310393390c459103cdb2",
"0xC0f99F0BfD62821bFcB74e06b0f861496308A349",
"0x055d20a70eFd45aB839Ae1A39603D0cFDBDd8a13",
[
[0 * 31 * 24 * 60 * 60, 10000],
[1 * 31 * 24 * 60 * 60, 40000],
[6 * 31 * 24 * 60 * 60, 60000],
[12 * 31 * 24 * 60 * 60, 100000]
],
12 * 31 * 24 * 60 * 60,
1000000000000000000000
];
2 changes: 1 addition & 1 deletion contracts/deployments.json
Original file line number Diff line number Diff line change
Expand Up @@ -20166,7 +20166,7 @@
]
},
"LDY": {
"address": "0x7fFeeB884D0e0Aa6Ef1c39e20045433e03649005",
"address": "0x055d20a70eFd45aB839Ae1A39603D0cFDBDd8a13",
"abi": [
{
"inputs": [],
Expand Down
2 changes: 1 addition & 1 deletion contracts/hardhat/deployments/base/LDY.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"address": "0x7fFeeB884D0e0Aa6Ef1c39e20045433e03649005",
"address": "0x055d20a70eFd45aB839Ae1A39603D0cFDBDd8a13",
"abi": [
{
"inputs": [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-next": "^14.1.0",
"hardhat": "^2.20.1",
"hardhat": "^2.22.16",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.45",
"pino-pretty": "^10.3.1",
Expand Down
Loading

0 comments on commit b14ef1a

Please sign in to comment.