@gvnrdao/dh-lit-actions 0.0.21 → 0.0.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
286ed7cf404315b354ef763fe707a8426f6c3126e4741530272a486a7d80f32c
|
|
@@ -1250,7 +1250,6 @@ var _LIT_ACTION_ = (() => {
|
|
|
1250
1250
|
];
|
|
1251
1251
|
try {
|
|
1252
1252
|
const result = await Lit.Actions.call({
|
|
1253
|
-
ipfsId: "",
|
|
1254
1253
|
chain: this.chain,
|
|
1255
1254
|
contractAddress: this.loanOpsManagerAddress,
|
|
1256
1255
|
abi,
|
|
@@ -1291,7 +1290,6 @@ var _LIT_ACTION_ = (() => {
|
|
|
1291
1290
|
];
|
|
1292
1291
|
try {
|
|
1293
1292
|
const result = await Lit.Actions.call({
|
|
1294
|
-
ipfsId: "",
|
|
1295
1293
|
chain: this.chain,
|
|
1296
1294
|
contractAddress: this.termManagerAddress,
|
|
1297
1295
|
abi,
|
|
@@ -1566,7 +1564,6 @@ var _LIT_ACTION_ = (() => {
|
|
|
1566
1564
|
}];
|
|
1567
1565
|
try {
|
|
1568
1566
|
const result = await Lit.Actions.call({
|
|
1569
|
-
ipfsId: "",
|
|
1570
1567
|
chain,
|
|
1571
1568
|
contractAddress,
|
|
1572
1569
|
abi: pausedAbi,
|
|
@@ -1595,7 +1592,6 @@ var _LIT_ACTION_ = (() => {
|
|
|
1595
1592
|
}];
|
|
1596
1593
|
try {
|
|
1597
1594
|
const result = await Lit.Actions.call({
|
|
1598
|
-
ipfsId: "",
|
|
1599
1595
|
chain,
|
|
1600
1596
|
contractAddress,
|
|
1601
1597
|
abi: emergencyModeAbi,
|
|
@@ -1624,7 +1620,6 @@ var _LIT_ACTION_ = (() => {
|
|
|
1624
1620
|
}];
|
|
1625
1621
|
try {
|
|
1626
1622
|
const result = await Lit.Actions.call({
|
|
1627
|
-
ipfsId: "",
|
|
1628
1623
|
chain,
|
|
1629
1624
|
contractAddress,
|
|
1630
1625
|
abi: circuitBreakerAbi,
|
|
@@ -1653,7 +1648,6 @@ var _LIT_ACTION_ = (() => {
|
|
|
1653
1648
|
}];
|
|
1654
1649
|
try {
|
|
1655
1650
|
const result = await Lit.Actions.call({
|
|
1656
|
-
ipfsId: "",
|
|
1657
1651
|
chain,
|
|
1658
1652
|
contractAddress,
|
|
1659
1653
|
abi: transfersPausedAbi,
|