@fepvenancio/stela-sdk 0.6.1 → 0.7.0
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.
- package/dist/index.cjs +36 -38
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +36 -38
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/abi/stela.json +35 -33
package/package.json
CHANGED
package/src/abi/stela.json
CHANGED
|
@@ -552,17 +552,6 @@
|
|
|
552
552
|
],
|
|
553
553
|
"state_mutability": "view"
|
|
554
554
|
},
|
|
555
|
-
{
|
|
556
|
-
"type": "function",
|
|
557
|
-
"name": "get_inscription_fee",
|
|
558
|
-
"inputs": [],
|
|
559
|
-
"outputs": [
|
|
560
|
-
{
|
|
561
|
-
"type": "core::integer::u256"
|
|
562
|
-
}
|
|
563
|
-
],
|
|
564
|
-
"state_mutability": "view"
|
|
565
|
-
},
|
|
566
555
|
{
|
|
567
556
|
"type": "function",
|
|
568
557
|
"name": "nonces",
|
|
@@ -579,17 +568,6 @@
|
|
|
579
568
|
],
|
|
580
569
|
"state_mutability": "view"
|
|
581
570
|
},
|
|
582
|
-
{
|
|
583
|
-
"type": "function",
|
|
584
|
-
"name": "get_relayer_fee",
|
|
585
|
-
"inputs": [],
|
|
586
|
-
"outputs": [
|
|
587
|
-
{
|
|
588
|
-
"type": "core::integer::u256"
|
|
589
|
-
}
|
|
590
|
-
],
|
|
591
|
-
"state_mutability": "view"
|
|
592
|
-
},
|
|
593
571
|
{
|
|
594
572
|
"type": "function",
|
|
595
573
|
"name": "get_treasury",
|
|
@@ -705,15 +683,19 @@
|
|
|
705
683
|
},
|
|
706
684
|
{
|
|
707
685
|
"type": "function",
|
|
708
|
-
"name": "
|
|
686
|
+
"name": "is_volume_token_whitelisted",
|
|
709
687
|
"inputs": [
|
|
710
688
|
{
|
|
711
|
-
"name": "
|
|
712
|
-
"type": "core::
|
|
689
|
+
"name": "token",
|
|
690
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
713
691
|
}
|
|
714
692
|
],
|
|
715
|
-
"outputs": [
|
|
716
|
-
|
|
693
|
+
"outputs": [
|
|
694
|
+
{
|
|
695
|
+
"type": "core::bool"
|
|
696
|
+
}
|
|
697
|
+
],
|
|
698
|
+
"state_mutability": "view"
|
|
717
699
|
},
|
|
718
700
|
{
|
|
719
701
|
"type": "function",
|
|
@@ -753,11 +735,11 @@
|
|
|
753
735
|
},
|
|
754
736
|
{
|
|
755
737
|
"type": "function",
|
|
756
|
-
"name": "
|
|
738
|
+
"name": "set_implementation_hash",
|
|
757
739
|
"inputs": [
|
|
758
740
|
{
|
|
759
|
-
"name": "
|
|
760
|
-
"type": "core::
|
|
741
|
+
"name": "implementation_hash",
|
|
742
|
+
"type": "core::felt252"
|
|
761
743
|
}
|
|
762
744
|
],
|
|
763
745
|
"outputs": [],
|
|
@@ -765,11 +747,15 @@
|
|
|
765
747
|
},
|
|
766
748
|
{
|
|
767
749
|
"type": "function",
|
|
768
|
-
"name": "
|
|
750
|
+
"name": "set_volume_token_whitelisted",
|
|
769
751
|
"inputs": [
|
|
770
752
|
{
|
|
771
|
-
"name": "
|
|
772
|
-
"type": "core::
|
|
753
|
+
"name": "token",
|
|
754
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"name": "whitelisted",
|
|
758
|
+
"type": "core::bool"
|
|
773
759
|
}
|
|
774
760
|
],
|
|
775
761
|
"outputs": [],
|
|
@@ -812,6 +798,18 @@
|
|
|
812
798
|
],
|
|
813
799
|
"state_mutability": "view"
|
|
814
800
|
},
|
|
801
|
+
{
|
|
802
|
+
"type": "function",
|
|
803
|
+
"name": "set_pauser",
|
|
804
|
+
"inputs": [
|
|
805
|
+
{
|
|
806
|
+
"name": "new_pauser",
|
|
807
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
808
|
+
}
|
|
809
|
+
],
|
|
810
|
+
"outputs": [],
|
|
811
|
+
"state_mutability": "external"
|
|
812
|
+
},
|
|
815
813
|
{
|
|
816
814
|
"type": "function",
|
|
817
815
|
"name": "set_locker_allowed_selector",
|
|
@@ -820,6 +818,10 @@
|
|
|
820
818
|
"name": "locker",
|
|
821
819
|
"type": "core::starknet::contract_address::ContractAddress"
|
|
822
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"name": "target",
|
|
823
|
+
"type": "core::starknet::contract_address::ContractAddress"
|
|
824
|
+
},
|
|
823
825
|
{
|
|
824
826
|
"name": "selector",
|
|
825
827
|
"type": "core::felt252"
|