Skip to content

Commit

Permalink
Prepublish step
Browse files Browse the repository at this point in the history
  • Loading branch information
Synthetix Team committed Feb 9, 2022
1 parent 5286388 commit 83c1bbb
Show file tree
Hide file tree
Showing 17 changed files with 1,649 additions and 3,814 deletions.
2 changes: 1 addition & 1 deletion dist/main.js

Large diffs are not rendered by default.

2,974 changes: 748 additions & 2,226 deletions dist/main.node.js

Large diffs are not rendered by default.

63 changes: 1 addition & 62 deletions lib/abis/kovan/FeePool.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,37 +78,6 @@
"name": "FeesClaimed",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": true,
"internalType": "address",
"name": "account",
"type": "address"
},
{
"indexed": false,
"internalType": "uint256",
"name": "debtRatio",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "debtEntryIndex",
"type": "uint256"
},
{
"indexed": false,
"internalType": "uint256",
"name": "feePeriodStartingDebtIndex",
"type": "uint256"
}
],
"name": "IssuanceDebtRatioEntry",
"type": "event"
},
{
"anonymous": false,
"inputs": [
Expand Down Expand Up @@ -208,31 +177,6 @@
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "address",
"name": "account",
"type": "address"
},
{
"internalType": "uint256",
"name": "debtRatio",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "debtEntryIndex",
"type": "uint256"
}
],
"name": "appendAccountIssuanceRecord",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
Expand Down Expand Up @@ -415,11 +359,6 @@
"name": "feePeriodId",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startingDebtIndex",
"type": "uint256"
},
{
"internalType": "uint256",
"name": "startTime",
Expand Down Expand Up @@ -605,7 +544,7 @@
},
{
"internalType": "uint64",
"name": "startingDebtIndex",
"name": "unused",
"type": "uint64"
},
{
Expand Down
15 changes: 15 additions & 0 deletions lib/abis/kovan/Issuer.json
Original file line number Diff line number Diff line change
Expand Up @@ -814,6 +814,21 @@
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"internalType": "uint128",
"name": "periodId",
"type": "uint128"
}
],
"name": "setCurrentPeriodId",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
Expand Down
Loading

0 comments on commit 83c1bbb

Please sign in to comment.