@reyaxyz/common 0.200.2 → 0.201.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.
|
@@ -5764,6 +5764,56 @@
|
|
|
5764
5764
|
}
|
|
5765
5765
|
],
|
|
5766
5766
|
"anonymous": false
|
|
5767
|
+
},
|
|
5768
|
+
{
|
|
5769
|
+
"type": "function",
|
|
5770
|
+
"name": "revokeAccountPermissionBySig",
|
|
5771
|
+
"inputs": [
|
|
5772
|
+
{
|
|
5773
|
+
"name": "accountId",
|
|
5774
|
+
"type": "uint128",
|
|
5775
|
+
"internalType": "uint128"
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"name": "permission",
|
|
5779
|
+
"type": "bytes32",
|
|
5780
|
+
"internalType": "bytes32"
|
|
5781
|
+
},
|
|
5782
|
+
{
|
|
5783
|
+
"name": "user",
|
|
5784
|
+
"type": "address",
|
|
5785
|
+
"internalType": "address"
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"name": "sig",
|
|
5789
|
+
"type": "tuple",
|
|
5790
|
+
"internalType": "struct EIP712Signature",
|
|
5791
|
+
"components": [
|
|
5792
|
+
{
|
|
5793
|
+
"name": "v",
|
|
5794
|
+
"type": "uint8",
|
|
5795
|
+
"internalType": "uint8"
|
|
5796
|
+
},
|
|
5797
|
+
{
|
|
5798
|
+
"name": "r",
|
|
5799
|
+
"type": "bytes32",
|
|
5800
|
+
"internalType": "bytes32"
|
|
5801
|
+
},
|
|
5802
|
+
{
|
|
5803
|
+
"name": "s",
|
|
5804
|
+
"type": "bytes32",
|
|
5805
|
+
"internalType": "bytes32"
|
|
5806
|
+
},
|
|
5807
|
+
{
|
|
5808
|
+
"name": "deadline",
|
|
5809
|
+
"type": "uint256",
|
|
5810
|
+
"internalType": "uint256"
|
|
5811
|
+
}
|
|
5812
|
+
]
|
|
5813
|
+
}
|
|
5814
|
+
],
|
|
5815
|
+
"outputs": [],
|
|
5816
|
+
"stateMutability": "nonpayable"
|
|
5767
5817
|
}
|
|
5768
5818
|
]
|
|
5769
5819
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reyaxyz/common",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.201.0",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"generate:coverage-badges": "npx istanbul-badges-readme --silent"
|
|
44
44
|
},
|
|
45
45
|
"packageManager": "pnpm@8.3.1",
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "1d43a58562f33b1d292b58bd61ea8ec2d855de53"
|
|
47
47
|
}
|
|
@@ -5600,170 +5600,220 @@
|
|
|
5600
5600
|
"type": "function",
|
|
5601
5601
|
"name": "grantAccountPermissionBySig",
|
|
5602
5602
|
"inputs": [
|
|
5603
|
-
|
|
5604
|
-
|
|
5605
|
-
|
|
5606
|
-
|
|
5607
|
-
|
|
5608
|
-
|
|
5609
|
-
|
|
5603
|
+
{
|
|
5604
|
+
"name": "accountId",
|
|
5605
|
+
"type": "uint128",
|
|
5606
|
+
"internalType": "uint128"
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"name": "permission",
|
|
5610
|
+
"type": "bytes32",
|
|
5611
|
+
"internalType": "bytes32"
|
|
5612
|
+
},
|
|
5613
|
+
{
|
|
5614
|
+
"name": "user",
|
|
5615
|
+
"type": "address",
|
|
5616
|
+
"internalType": "address"
|
|
5617
|
+
},
|
|
5618
|
+
{
|
|
5619
|
+
"name": "sig",
|
|
5620
|
+
"type": "tuple",
|
|
5621
|
+
"internalType": "struct EIP712Signature",
|
|
5622
|
+
"components": [
|
|
5623
|
+
{
|
|
5624
|
+
"name": "v",
|
|
5625
|
+
"type": "uint8",
|
|
5626
|
+
"internalType": "uint8"
|
|
5627
|
+
},
|
|
5628
|
+
{
|
|
5629
|
+
"name": "r",
|
|
5610
5630
|
"type": "bytes32",
|
|
5611
5631
|
"internalType": "bytes32"
|
|
5612
|
-
|
|
5613
|
-
|
|
5614
|
-
"name": "
|
|
5615
|
-
"type": "
|
|
5616
|
-
"internalType": "
|
|
5617
|
-
|
|
5618
|
-
|
|
5619
|
-
"name": "
|
|
5620
|
-
"type": "
|
|
5621
|
-
"internalType": "
|
|
5622
|
-
"components": [
|
|
5623
|
-
{
|
|
5624
|
-
"name": "v",
|
|
5625
|
-
"type": "uint8",
|
|
5626
|
-
"internalType": "uint8"
|
|
5627
|
-
},
|
|
5628
|
-
{
|
|
5629
|
-
"name": "r",
|
|
5630
|
-
"type": "bytes32",
|
|
5631
|
-
"internalType": "bytes32"
|
|
5632
|
-
},
|
|
5633
|
-
{
|
|
5634
|
-
"name": "s",
|
|
5635
|
-
"type": "bytes32",
|
|
5636
|
-
"internalType": "bytes32"
|
|
5637
|
-
},
|
|
5638
|
-
{
|
|
5639
|
-
"name": "deadline",
|
|
5640
|
-
"type": "uint256",
|
|
5641
|
-
"internalType": "uint256"
|
|
5642
|
-
}
|
|
5643
|
-
]
|
|
5632
|
+
},
|
|
5633
|
+
{
|
|
5634
|
+
"name": "s",
|
|
5635
|
+
"type": "bytes32",
|
|
5636
|
+
"internalType": "bytes32"
|
|
5637
|
+
},
|
|
5638
|
+
{
|
|
5639
|
+
"name": "deadline",
|
|
5640
|
+
"type": "uint256",
|
|
5641
|
+
"internalType": "uint256"
|
|
5644
5642
|
}
|
|
5645
|
-
|
|
5646
|
-
|
|
5647
|
-
|
|
5643
|
+
]
|
|
5644
|
+
}
|
|
5645
|
+
],
|
|
5646
|
+
"outputs": [],
|
|
5647
|
+
"stateMutability": "nonpayable"
|
|
5648
5648
|
},
|
|
5649
5649
|
{
|
|
5650
5650
|
"type": "function",
|
|
5651
5651
|
"name": "tryAggregate",
|
|
5652
5652
|
"inputs": [
|
|
5653
|
-
|
|
5654
|
-
|
|
5655
|
-
|
|
5656
|
-
|
|
5657
|
-
|
|
5658
|
-
|
|
5659
|
-
|
|
5660
|
-
|
|
5661
|
-
|
|
5662
|
-
|
|
5653
|
+
{
|
|
5654
|
+
"name": "requireSuccess",
|
|
5655
|
+
"type": "bool",
|
|
5656
|
+
"internalType": "bool"
|
|
5657
|
+
},
|
|
5658
|
+
{
|
|
5659
|
+
"name": "calls",
|
|
5660
|
+
"type": "bytes[]",
|
|
5661
|
+
"internalType": "bytes[]"
|
|
5662
|
+
}
|
|
5663
5663
|
],
|
|
5664
5664
|
"outputs": [
|
|
5665
|
-
|
|
5665
|
+
{
|
|
5666
|
+
"name": "returnData",
|
|
5667
|
+
"type": "tuple[]",
|
|
5668
|
+
"internalType": "struct MulticallResult[]",
|
|
5669
|
+
"components": [
|
|
5670
|
+
{
|
|
5671
|
+
"name": "success",
|
|
5672
|
+
"type": "bool",
|
|
5673
|
+
"internalType": "bool"
|
|
5674
|
+
},
|
|
5675
|
+
{
|
|
5666
5676
|
"name": "returnData",
|
|
5667
|
-
"type": "
|
|
5668
|
-
"internalType": "
|
|
5669
|
-
|
|
5670
|
-
|
|
5671
|
-
|
|
5672
|
-
"type": "bool",
|
|
5673
|
-
"internalType": "bool"
|
|
5674
|
-
},
|
|
5675
|
-
{
|
|
5676
|
-
"name": "returnData",
|
|
5677
|
-
"type": "bytes",
|
|
5678
|
-
"internalType": "bytes"
|
|
5679
|
-
}
|
|
5680
|
-
]
|
|
5681
|
-
}
|
|
5677
|
+
"type": "bytes",
|
|
5678
|
+
"internalType": "bytes"
|
|
5679
|
+
}
|
|
5680
|
+
]
|
|
5681
|
+
}
|
|
5682
5682
|
],
|
|
5683
5683
|
"stateMutability": "payable"
|
|
5684
|
-
|
|
5685
|
-
|
|
5684
|
+
},
|
|
5685
|
+
{
|
|
5686
5686
|
"type": "error",
|
|
5687
5687
|
"name": "MulticallFailed",
|
|
5688
5688
|
"inputs": [
|
|
5689
|
-
|
|
5690
|
-
|
|
5691
|
-
|
|
5692
|
-
|
|
5693
|
-
|
|
5694
|
-
|
|
5695
|
-
|
|
5696
|
-
|
|
5697
|
-
|
|
5698
|
-
|
|
5699
|
-
|
|
5700
|
-
|
|
5701
|
-
|
|
5702
|
-
|
|
5703
|
-
|
|
5689
|
+
{
|
|
5690
|
+
"name": "index",
|
|
5691
|
+
"type": "uint256",
|
|
5692
|
+
"internalType": "uint256"
|
|
5693
|
+
},
|
|
5694
|
+
{
|
|
5695
|
+
"name": "inputData",
|
|
5696
|
+
"type": "bytes",
|
|
5697
|
+
"internalType": "bytes"
|
|
5698
|
+
},
|
|
5699
|
+
{
|
|
5700
|
+
"name": "returnData",
|
|
5701
|
+
"type": "bytes",
|
|
5702
|
+
"internalType": "bytes"
|
|
5703
|
+
}
|
|
5704
5704
|
]
|
|
5705
5705
|
},
|
|
5706
5706
|
{
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5707
|
+
"type": "event",
|
|
5708
|
+
"name": "FailedCall",
|
|
5709
|
+
"inputs": [
|
|
5710
|
+
{
|
|
5711
|
+
"name": "index",
|
|
5712
|
+
"type": "uint256",
|
|
5713
|
+
"indexed": false,
|
|
5714
|
+
"internalType": "uint256"
|
|
5715
|
+
},
|
|
5716
|
+
{
|
|
5717
|
+
"name": "inputData",
|
|
5718
|
+
"type": "bytes",
|
|
5719
|
+
"indexed": false,
|
|
5720
|
+
"internalType": "bytes"
|
|
5721
|
+
},
|
|
5722
|
+
{
|
|
5723
|
+
"name": "returnData",
|
|
5724
|
+
"type": "bytes",
|
|
5725
|
+
"indexed": false,
|
|
5726
|
+
"internalType": "bytes"
|
|
5727
|
+
},
|
|
5728
|
+
{
|
|
5729
|
+
"name": "blockTimestamp",
|
|
5730
|
+
"type": "uint256",
|
|
5731
|
+
"indexed": false,
|
|
5732
|
+
"internalType": "uint256"
|
|
5733
|
+
}
|
|
5734
|
+
],
|
|
5735
|
+
"anonymous": false
|
|
5736
|
+
},
|
|
5737
|
+
{
|
|
5738
|
+
"type": "event",
|
|
5739
|
+
"name": "SuccessfulCall",
|
|
5740
|
+
"inputs": [
|
|
5741
|
+
{
|
|
5742
|
+
"name": "index",
|
|
5743
|
+
"type": "uint256",
|
|
5744
|
+
"indexed": false,
|
|
5745
|
+
"internalType": "uint256"
|
|
5746
|
+
},
|
|
5747
|
+
{
|
|
5748
|
+
"name": "inputData",
|
|
5749
|
+
"type": "bytes",
|
|
5750
|
+
"indexed": false,
|
|
5751
|
+
"internalType": "bytes"
|
|
5752
|
+
},
|
|
5753
|
+
{
|
|
5754
|
+
"name": "returnData",
|
|
5755
|
+
"type": "bytes",
|
|
5756
|
+
"indexed": false,
|
|
5757
|
+
"internalType": "bytes"
|
|
5758
|
+
},
|
|
5759
|
+
{
|
|
5760
|
+
"name": "blockTimestamp",
|
|
5761
|
+
"type": "uint256",
|
|
5762
|
+
"indexed": false,
|
|
5763
|
+
"internalType": "uint256"
|
|
5764
|
+
}
|
|
5765
|
+
],
|
|
5766
|
+
"anonymous": false
|
|
5767
|
+
},
|
|
5768
|
+
{
|
|
5769
|
+
"type": "function",
|
|
5770
|
+
"name": "revokeAccountPermissionBySig",
|
|
5771
|
+
"inputs": [
|
|
5772
|
+
{
|
|
5773
|
+
"name": "accountId",
|
|
5774
|
+
"type": "uint128",
|
|
5775
|
+
"internalType": "uint128"
|
|
5776
|
+
},
|
|
5777
|
+
{
|
|
5778
|
+
"name": "permission",
|
|
5779
|
+
"type": "bytes32",
|
|
5780
|
+
"internalType": "bytes32"
|
|
5781
|
+
},
|
|
5782
|
+
{
|
|
5783
|
+
"name": "user",
|
|
5784
|
+
"type": "address",
|
|
5785
|
+
"internalType": "address"
|
|
5786
|
+
},
|
|
5787
|
+
{
|
|
5788
|
+
"name": "sig",
|
|
5789
|
+
"type": "tuple",
|
|
5790
|
+
"internalType": "struct EIP712Signature",
|
|
5791
|
+
"components": [
|
|
5710
5792
|
{
|
|
5711
|
-
|
|
5712
|
-
|
|
5713
|
-
|
|
5714
|
-
"internalType": "uint256"
|
|
5793
|
+
"name": "v",
|
|
5794
|
+
"type": "uint8",
|
|
5795
|
+
"internalType": "uint8"
|
|
5715
5796
|
},
|
|
5716
5797
|
{
|
|
5717
|
-
|
|
5718
|
-
|
|
5719
|
-
|
|
5720
|
-
"internalType": "bytes"
|
|
5798
|
+
"name": "r",
|
|
5799
|
+
"type": "bytes32",
|
|
5800
|
+
"internalType": "bytes32"
|
|
5721
5801
|
},
|
|
5722
5802
|
{
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
"internalType": "bytes"
|
|
5803
|
+
"name": "s",
|
|
5804
|
+
"type": "bytes32",
|
|
5805
|
+
"internalType": "bytes32"
|
|
5727
5806
|
},
|
|
5728
5807
|
{
|
|
5729
|
-
|
|
5730
|
-
"type": "uint256",
|
|
5731
|
-
"indexed": false,
|
|
5732
|
-
"internalType": "uint256"
|
|
5733
|
-
}
|
|
5734
|
-
],
|
|
5735
|
-
"anonymous": false
|
|
5736
|
-
},
|
|
5737
|
-
{
|
|
5738
|
-
"type": "event",
|
|
5739
|
-
"name": "SuccessfulCall",
|
|
5740
|
-
"inputs": [
|
|
5741
|
-
{
|
|
5742
|
-
"name": "index",
|
|
5743
|
-
"type": "uint256",
|
|
5744
|
-
"indexed": false,
|
|
5745
|
-
"internalType": "uint256"
|
|
5746
|
-
},
|
|
5747
|
-
{
|
|
5748
|
-
"name": "inputData",
|
|
5749
|
-
"type": "bytes",
|
|
5750
|
-
"indexed": false,
|
|
5751
|
-
"internalType": "bytes"
|
|
5752
|
-
},
|
|
5753
|
-
{
|
|
5754
|
-
"name": "returnData",
|
|
5755
|
-
"type": "bytes",
|
|
5756
|
-
"indexed": false,
|
|
5757
|
-
"internalType": "bytes"
|
|
5758
|
-
},
|
|
5759
|
-
{
|
|
5760
|
-
"name": "blockTimestamp",
|
|
5808
|
+
"name": "deadline",
|
|
5761
5809
|
"type": "uint256",
|
|
5762
|
-
"indexed": false,
|
|
5763
5810
|
"internalType": "uint256"
|
|
5764
|
-
|
|
5811
|
+
}
|
|
5812
|
+
]
|
|
5813
|
+
}
|
|
5765
5814
|
],
|
|
5766
|
-
"
|
|
5767
|
-
|
|
5815
|
+
"outputs": [],
|
|
5816
|
+
"stateMutability": "nonpayable"
|
|
5817
|
+
}
|
|
5768
5818
|
]
|
|
5769
|
-
}
|
|
5819
|
+
}
|