Skip to content

Commit

Permalink
fix(contracts): deployment scripts syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
LilaRest committed Mar 28, 2024
1 parent 12a6b7f commit e0027b2
Show file tree
Hide file tree
Showing 36 changed files with 783 additions and 2,064 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 3 additions & 0 deletions contracts/hardhat/deploy/06-LUSDC.cts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import { deployLToken } from "../lib/deployLToken.cts";

module.exports = deployLToken("LUSDC", "USDC");
3 changes: 0 additions & 3 deletions contracts/hardhat/deploy/06-LUSDC.ts

This file was deleted.

19 changes: 0 additions & 19 deletions contracts/hardhat/deploy/08-Multicall3.ts

This file was deleted.

25 changes: 0 additions & 25 deletions contracts/hardhat/deploy/09-PreMining.ts

This file was deleted.

18 changes: 9 additions & 9 deletions contracts/hardhat/deployments/localhost/APRHistory.json

Large diffs are not rendered by default.

32 changes: 29 additions & 3 deletions contracts/hardhat/deployments/localhost/GlobalBlacklist.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@
"stateMutability": "payable",
"type": "receive"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Blacklisted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -86,6 +99,19 @@
"name": "OwnershipTransferred",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "account",
"type": "address"
}
],
"name": "Unblacklisted",
"type": "event"
},
{
"inputs": [
{
Expand Down Expand Up @@ -259,7 +285,7 @@
"transactionIndex": 0,
"gasUsed": "332581",
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000002000000000240000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000080400000000000000000000000000000000000000000020000000000000000000040000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x886dcf5ffec08246969c6a56766b9fae36e3f383a12341b1584700a7efd36eae",
"blockHash": "0xe41aef68019bd08276871a0e87bafdb090c9d6ea2ca11a8d6a6f6dddfa3b5362",
"transactionHash": "0xaee795c43b7a10f17952d609bd43b93152e955c2fa1993abf9cfc84351844bd5",
"logs": [
{
Expand All @@ -273,7 +299,7 @@
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x886dcf5ffec08246969c6a56766b9fae36e3f383a12341b1584700a7efd36eae"
"blockHash": "0xe41aef68019bd08276871a0e87bafdb090c9d6ea2ca11a8d6a6f6dddfa3b5362"
},
{
"transactionIndex": 0,
Expand All @@ -285,7 +311,7 @@
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 1,
"blockHash": "0x886dcf5ffec08246969c6a56766b9fae36e3f383a12341b1584700a7efd36eae"
"blockHash": "0xe41aef68019bd08276871a0e87bafdb090c9d6ea2ca11a8d6a6f6dddfa3b5362"
}
],
"blockNumber": 6,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"transactionIndex": 0,
"gasUsed": "332581",
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000002000000000240000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000080400000000000000000000000000000000000000000020000000000000000000040000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x886dcf5ffec08246969c6a56766b9fae36e3f383a12341b1584700a7efd36eae",
"blockHash": "0xe41aef68019bd08276871a0e87bafdb090c9d6ea2ca11a8d6a6f6dddfa3b5362",
"transactionHash": "0xaee795c43b7a10f17952d609bd43b93152e955c2fa1993abf9cfc84351844bd5",
"logs": [
{
Expand All @@ -93,7 +93,7 @@
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x886dcf5ffec08246969c6a56766b9fae36e3f383a12341b1584700a7efd36eae"
"blockHash": "0xe41aef68019bd08276871a0e87bafdb090c9d6ea2ca11a8d6a6f6dddfa3b5362"
},
{
"transactionIndex": 0,
Expand All @@ -105,7 +105,7 @@
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 1,
"blockHash": "0x886dcf5ffec08246969c6a56766b9fae36e3f383a12341b1584700a7efd36eae"
"blockHash": "0xe41aef68019bd08276871a0e87bafdb090c9d6ea2ca11a8d6a6f6dddfa3b5362"
}
],
"blockNumber": 6,
Expand Down
8 changes: 4 additions & 4 deletions contracts/hardhat/deployments/localhost/GlobalOwner.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@
"transactionIndex": 0,
"gasUsed": "335746",
"logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000100800800000004000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000020000000200000000000041000000000002008000000000000000020000000000000000000000000000000000000000000000000800000000000000000",
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b",
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7",
"transactionHash": "0x067b5a384834e714e5876cb84045bb71a643ba0e765a789a33d142522ef51d3a",
"logs": [
{
Expand All @@ -248,7 +248,7 @@
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b"
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7"
},
{
"transactionIndex": 0,
Expand All @@ -262,7 +262,7 @@
],
"data": "0x",
"logIndex": 1,
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b"
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7"
},
{
"transactionIndex": 0,
Expand All @@ -274,7 +274,7 @@
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 2,
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b"
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7"
}
],
"blockNumber": 2,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"transactionIndex": 0,
"gasUsed": "335746",
"logsBloom": "0x00000000000000000000000000000000400000000000000000800000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000002000001000000000000000000000000000000000000020000000000000100800800000004000000000000000000000000400000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000020000000200000000000041000000000002008000000000000000020000000000000000000000000000000000000000000000000800000000000000000",
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b",
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7",
"transactionHash": "0x067b5a384834e714e5876cb84045bb71a643ba0e765a789a33d142522ef51d3a",
"logs": [
{
Expand All @@ -93,7 +93,7 @@
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b"
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7"
},
{
"transactionIndex": 0,
Expand All @@ -107,7 +107,7 @@
],
"data": "0x",
"logIndex": 1,
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b"
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7"
},
{
"transactionIndex": 0,
Expand All @@ -119,7 +119,7 @@
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 2,
"blockHash": "0x64f5a1eb18efe1452dd608f42cd7fb4fa0b1c604c80b27d5ab304ac3cb98119b"
"blockHash": "0xa0b5b3b6ef71de359bef7e27f9892371b14bbe3c366f7359d1d4d079b68779c7"
}
],
"blockNumber": 2,
Expand Down
6 changes: 3 additions & 3 deletions contracts/hardhat/deployments/localhost/GlobalPause.json
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@
"transactionIndex": 0,
"gasUsed": "335171",
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000400000000080000400000000000000000000000000001000000000000000000000000000002000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xdc6c15d9ded2f8ba15ebce3c00673c7b9eeb1c9ddceadad4fb3337af053b38c3",
"blockHash": "0x93079c5b76d87c21d6c9043eaa8ed4881019270e5669df8e60ed5ab38a8df038",
"transactionHash": "0x5553bb49f49e690220e8077b3bf6fd1f8a403d84d29402f881adf2be52fd542f",
"logs": [
{
Expand All @@ -281,7 +281,7 @@
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xdc6c15d9ded2f8ba15ebce3c00673c7b9eeb1c9ddceadad4fb3337af053b38c3"
"blockHash": "0x93079c5b76d87c21d6c9043eaa8ed4881019270e5669df8e60ed5ab38a8df038"
},
{
"transactionIndex": 0,
Expand All @@ -293,7 +293,7 @@
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 1,
"blockHash": "0xdc6c15d9ded2f8ba15ebce3c00673c7b9eeb1c9ddceadad4fb3337af053b38c3"
"blockHash": "0x93079c5b76d87c21d6c9043eaa8ed4881019270e5669df8e60ed5ab38a8df038"
}
],
"blockNumber": 4,
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"transactionIndex": 0,
"gasUsed": "335171",
"logsBloom": "0x00000000000000000000000000000000400000000000000000000000000000000000000000000000000400000000080000400000000000000000000000000001000000000000000000000000000002000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000080000000000000000000000000000000000000000000000400000000000000000000000000000000000000000020000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xdc6c15d9ded2f8ba15ebce3c00673c7b9eeb1c9ddceadad4fb3337af053b38c3",
"blockHash": "0x93079c5b76d87c21d6c9043eaa8ed4881019270e5669df8e60ed5ab38a8df038",
"transactionHash": "0x5553bb49f49e690220e8077b3bf6fd1f8a403d84d29402f881adf2be52fd542f",
"logs": [
{
Expand All @@ -93,7 +93,7 @@
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xdc6c15d9ded2f8ba15ebce3c00673c7b9eeb1c9ddceadad4fb3337af053b38c3"
"blockHash": "0x93079c5b76d87c21d6c9043eaa8ed4881019270e5669df8e60ed5ab38a8df038"
},
{
"transactionIndex": 0,
Expand All @@ -105,7 +105,7 @@
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 1,
"blockHash": "0xdc6c15d9ded2f8ba15ebce3c00673c7b9eeb1c9ddceadad4fb3337af053b38c3"
"blockHash": "0x93079c5b76d87c21d6c9043eaa8ed4881019270e5669df8e60ed5ab38a8df038"
}
],
"blockNumber": 4,
Expand Down
Loading

0 comments on commit e0027b2

Please sign in to comment.