@opendatalabs/vana-sdk 3.20.0 → 3.21.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.
Files changed (45) hide show
  1. package/dist/config/contracts.config.cjs +8 -3
  2. package/dist/config/contracts.config.cjs.map +1 -1
  3. package/dist/config/contracts.config.js +8 -3
  4. package/dist/config/contracts.config.js.map +1 -1
  5. package/dist/direct/access-request-client.cjs +100 -2
  6. package/dist/direct/access-request-client.cjs.map +1 -1
  7. package/dist/direct/access-request-client.d.ts +23 -1
  8. package/dist/direct/access-request-client.js +98 -1
  9. package/dist/direct/access-request-client.js.map +1 -1
  10. package/dist/direct/controller.cjs +4 -0
  11. package/dist/direct/controller.cjs.map +1 -1
  12. package/dist/direct/controller.d.ts +10 -1
  13. package/dist/direct/controller.js +6 -1
  14. package/dist/direct/controller.js.map +1 -1
  15. package/dist/direct/types.cjs.map +1 -1
  16. package/dist/direct/types.d.ts +45 -0
  17. package/dist/direct/types.js.map +1 -1
  18. package/dist/generated/abi/DataPortabilityPermissionsImplementation.cjs +146 -512
  19. package/dist/generated/abi/DataPortabilityPermissionsImplementation.cjs.map +1 -1
  20. package/dist/generated/abi/DataPortabilityPermissionsImplementation.d.ts +136 -412
  21. package/dist/generated/abi/DataPortabilityPermissionsImplementation.js +146 -512
  22. package/dist/generated/abi/DataPortabilityPermissionsImplementation.js.map +1 -1
  23. package/dist/generated/abi/DataPortabilityServersImplementation.cjs +391 -654
  24. package/dist/generated/abi/DataPortabilityServersImplementation.cjs.map +1 -1
  25. package/dist/generated/abi/DataPortabilityServersImplementation.d.ts +302 -505
  26. package/dist/generated/abi/DataPortabilityServersImplementation.js +391 -654
  27. package/dist/generated/abi/DataPortabilityServersImplementation.js.map +1 -1
  28. package/dist/generated/abi/index.d.ts +433 -912
  29. package/dist/generated/addresses.cjs +8 -8
  30. package/dist/generated/addresses.cjs.map +1 -1
  31. package/dist/generated/addresses.d.ts +8 -8
  32. package/dist/generated/addresses.js +8 -8
  33. package/dist/generated/addresses.js.map +1 -1
  34. package/dist/index.browser.js +556 -1185
  35. package/dist/index.browser.js.map +2 -2
  36. package/dist/index.node.cjs +556 -1185
  37. package/dist/index.node.cjs.map +2 -2
  38. package/dist/index.node.js +556 -1185
  39. package/dist/index.node.js.map +2 -2
  40. package/dist/server.cjs +4 -2
  41. package/dist/server.cjs.map +1 -1
  42. package/dist/server.d.ts +2 -2
  43. package/dist/server.js +4 -2
  44. package/dist/server.js.map +1 -1
  45. package/package.json +1 -1
@@ -5390,7 +5390,7 @@ var DataPortabilityPermissionsABI = [
5390
5390
  },
5391
5391
  {
5392
5392
  inputs: [],
5393
- name: "EmptyGrant",
5393
+ name: "EmptyScopes",
5394
5394
  type: "error"
5395
5395
  },
5396
5396
  {
@@ -5408,73 +5408,41 @@ var DataPortabilityPermissionsABI = [
5408
5408
  name: "FailedInnerCall",
5409
5409
  type: "error"
5410
5410
  },
5411
- {
5412
- inputs: [],
5413
- name: "GranteeNotFound",
5414
- type: "error"
5415
- },
5416
- {
5417
- inputs: [
5418
- {
5419
- internalType: "uint256",
5420
- name: "permissionId",
5421
- type: "uint256"
5422
- }
5423
- ],
5424
- name: "InactivePermission",
5425
- type: "error"
5426
- },
5427
- {
5428
- inputs: [],
5429
- name: "InvalidInitialization",
5430
- type: "error"
5431
- },
5432
5411
  {
5433
5412
  inputs: [
5434
5413
  {
5435
- internalType: "uint256",
5436
- name: "expectedNonce",
5437
- type: "uint256"
5414
+ internalType: "address",
5415
+ name: "claimed",
5416
+ type: "address"
5438
5417
  },
5439
5418
  {
5440
- internalType: "uint256",
5441
- name: "providedNonce",
5442
- type: "uint256"
5419
+ internalType: "address",
5420
+ name: "actual",
5421
+ type: "address"
5443
5422
  }
5444
5423
  ],
5445
- name: "InvalidNonce",
5424
+ name: "GrantorMismatch",
5446
5425
  type: "error"
5447
5426
  },
5448
5427
  {
5449
5428
  inputs: [
5450
5429
  {
5451
5430
  internalType: "uint256",
5452
- name: "filesLength",
5431
+ name: "currentVersion",
5453
5432
  type: "uint256"
5454
5433
  },
5455
5434
  {
5456
5435
  internalType: "uint256",
5457
- name: "permissionsLength",
5436
+ name: "providedVersion",
5458
5437
  type: "uint256"
5459
5438
  }
5460
5439
  ],
5461
- name: "InvalidPermissionsLength",
5440
+ name: "InvalidGrantVersion",
5462
5441
  type: "error"
5463
5442
  },
5464
5443
  {
5465
- inputs: [
5466
- {
5467
- internalType: "uint256",
5468
- name: "filesLength",
5469
- type: "uint256"
5470
- },
5471
- {
5472
- internalType: "uint256",
5473
- name: "schemaIdsLength",
5474
- type: "uint256"
5475
- }
5476
- ],
5477
- name: "InvalidSchemaIdsLength",
5444
+ inputs: [],
5445
+ name: "InvalidInitialization",
5478
5446
  type: "error"
5479
5447
  },
5480
5448
  {
@@ -5482,43 +5450,11 @@ var DataPortabilityPermissionsABI = [
5482
5450
  name: "InvalidSignature",
5483
5451
  type: "error"
5484
5452
  },
5485
- {
5486
- inputs: [
5487
- {
5488
- internalType: "address",
5489
- name: "fileOwner",
5490
- type: "address"
5491
- },
5492
- {
5493
- internalType: "address",
5494
- name: "requestor",
5495
- type: "address"
5496
- }
5497
- ],
5498
- name: "NotFileOwner",
5499
- type: "error"
5500
- },
5501
5453
  {
5502
5454
  inputs: [],
5503
5455
  name: "NotInitializing",
5504
5456
  type: "error"
5505
5457
  },
5506
- {
5507
- inputs: [
5508
- {
5509
- internalType: "address",
5510
- name: "permissionOwner",
5511
- type: "address"
5512
- },
5513
- {
5514
- internalType: "address",
5515
- name: "requestor",
5516
- type: "address"
5517
- }
5518
- ],
5519
- name: "NotPermissionGrantor",
5520
- type: "error"
5521
- },
5522
5458
  {
5523
5459
  inputs: [],
5524
5460
  name: "UUPSUnauthorizedCallContext",
@@ -5540,6 +5476,30 @@ var DataPortabilityPermissionsABI = [
5540
5476
  name: "ZeroAddress",
5541
5477
  type: "error"
5542
5478
  },
5479
+ {
5480
+ inputs: [],
5481
+ name: "ZeroGranteeId",
5482
+ type: "error"
5483
+ },
5484
+ {
5485
+ anonymous: false,
5486
+ inputs: [
5487
+ {
5488
+ indexed: true,
5489
+ internalType: "address",
5490
+ name: "previous",
5491
+ type: "address"
5492
+ },
5493
+ {
5494
+ indexed: true,
5495
+ internalType: "address",
5496
+ name: "current",
5497
+ type: "address"
5498
+ }
5499
+ ],
5500
+ name: "DataPortabilityServersUpdated",
5501
+ type: "event"
5502
+ },
5543
5503
  {
5544
5504
  anonymous: false,
5545
5505
  inputs: [],
@@ -5577,36 +5537,42 @@ var DataPortabilityPermissionsABI = [
5577
5537
  inputs: [
5578
5538
  {
5579
5539
  indexed: true,
5580
- internalType: "uint256",
5581
- name: "permissionId",
5582
- type: "uint256"
5540
+ internalType: "bytes32",
5541
+ name: "id",
5542
+ type: "bytes32"
5583
5543
  },
5584
5544
  {
5585
5545
  indexed: true,
5586
5546
  internalType: "address",
5587
- name: "user",
5547
+ name: "grantorAddress",
5588
5548
  type: "address"
5589
5549
  },
5590
5550
  {
5591
5551
  indexed: true,
5592
- internalType: "uint256",
5552
+ internalType: "bytes32",
5593
5553
  name: "granteeId",
5594
- type: "uint256"
5554
+ type: "bytes32"
5595
5555
  },
5596
5556
  {
5597
5557
  indexed: false,
5598
- internalType: "string",
5599
- name: "grant",
5600
- type: "string"
5558
+ internalType: "string[]",
5559
+ name: "scopes",
5560
+ type: "string[]"
5601
5561
  },
5602
5562
  {
5603
5563
  indexed: false,
5604
- internalType: "uint256[]",
5605
- name: "fileIds",
5606
- type: "uint256[]"
5564
+ internalType: "uint256",
5565
+ name: "grantVersion",
5566
+ type: "uint256"
5567
+ },
5568
+ {
5569
+ indexed: false,
5570
+ internalType: "uint256",
5571
+ name: "expiresAt",
5572
+ type: "uint256"
5607
5573
  }
5608
5574
  ],
5609
- name: "PermissionAdded",
5575
+ name: "PermissionSet",
5610
5576
  type: "event"
5611
5577
  },
5612
5578
  {
@@ -5614,12 +5580,24 @@ var DataPortabilityPermissionsABI = [
5614
5580
  inputs: [
5615
5581
  {
5616
5582
  indexed: true,
5617
- internalType: "uint256",
5618
- name: "permissionId",
5619
- type: "uint256"
5583
+ internalType: "bytes32",
5584
+ name: "id",
5585
+ type: "bytes32"
5586
+ },
5587
+ {
5588
+ indexed: true,
5589
+ internalType: "address",
5590
+ name: "grantorAddress",
5591
+ type: "address"
5592
+ },
5593
+ {
5594
+ indexed: true,
5595
+ internalType: "address",
5596
+ name: "delegate",
5597
+ type: "address"
5620
5598
  }
5621
5599
  ],
5622
- name: "PermissionRevoked",
5600
+ name: "PermissionSignedByDelegate",
5623
5601
  type: "event"
5624
5602
  },
5625
5603
  {
@@ -5738,7 +5716,7 @@ var DataPortabilityPermissionsABI = [
5738
5716
  },
5739
5717
  {
5740
5718
  inputs: [],
5741
- name: "MAINTAINER_ROLE",
5719
+ name: "GRANT_REGISTRATION_TYPEHASH",
5742
5720
  outputs: [
5743
5721
  {
5744
5722
  internalType: "bytes32",
@@ -5767,42 +5745,42 @@ var DataPortabilityPermissionsABI = [
5767
5745
  {
5768
5746
  components: [
5769
5747
  {
5770
- internalType: "uint256",
5771
- name: "nonce",
5772
- type: "uint256"
5748
+ internalType: "address",
5749
+ name: "grantorAddress",
5750
+ type: "address"
5773
5751
  },
5774
5752
  {
5775
- internalType: "uint256",
5753
+ internalType: "bytes32",
5776
5754
  name: "granteeId",
5777
- type: "uint256"
5755
+ type: "bytes32"
5778
5756
  },
5779
5757
  {
5780
- internalType: "string",
5781
- name: "grant",
5782
- type: "string"
5758
+ internalType: "string[]",
5759
+ name: "scopes",
5760
+ type: "string[]"
5783
5761
  },
5784
5762
  {
5785
- internalType: "uint256[]",
5786
- name: "fileIds",
5787
- type: "uint256[]"
5763
+ internalType: "uint256",
5764
+ name: "grantVersion",
5765
+ type: "uint256"
5766
+ },
5767
+ {
5768
+ internalType: "uint256",
5769
+ name: "expiresAt",
5770
+ type: "uint256"
5788
5771
  }
5789
5772
  ],
5790
- internalType: "struct IDataPortabilityPermissions.PermissionInput",
5791
- name: "permissionInput",
5773
+ internalType: "struct IDataPortabilityPermissionsV2.AddPermissionInput",
5774
+ name: "input",
5792
5775
  type: "tuple"
5793
- },
5794
- {
5795
- internalType: "bytes",
5796
- name: "signature",
5797
- type: "bytes"
5798
5776
  }
5799
5777
  ],
5800
5778
  name: "addPermission",
5801
5779
  outputs: [
5802
5780
  {
5803
- internalType: "uint256",
5781
+ internalType: "bytes32",
5804
5782
  name: "",
5805
- type: "uint256"
5783
+ type: "bytes32"
5806
5784
  }
5807
5785
  ],
5808
5786
  stateMutability: "nonpayable",
@@ -5813,65 +5791,33 @@ var DataPortabilityPermissionsABI = [
5813
5791
  {
5814
5792
  components: [
5815
5793
  {
5816
- internalType: "uint256",
5817
- name: "nonce",
5818
- type: "uint256"
5794
+ internalType: "address",
5795
+ name: "grantorAddress",
5796
+ type: "address"
5819
5797
  },
5820
5798
  {
5821
- internalType: "uint256",
5799
+ internalType: "bytes32",
5822
5800
  name: "granteeId",
5823
- type: "uint256"
5824
- },
5825
- {
5826
- internalType: "string",
5827
- name: "grant",
5828
- type: "string"
5801
+ type: "bytes32"
5829
5802
  },
5830
5803
  {
5831
5804
  internalType: "string[]",
5832
- name: "fileUrls",
5805
+ name: "scopes",
5833
5806
  type: "string[]"
5834
5807
  },
5835
5808
  {
5836
- internalType: "uint256[]",
5837
- name: "schemaIds",
5838
- type: "uint256[]"
5839
- },
5840
- {
5841
- internalType: "address",
5842
- name: "serverAddress",
5843
- type: "address"
5844
- },
5845
- {
5846
- internalType: "string",
5847
- name: "serverUrl",
5848
- type: "string"
5849
- },
5850
- {
5851
- internalType: "string",
5852
- name: "serverPublicKey",
5853
- type: "string"
5809
+ internalType: "uint256",
5810
+ name: "grantVersion",
5811
+ type: "uint256"
5854
5812
  },
5855
5813
  {
5856
- components: [
5857
- {
5858
- internalType: "address",
5859
- name: "account",
5860
- type: "address"
5861
- },
5862
- {
5863
- internalType: "string",
5864
- name: "key",
5865
- type: "string"
5866
- }
5867
- ],
5868
- internalType: "struct IDataRegistry.Permission[][]",
5869
- name: "filePermissions",
5870
- type: "tuple[][]"
5814
+ internalType: "uint256",
5815
+ name: "expiresAt",
5816
+ type: "uint256"
5871
5817
  }
5872
5818
  ],
5873
- internalType: "struct IDataPortabilityPermissions.ServerFilesAndPermissionInput",
5874
- name: "serverFilesAndPermissionInput",
5819
+ internalType: "struct IDataPortabilityPermissionsV2.AddPermissionInput",
5820
+ name: "input",
5875
5821
  type: "tuple"
5876
5822
  },
5877
5823
  {
@@ -5880,36 +5826,23 @@ var DataPortabilityPermissionsABI = [
5880
5826
  type: "bytes"
5881
5827
  }
5882
5828
  ],
5883
- name: "addServerFilesAndPermissions",
5829
+ name: "addPermissionWithSignature",
5884
5830
  outputs: [
5885
5831
  {
5886
- internalType: "uint256",
5832
+ internalType: "bytes32",
5887
5833
  name: "",
5888
- type: "uint256"
5834
+ type: "bytes32"
5889
5835
  }
5890
5836
  ],
5891
5837
  stateMutability: "nonpayable",
5892
5838
  type: "function"
5893
5839
  },
5894
- {
5895
- inputs: [],
5896
- name: "dataPortabilityGrantees",
5897
- outputs: [
5898
- {
5899
- internalType: "contract IDataPortabilityGrantees",
5900
- name: "",
5901
- type: "address"
5902
- }
5903
- ],
5904
- stateMutability: "view",
5905
- type: "function"
5906
- },
5907
5840
  {
5908
5841
  inputs: [],
5909
5842
  name: "dataPortabilityServers",
5910
5843
  outputs: [
5911
5844
  {
5912
- internalType: "contract IDataPortabilityServers",
5845
+ internalType: "contract IDataPortabilityServersV2",
5913
5846
  name: "",
5914
5847
  type: "address"
5915
5848
  }
@@ -5919,12 +5852,12 @@ var DataPortabilityPermissionsABI = [
5919
5852
  },
5920
5853
  {
5921
5854
  inputs: [],
5922
- name: "dataRegistry",
5855
+ name: "domainSeparator",
5923
5856
  outputs: [
5924
5857
  {
5925
- internalType: "contract IDataRegistry",
5858
+ internalType: "bytes32",
5926
5859
  name: "",
5927
- type: "address"
5860
+ type: "bytes32"
5928
5861
  }
5929
5862
  ],
5930
5863
  stateMutability: "view",
@@ -5976,17 +5909,17 @@ var DataPortabilityPermissionsABI = [
5976
5909
  {
5977
5910
  inputs: [
5978
5911
  {
5979
- internalType: "uint256",
5980
- name: "fileId",
5981
- type: "uint256"
5912
+ internalType: "bytes32",
5913
+ name: "role",
5914
+ type: "bytes32"
5982
5915
  }
5983
5916
  ],
5984
- name: "filePermissionIds",
5917
+ name: "getRoleAdmin",
5985
5918
  outputs: [
5986
5919
  {
5987
- internalType: "uint256[]",
5920
+ internalType: "bytes32",
5988
5921
  name: "",
5989
- type: "uint256[]"
5922
+ type: "bytes32"
5990
5923
  }
5991
5924
  ],
5992
5925
  stateMutability: "view",
@@ -5995,31 +5928,17 @@ var DataPortabilityPermissionsABI = [
5995
5928
  {
5996
5929
  inputs: [
5997
5930
  {
5998
- internalType: "uint256",
5999
- name: "fileId",
6000
- type: "uint256"
6001
- }
6002
- ],
6003
- name: "filePermissions",
6004
- outputs: [
6005
- {
6006
- internalType: "uint256[]",
6007
- name: "",
6008
- type: "uint256[]"
6009
- }
6010
- ],
6011
- stateMutability: "view",
6012
- type: "function"
6013
- },
6014
- {
6015
- inputs: [
5931
+ internalType: "address",
5932
+ name: "grantorAddress",
5933
+ type: "address"
5934
+ },
6016
5935
  {
6017
5936
  internalType: "bytes32",
6018
- name: "role",
5937
+ name: "granteeId",
6019
5938
  type: "bytes32"
6020
5939
  }
6021
5940
  ],
6022
- name: "getRoleAdmin",
5941
+ name: "grantId",
6023
5942
  outputs: [
6024
5943
  {
6025
5944
  internalType: "bytes32",
@@ -6076,27 +5995,7 @@ var DataPortabilityPermissionsABI = [
6076
5995
  inputs: [
6077
5996
  {
6078
5997
  internalType: "address",
6079
- name: "trustedForwarderAddress",
6080
- type: "address"
6081
- },
6082
- {
6083
- internalType: "address",
6084
- name: "ownerAddress",
6085
- type: "address"
6086
- },
6087
- {
6088
- internalType: "contract IDataRegistry",
6089
- name: "dataRegistryAddress",
6090
- type: "address"
6091
- },
6092
- {
6093
- internalType: "contract IDataPortabilityServers",
6094
- name: "serversContractAddr",
6095
- type: "address"
6096
- },
6097
- {
6098
- internalType: "contract IDataPortabilityGrantees",
6099
- name: "granteesContractAddr",
5998
+ name: "ownerAddress",
6100
5999
  type: "address"
6101
6000
  }
6102
6001
  ],
@@ -6108,12 +6007,12 @@ var DataPortabilityPermissionsABI = [
6108
6007
  {
6109
6008
  inputs: [
6110
6009
  {
6111
- internalType: "address",
6112
- name: "forwarder",
6113
- type: "address"
6010
+ internalType: "bytes32",
6011
+ name: "id",
6012
+ type: "bytes32"
6114
6013
  }
6115
6014
  ],
6116
- name: "isTrustedForwarder",
6015
+ name: "isActive",
6117
6016
  outputs: [
6118
6017
  {
6119
6018
  internalType: "bool",
@@ -6147,76 +6046,42 @@ var DataPortabilityPermissionsABI = [
6147
6046
  {
6148
6047
  inputs: [
6149
6048
  {
6150
- internalType: "uint256",
6151
- name: "permissionId",
6152
- type: "uint256"
6153
- }
6154
- ],
6155
- name: "permissionFileIds",
6156
- outputs: [
6157
- {
6158
- internalType: "uint256[]",
6159
- name: "",
6160
- type: "uint256[]"
6161
- }
6162
- ],
6163
- stateMutability: "view",
6164
- type: "function"
6165
- },
6166
- {
6167
- inputs: [
6168
- {
6169
- internalType: "uint256",
6170
- name: "permissionId",
6171
- type: "uint256"
6049
+ internalType: "bytes32",
6050
+ name: "id",
6051
+ type: "bytes32"
6172
6052
  }
6173
6053
  ],
6174
6054
  name: "permissions",
6175
6055
  outputs: [
6176
6056
  {
6177
6057
  components: [
6178
- {
6179
- internalType: "uint256",
6180
- name: "id",
6181
- type: "uint256"
6182
- },
6183
6058
  {
6184
6059
  internalType: "address",
6185
- name: "grantor",
6060
+ name: "grantorAddress",
6186
6061
  type: "address"
6187
6062
  },
6188
6063
  {
6189
- internalType: "uint256",
6190
- name: "nonce",
6191
- type: "uint256"
6192
- },
6193
- {
6194
- internalType: "uint256",
6064
+ internalType: "bytes32",
6195
6065
  name: "granteeId",
6196
- type: "uint256"
6066
+ type: "bytes32"
6197
6067
  },
6198
6068
  {
6199
- internalType: "string",
6200
- name: "grant",
6201
- type: "string"
6069
+ internalType: "string[]",
6070
+ name: "scopes",
6071
+ type: "string[]"
6202
6072
  },
6203
6073
  {
6204
6074
  internalType: "uint256",
6205
- name: "startBlock",
6075
+ name: "grantVersion",
6206
6076
  type: "uint256"
6207
6077
  },
6208
6078
  {
6209
6079
  internalType: "uint256",
6210
- name: "endBlock",
6080
+ name: "expiresAt",
6211
6081
  type: "uint256"
6212
- },
6213
- {
6214
- internalType: "uint256[]",
6215
- name: "fileIds",
6216
- type: "uint256[]"
6217
6082
  }
6218
6083
  ],
6219
- internalType: "struct IDataPortabilityPermissions.PermissionInfo",
6084
+ internalType: "struct IDataPortabilityPermissionsV2.Permission",
6220
6085
  name: "",
6221
6086
  type: "tuple"
6222
6087
  }
@@ -6224,19 +6089,6 @@ var DataPortabilityPermissionsABI = [
6224
6089
  stateMutability: "view",
6225
6090
  type: "function"
6226
6091
  },
6227
- {
6228
- inputs: [],
6229
- name: "permissionsCount",
6230
- outputs: [
6231
- {
6232
- internalType: "uint256",
6233
- name: "",
6234
- type: "uint256"
6235
- }
6236
- ],
6237
- stateMutability: "view",
6238
- type: "function"
6239
- },
6240
6092
  {
6241
6093
  inputs: [],
6242
6094
  name: "proxiableUUID",
@@ -6268,49 +6120,6 @@ var DataPortabilityPermissionsABI = [
6268
6120
  stateMutability: "nonpayable",
6269
6121
  type: "function"
6270
6122
  },
6271
- {
6272
- inputs: [
6273
- {
6274
- internalType: "uint256",
6275
- name: "permissionId",
6276
- type: "uint256"
6277
- }
6278
- ],
6279
- name: "revokePermission",
6280
- outputs: [],
6281
- stateMutability: "nonpayable",
6282
- type: "function"
6283
- },
6284
- {
6285
- inputs: [
6286
- {
6287
- components: [
6288
- {
6289
- internalType: "uint256",
6290
- name: "nonce",
6291
- type: "uint256"
6292
- },
6293
- {
6294
- internalType: "uint256",
6295
- name: "permissionId",
6296
- type: "uint256"
6297
- }
6298
- ],
6299
- internalType: "struct IDataPortabilityPermissions.RevokePermissionInput",
6300
- name: "revokePermissionInput",
6301
- type: "tuple"
6302
- },
6303
- {
6304
- internalType: "bytes",
6305
- name: "signature",
6306
- type: "bytes"
6307
- }
6308
- ],
6309
- name: "revokePermissionWithSignature",
6310
- outputs: [],
6311
- stateMutability: "nonpayable",
6312
- type: "function"
6313
- },
6314
6123
  {
6315
6124
  inputs: [
6316
6125
  {
@@ -6332,17 +6141,12 @@ var DataPortabilityPermissionsABI = [
6332
6141
  {
6333
6142
  inputs: [
6334
6143
  {
6335
- internalType: "bytes32",
6336
- name: "role",
6337
- type: "bytes32"
6338
- },
6339
- {
6340
- internalType: "bytes32",
6341
- name: "adminRole",
6342
- type: "bytes32"
6144
+ internalType: "address",
6145
+ name: "newDataPortabilityServers",
6146
+ type: "address"
6343
6147
  }
6344
6148
  ],
6345
- name: "setRoleAdmin",
6149
+ name: "setDataPortabilityServers",
6346
6150
  outputs: [],
6347
6151
  stateMutability: "nonpayable",
6348
6152
  type: "function"
@@ -6366,19 +6170,6 @@ var DataPortabilityPermissionsABI = [
6366
6170
  stateMutability: "view",
6367
6171
  type: "function"
6368
6172
  },
6369
- {
6370
- inputs: [],
6371
- name: "trustedForwarder",
6372
- outputs: [
6373
- {
6374
- internalType: "address",
6375
- name: "",
6376
- type: "address"
6377
- }
6378
- ],
6379
- stateMutability: "view",
6380
- type: "function"
6381
- },
6382
6173
  {
6383
6174
  inputs: [],
6384
6175
  name: "unpause",
@@ -6389,254 +6180,124 @@ var DataPortabilityPermissionsABI = [
6389
6180
  {
6390
6181
  inputs: [
6391
6182
  {
6392
- internalType: "contract IDataRegistry",
6393
- name: "newDataRegistry",
6183
+ internalType: "address",
6184
+ name: "newImplementation",
6394
6185
  type: "address"
6186
+ },
6187
+ {
6188
+ internalType: "bytes",
6189
+ name: "data",
6190
+ type: "bytes"
6395
6191
  }
6396
6192
  ],
6397
- name: "updateDataRegistry",
6193
+ name: "upgradeToAndCall",
6398
6194
  outputs: [],
6399
- stateMutability: "nonpayable",
6195
+ stateMutability: "payable",
6400
6196
  type: "function"
6401
6197
  },
6402
6198
  {
6403
- inputs: [
6199
+ inputs: [],
6200
+ name: "version",
6201
+ outputs: [
6404
6202
  {
6405
- internalType: "contract IDataPortabilityGrantees",
6406
- name: "newGranteesContract",
6407
- type: "address"
6203
+ internalType: "uint256",
6204
+ name: "",
6205
+ type: "uint256"
6408
6206
  }
6409
6207
  ],
6410
- name: "updateGranteesContract",
6411
- outputs: [],
6412
- stateMutability: "nonpayable",
6208
+ stateMutability: "pure",
6413
6209
  type: "function"
6414
- },
6210
+ }
6211
+ ];
6212
+
6213
+ // src/generated/abi/DataPortabilityServersImplementation.ts
6214
+ var DataPortabilityServersABI = [
6415
6215
  {
6416
- inputs: [
6417
- {
6418
- internalType: "contract IDataPortabilityServers",
6419
- name: "newServersContract",
6420
- type: "address"
6421
- }
6422
- ],
6423
- name: "updateServersContract",
6424
- outputs: [],
6216
+ inputs: [],
6425
6217
  stateMutability: "nonpayable",
6426
- type: "function"
6218
+ type: "constructor"
6427
6219
  },
6428
6220
  {
6429
- inputs: [
6430
- {
6431
- internalType: "address",
6432
- name: "trustedForwarderAddress",
6433
- type: "address"
6434
- }
6435
- ],
6436
- name: "updateTrustedForwarder",
6437
- outputs: [],
6438
- stateMutability: "nonpayable",
6439
- type: "function"
6221
+ inputs: [],
6222
+ name: "AccessControlBadConfirmation",
6223
+ type: "error"
6440
6224
  },
6441
6225
  {
6442
6226
  inputs: [
6443
6227
  {
6444
6228
  internalType: "address",
6445
- name: "newImplementation",
6229
+ name: "account",
6446
6230
  type: "address"
6447
6231
  },
6448
6232
  {
6449
- internalType: "bytes",
6450
- name: "data",
6451
- type: "bytes"
6233
+ internalType: "bytes32",
6234
+ name: "neededRole",
6235
+ type: "bytes32"
6452
6236
  }
6453
6237
  ],
6454
- name: "upgradeToAndCall",
6455
- outputs: [],
6456
- stateMutability: "payable",
6457
- type: "function"
6238
+ name: "AccessControlUnauthorizedAccount",
6239
+ type: "error"
6458
6240
  },
6459
6241
  {
6460
6242
  inputs: [
6461
6243
  {
6462
6244
  internalType: "address",
6463
- name: "userAddress",
6245
+ name: "target",
6464
6246
  type: "address"
6465
6247
  }
6466
6248
  ],
6467
- name: "userNonce",
6468
- outputs: [
6249
+ name: "AddressEmptyCode",
6250
+ type: "error"
6251
+ },
6252
+ {
6253
+ inputs: [
6469
6254
  {
6470
- internalType: "uint256",
6471
- name: "",
6472
- type: "uint256"
6255
+ internalType: "bytes32",
6256
+ name: "serverId",
6257
+ type: "bytes32"
6473
6258
  }
6474
6259
  ],
6475
- stateMutability: "view",
6476
- type: "function"
6260
+ name: "AlreadyRevoked",
6261
+ type: "error"
6477
6262
  },
6478
6263
  {
6479
6264
  inputs: [
6480
6265
  {
6481
- internalType: "address",
6482
- name: "userAddress",
6483
- type: "address"
6266
+ internalType: "uint256",
6267
+ name: "deadline",
6268
+ type: "uint256"
6484
6269
  },
6485
6270
  {
6486
6271
  internalType: "uint256",
6487
- name: "permissionIndex",
6272
+ name: "currentTime",
6488
6273
  type: "uint256"
6489
6274
  }
6490
6275
  ],
6491
- name: "userPermissionIdsAt",
6492
- outputs: [
6276
+ name: "DeadlineExpired",
6277
+ type: "error"
6278
+ },
6279
+ {
6280
+ inputs: [],
6281
+ name: "ECDSAInvalidSignature",
6282
+ type: "error"
6283
+ },
6284
+ {
6285
+ inputs: [
6493
6286
  {
6494
6287
  internalType: "uint256",
6495
- name: "",
6288
+ name: "length",
6496
6289
  type: "uint256"
6497
6290
  }
6498
6291
  ],
6499
- stateMutability: "view",
6500
- type: "function"
6292
+ name: "ECDSAInvalidSignatureLength",
6293
+ type: "error"
6501
6294
  },
6502
6295
  {
6503
6296
  inputs: [
6504
6297
  {
6505
- internalType: "address",
6506
- name: "userAddress",
6507
- type: "address"
6508
- }
6509
- ],
6510
- name: "userPermissionIdsLength",
6511
- outputs: [
6512
- {
6513
- internalType: "uint256",
6514
- name: "",
6515
- type: "uint256"
6516
- }
6517
- ],
6518
- stateMutability: "view",
6519
- type: "function"
6520
- },
6521
- {
6522
- inputs: [
6523
- {
6524
- internalType: "address",
6525
- name: "userAddress",
6526
- type: "address"
6527
- }
6528
- ],
6529
- name: "userPermissionIdsValues",
6530
- outputs: [
6531
- {
6532
- internalType: "uint256[]",
6533
- name: "",
6534
- type: "uint256[]"
6535
- }
6536
- ],
6537
- stateMutability: "view",
6538
- type: "function"
6539
- },
6540
- {
6541
- inputs: [
6542
- {
6543
- internalType: "address",
6544
- name: "userAddress",
6545
- type: "address"
6546
- }
6547
- ],
6548
- name: "users",
6549
- outputs: [
6550
- {
6551
- internalType: "uint256",
6552
- name: "nonce",
6553
- type: "uint256"
6554
- },
6555
- {
6556
- internalType: "uint256[]",
6557
- name: "permissionIds",
6558
- type: "uint256[]"
6559
- }
6560
- ],
6561
- stateMutability: "view",
6562
- type: "function"
6563
- },
6564
- {
6565
- inputs: [],
6566
- name: "version",
6567
- outputs: [
6568
- {
6569
- internalType: "uint256",
6570
- name: "",
6571
- type: "uint256"
6572
- }
6573
- ],
6574
- stateMutability: "pure",
6575
- type: "function"
6576
- }
6577
- ];
6578
-
6579
- // src/generated/abi/DataPortabilityServersImplementation.ts
6580
- var DataPortabilityServersABI = [
6581
- {
6582
- inputs: [],
6583
- stateMutability: "nonpayable",
6584
- type: "constructor"
6585
- },
6586
- {
6587
- inputs: [],
6588
- name: "AccessControlBadConfirmation",
6589
- type: "error"
6590
- },
6591
- {
6592
- inputs: [
6593
- {
6594
- internalType: "address",
6595
- name: "account",
6596
- type: "address"
6597
- },
6598
- {
6599
- internalType: "bytes32",
6600
- name: "neededRole",
6601
- type: "bytes32"
6602
- }
6603
- ],
6604
- name: "AccessControlUnauthorizedAccount",
6605
- type: "error"
6606
- },
6607
- {
6608
- inputs: [
6609
- {
6610
- internalType: "address",
6611
- name: "target",
6612
- type: "address"
6613
- }
6614
- ],
6615
- name: "AddressEmptyCode",
6616
- type: "error"
6617
- },
6618
- {
6619
- inputs: [],
6620
- name: "ECDSAInvalidSignature",
6621
- type: "error"
6622
- },
6623
- {
6624
- inputs: [
6625
- {
6626
- internalType: "uint256",
6627
- name: "length",
6628
- type: "uint256"
6629
- }
6630
- ],
6631
- name: "ECDSAInvalidSignatureLength",
6632
- type: "error"
6633
- },
6634
- {
6635
- inputs: [
6636
- {
6637
- internalType: "bytes32",
6638
- name: "s",
6639
- type: "bytes32"
6298
+ internalType: "bytes32",
6299
+ name: "s",
6300
+ type: "bytes32"
6640
6301
  }
6641
6302
  ],
6642
6303
  name: "ECDSAInvalidSignatureS",
@@ -6689,19 +6350,8 @@ var DataPortabilityServersABI = [
6689
6350
  type: "error"
6690
6351
  },
6691
6352
  {
6692
- inputs: [
6693
- {
6694
- internalType: "uint256",
6695
- name: "expectedNonce",
6696
- type: "uint256"
6697
- },
6698
- {
6699
- internalType: "uint256",
6700
- name: "providedNonce",
6701
- type: "uint256"
6702
- }
6703
- ],
6704
- name: "InvalidNonce",
6353
+ inputs: [],
6354
+ name: "InvalidSignature",
6705
6355
  type: "error"
6706
6356
  },
6707
6357
  {
@@ -6711,14 +6361,19 @@ var DataPortabilityServersABI = [
6711
6361
  },
6712
6362
  {
6713
6363
  inputs: [
6364
+ {
6365
+ internalType: "bytes32",
6366
+ name: "serverId",
6367
+ type: "bytes32"
6368
+ },
6714
6369
  {
6715
6370
  internalType: "address",
6716
- name: "serverOwner",
6371
+ name: "claimed",
6717
6372
  type: "address"
6718
6373
  },
6719
6374
  {
6720
6375
  internalType: "address",
6721
- name: "requestor",
6376
+ name: "actual",
6722
6377
  type: "address"
6723
6378
  }
6724
6379
  ],
@@ -6726,44 +6381,57 @@ var DataPortabilityServersABI = [
6726
6381
  type: "error"
6727
6382
  },
6728
6383
  {
6729
- inputs: [],
6730
- name: "ServerAlreadyRegistered",
6731
- type: "error"
6732
- },
6733
- {
6734
- inputs: [],
6735
- name: "ServerAlreadyTrusted",
6384
+ inputs: [
6385
+ {
6386
+ internalType: "address",
6387
+ name: "claimed",
6388
+ type: "address"
6389
+ },
6390
+ {
6391
+ internalType: "address",
6392
+ name: "recovered",
6393
+ type: "address"
6394
+ }
6395
+ ],
6396
+ name: "OwnerMismatch",
6736
6397
  type: "error"
6737
6398
  },
6738
6399
  {
6739
- inputs: [],
6740
- name: "ServerAlreadyUntrusted",
6400
+ inputs: [
6401
+ {
6402
+ internalType: "address",
6403
+ name: "serverAddress",
6404
+ type: "address"
6405
+ }
6406
+ ],
6407
+ name: "ServerAlreadyRegistered",
6741
6408
  type: "error"
6742
6409
  },
6743
6410
  {
6744
- inputs: [],
6411
+ inputs: [
6412
+ {
6413
+ internalType: "bytes32",
6414
+ name: "serverId",
6415
+ type: "bytes32"
6416
+ }
6417
+ ],
6745
6418
  name: "ServerNotFound",
6746
6419
  type: "error"
6747
6420
  },
6748
- {
6749
- inputs: [],
6750
- name: "ServerNotTrusted",
6751
- type: "error"
6752
- },
6753
6421
  {
6754
6422
  inputs: [
6755
6423
  {
6756
- internalType: "string",
6757
- name: "existingUrl",
6758
- type: "string"
6424
+ internalType: "bytes32",
6425
+ name: "expected",
6426
+ type: "bytes32"
6759
6427
  },
6760
6428
  {
6761
- internalType: "string",
6762
- name: "providedUrl",
6763
- type: "string"
6429
+ internalType: "bytes32",
6430
+ name: "provided",
6431
+ type: "bytes32"
6764
6432
  }
6765
6433
  ],
6766
- name: "ServerUrlMismatch",
6434
+ name: "StaleServerId",
6767
6435
  type: "error"
6768
6436
  },
6769
6437
  {
@@ -6899,14 +6567,14 @@ var DataPortabilityServersABI = [
6899
6567
  inputs: [
6900
6568
  {
6901
6569
  indexed: true,
6902
- internalType: "uint256",
6570
+ internalType: "bytes32",
6903
6571
  name: "serverId",
6904
- type: "uint256"
6572
+ type: "bytes32"
6905
6573
  },
6906
6574
  {
6907
6575
  indexed: true,
6908
6576
  internalType: "address",
6909
- name: "owner",
6577
+ name: "ownerAddress",
6910
6578
  type: "address"
6911
6579
  },
6912
6580
  {
@@ -6914,21 +6582,9 @@ var DataPortabilityServersABI = [
6914
6582
  internalType: "address",
6915
6583
  name: "serverAddress",
6916
6584
  type: "address"
6917
- },
6918
- {
6919
- indexed: false,
6920
- internalType: "string",
6921
- name: "publicKey",
6922
- type: "string"
6923
- },
6924
- {
6925
- indexed: false,
6926
- internalType: "string",
6927
- name: "url",
6928
- type: "string"
6929
6585
  }
6930
6586
  ],
6931
- name: "ServerRegistered",
6587
+ name: "ServerDeregistered",
6932
6588
  type: "event"
6933
6589
  },
6934
6590
  {
@@ -6936,56 +6592,36 @@ var DataPortabilityServersABI = [
6936
6592
  inputs: [
6937
6593
  {
6938
6594
  indexed: true,
6939
- internalType: "address",
6940
- name: "user",
6941
- type: "address"
6942
- },
6943
- {
6944
- indexed: true,
6945
- internalType: "uint256",
6595
+ internalType: "bytes32",
6946
6596
  name: "serverId",
6947
- type: "uint256"
6948
- }
6949
- ],
6950
- name: "ServerTrusted",
6951
- type: "event"
6952
- },
6953
- {
6954
- anonymous: false,
6955
- inputs: [
6597
+ type: "bytes32"
6598
+ },
6956
6599
  {
6957
6600
  indexed: true,
6958
6601
  internalType: "address",
6959
- name: "user",
6602
+ name: "ownerAddress",
6960
6603
  type: "address"
6961
6604
  },
6962
6605
  {
6963
6606
  indexed: true,
6964
- internalType: "uint256",
6965
- name: "serverId",
6966
- type: "uint256"
6967
- }
6968
- ],
6969
- name: "ServerUntrusted",
6970
- type: "event"
6971
- },
6972
- {
6973
- anonymous: false,
6974
- inputs: [
6607
+ internalType: "address",
6608
+ name: "serverAddress",
6609
+ type: "address"
6610
+ },
6975
6611
  {
6976
- indexed: true,
6977
- internalType: "uint256",
6978
- name: "serverId",
6979
- type: "uint256"
6612
+ indexed: false,
6613
+ internalType: "string",
6614
+ name: "publicKey",
6615
+ type: "string"
6980
6616
  },
6981
6617
  {
6982
6618
  indexed: false,
6983
6619
  internalType: "string",
6984
- name: "url",
6620
+ name: "serverUrl",
6985
6621
  type: "string"
6986
6622
  }
6987
6623
  ],
6988
- name: "ServerUpdated",
6624
+ name: "ServerRegistered",
6989
6625
  type: "event"
6990
6626
  },
6991
6627
  {
@@ -7042,7 +6678,7 @@ var DataPortabilityServersABI = [
7042
6678
  },
7043
6679
  {
7044
6680
  inputs: [],
7045
- name: "PERMISSION_MANAGER_ROLE",
6681
+ name: "SERVER_DEREGISTRATION_TYPEHASH",
7046
6682
  outputs: [
7047
6683
  {
7048
6684
  internalType: "bytes32",
@@ -7055,90 +6691,76 @@ var DataPortabilityServersABI = [
7055
6691
  },
7056
6692
  {
7057
6693
  inputs: [],
7058
- name: "UPGRADE_INTERFACE_VERSION",
6694
+ name: "SERVER_REGISTRATION_TYPEHASH",
7059
6695
  outputs: [
7060
6696
  {
7061
- internalType: "string",
6697
+ internalType: "bytes32",
7062
6698
  name: "",
7063
- type: "string"
6699
+ type: "bytes32"
7064
6700
  }
7065
6701
  ],
7066
6702
  stateMutability: "view",
7067
6703
  type: "function"
7068
6704
  },
7069
6705
  {
7070
- inputs: [
7071
- {
7072
- internalType: "address",
7073
- name: "ownerAddress",
6706
+ inputs: [],
6707
+ name: "UPGRADE_INTERFACE_VERSION",
6708
+ outputs: [
6709
+ {
6710
+ internalType: "string",
6711
+ name: "",
6712
+ type: "string"
6713
+ }
6714
+ ],
6715
+ stateMutability: "view",
6716
+ type: "function"
6717
+ },
6718
+ {
6719
+ inputs: [
6720
+ {
6721
+ internalType: "address",
6722
+ name: "serverAddress",
7074
6723
  type: "address"
7075
- },
6724
+ }
6725
+ ],
6726
+ name: "activeServerId",
6727
+ outputs: [
7076
6728
  {
7077
- components: [
7078
- {
7079
- internalType: "address",
7080
- name: "serverAddress",
7081
- type: "address"
7082
- },
7083
- {
7084
- internalType: "string",
7085
- name: "publicKey",
7086
- type: "string"
7087
- },
7088
- {
7089
- internalType: "string",
7090
- name: "serverUrl",
7091
- type: "string"
7092
- }
7093
- ],
7094
- internalType: "struct IDataPortabilityServers.AddServerInput",
7095
- name: "addServerInput",
7096
- type: "tuple"
6729
+ internalType: "bytes32",
6730
+ name: "",
6731
+ type: "bytes32"
7097
6732
  }
7098
6733
  ],
7099
- name: "addAndTrustServerByManager",
7100
- outputs: [],
7101
- stateMutability: "nonpayable",
6734
+ stateMutability: "view",
7102
6735
  type: "function"
7103
6736
  },
7104
6737
  {
7105
6738
  inputs: [
7106
6739
  {
7107
- components: [
7108
- {
7109
- internalType: "uint256",
7110
- name: "nonce",
7111
- type: "uint256"
7112
- },
7113
- {
7114
- internalType: "address",
7115
- name: "serverAddress",
7116
- type: "address"
7117
- },
7118
- {
7119
- internalType: "string",
7120
- name: "publicKey",
7121
- type: "string"
7122
- },
7123
- {
7124
- internalType: "string",
7125
- name: "serverUrl",
7126
- type: "string"
7127
- }
7128
- ],
7129
- internalType: "struct IDataPortabilityServers.AddServerWithSignatureInput",
7130
- name: "addServerInput",
7131
- type: "tuple"
6740
+ internalType: "address",
6741
+ name: "serverAddress",
6742
+ type: "address"
7132
6743
  },
7133
6744
  {
7134
- internalType: "bytes",
7135
- name: "signature",
7136
- type: "bytes"
6745
+ internalType: "string",
6746
+ name: "publicKey",
6747
+ type: "string"
6748
+ },
6749
+ {
6750
+ internalType: "string",
6751
+ name: "serverUrl",
6752
+ type: "string"
7137
6753
  }
7138
6754
  ],
7139
- name: "addAndTrustServerWithSignature",
7140
- outputs: [],
7141
- stateMutability: "nonpayable",
6755
+ name: "computeServerId",
6756
+ outputs: [
6757
+ {
6758
+ internalType: "bytes32",
6759
+ name: "",
6760
+ type: "bytes32"
6761
+ }
6762
+ ],
6763
+ stateMutability: "view",
7142
6764
  type: "function"
7143
6765
  },
7144
6766
  {
@@ -7146,9 +6768,9 @@ var DataPortabilityServersABI = [
7146
6768
  {
7147
6769
  components: [
7148
6770
  {
7149
- internalType: "uint256",
7150
- name: "nonce",
7151
- type: "uint256"
6771
+ internalType: "address",
6772
+ name: "ownerAddress",
6773
+ type: "address"
7152
6774
  },
7153
6775
  {
7154
6776
  internalType: "address",
@@ -7156,18 +6778,18 @@ var DataPortabilityServersABI = [
7156
6778
  type: "address"
7157
6779
  },
7158
6780
  {
7159
- internalType: "string",
7160
- name: "publicKey",
7161
- type: "string"
6781
+ internalType: "bytes32",
6782
+ name: "serverId",
6783
+ type: "bytes32"
7162
6784
  },
7163
6785
  {
7164
- internalType: "string",
7165
- name: "serverUrl",
7166
- type: "string"
6786
+ internalType: "uint256",
6787
+ name: "deadline",
6788
+ type: "uint256"
7167
6789
  }
7168
6790
  ],
7169
- internalType: "struct IDataPortabilityServers.AddServerWithSignatureInput",
7170
- name: "addServerInput",
6791
+ internalType: "struct IDataPortabilityServersV2.ServerDeregistration",
6792
+ name: "input",
7171
6793
  type: "tuple"
7172
6794
  },
7173
6795
  {
@@ -7176,11 +6798,24 @@ var DataPortabilityServersABI = [
7176
6798
  type: "bytes"
7177
6799
  }
7178
6800
  ],
7179
- name: "addServerWithSignature",
6801
+ name: "deregisterServerWithSignature",
7180
6802
  outputs: [],
7181
6803
  stateMutability: "nonpayable",
7182
6804
  type: "function"
7183
6805
  },
6806
+ {
6807
+ inputs: [],
6808
+ name: "domainSeparator",
6809
+ outputs: [
6810
+ {
6811
+ internalType: "bytes32",
6812
+ name: "",
6813
+ type: "bytes32"
6814
+ }
6815
+ ],
6816
+ stateMutability: "view",
6817
+ type: "function"
6818
+ },
7184
6819
  {
7185
6820
  inputs: [],
7186
6821
  name: "eip712Domain",
@@ -7224,6 +6859,62 @@ var DataPortabilityServersABI = [
7224
6859
  stateMutability: "view",
7225
6860
  type: "function"
7226
6861
  },
6862
+ {
6863
+ inputs: [
6864
+ {
6865
+ internalType: "address",
6866
+ name: "serverAddress",
6867
+ type: "address"
6868
+ }
6869
+ ],
6870
+ name: "getActiveServerByAddress",
6871
+ outputs: [
6872
+ {
6873
+ components: [
6874
+ {
6875
+ internalType: "bytes32",
6876
+ name: "id",
6877
+ type: "bytes32"
6878
+ },
6879
+ {
6880
+ internalType: "address",
6881
+ name: "ownerAddress",
6882
+ type: "address"
6883
+ },
6884
+ {
6885
+ internalType: "address",
6886
+ name: "serverAddress",
6887
+ type: "address"
6888
+ },
6889
+ {
6890
+ internalType: "string",
6891
+ name: "publicKey",
6892
+ type: "string"
6893
+ },
6894
+ {
6895
+ internalType: "string",
6896
+ name: "serverUrl",
6897
+ type: "string"
6898
+ },
6899
+ {
6900
+ internalType: "uint256",
6901
+ name: "registeredAtBlock",
6902
+ type: "uint256"
6903
+ },
6904
+ {
6905
+ internalType: "uint256",
6906
+ name: "revokedAtBlock",
6907
+ type: "uint256"
6908
+ }
6909
+ ],
6910
+ internalType: "struct IDataPortabilityServersV2.ServerInfo",
6911
+ name: "",
6912
+ type: "tuple"
6913
+ }
6914
+ ],
6915
+ stateMutability: "view",
6916
+ type: "function"
6917
+ },
7227
6918
  {
7228
6919
  inputs: [
7229
6920
  {
@@ -7243,6 +6934,62 @@ var DataPortabilityServersABI = [
7243
6934
  stateMutability: "view",
7244
6935
  type: "function"
7245
6936
  },
6937
+ {
6938
+ inputs: [
6939
+ {
6940
+ internalType: "bytes32",
6941
+ name: "serverId",
6942
+ type: "bytes32"
6943
+ }
6944
+ ],
6945
+ name: "getServer",
6946
+ outputs: [
6947
+ {
6948
+ components: [
6949
+ {
6950
+ internalType: "bytes32",
6951
+ name: "id",
6952
+ type: "bytes32"
6953
+ },
6954
+ {
6955
+ internalType: "address",
6956
+ name: "ownerAddress",
6957
+ type: "address"
6958
+ },
6959
+ {
6960
+ internalType: "address",
6961
+ name: "serverAddress",
6962
+ type: "address"
6963
+ },
6964
+ {
6965
+ internalType: "string",
6966
+ name: "publicKey",
6967
+ type: "string"
6968
+ },
6969
+ {
6970
+ internalType: "string",
6971
+ name: "serverUrl",
6972
+ type: "string"
6973
+ },
6974
+ {
6975
+ internalType: "uint256",
6976
+ name: "registeredAtBlock",
6977
+ type: "uint256"
6978
+ },
6979
+ {
6980
+ internalType: "uint256",
6981
+ name: "revokedAtBlock",
6982
+ type: "uint256"
6983
+ }
6984
+ ],
6985
+ internalType: "struct IDataPortabilityServersV2.ServerInfo",
6986
+ name: "",
6987
+ type: "tuple"
6988
+ }
6989
+ ],
6990
+ stateMutability: "view",
6991
+ type: "function"
6992
+ },
7246
6993
  {
7247
6994
  inputs: [
7248
6995
  {
@@ -7323,113 +7070,25 @@ var DataPortabilityServersABI = [
7323
7070
  type: "function"
7324
7071
  },
7325
7072
  {
7326
- inputs: [],
7327
- name: "pause",
7328
- outputs: [],
7329
- stateMutability: "nonpayable",
7330
- type: "function"
7331
- },
7332
- {
7333
- inputs: [],
7334
- name: "paused",
7335
- outputs: [
7073
+ inputs: [
7336
7074
  {
7337
- internalType: "bool",
7338
- name: "",
7339
- type: "bool"
7075
+ internalType: "address",
7076
+ name: "ownerAddress",
7077
+ type: "address"
7340
7078
  }
7341
7079
  ],
7342
- stateMutability: "view",
7343
- type: "function"
7344
- },
7345
- {
7346
- inputs: [],
7347
- name: "proxiableUUID",
7348
- outputs: [
7349
- {
7350
- internalType: "bytes32",
7351
- name: "",
7352
- type: "bytes32"
7353
- }
7354
- ],
7355
- stateMutability: "view",
7356
- type: "function"
7357
- },
7358
- {
7359
- inputs: [
7360
- {
7361
- internalType: "bytes32",
7362
- name: "role",
7363
- type: "bytes32"
7364
- },
7365
- {
7366
- internalType: "address",
7367
- name: "callerConfirmation",
7368
- type: "address"
7369
- }
7370
- ],
7371
- name: "renounceRole",
7372
- outputs: [],
7373
- stateMutability: "nonpayable",
7374
- type: "function"
7375
- },
7376
- {
7377
- inputs: [
7378
- {
7379
- internalType: "bytes32",
7380
- name: "role",
7381
- type: "bytes32"
7382
- },
7383
- {
7384
- internalType: "address",
7385
- name: "account",
7386
- type: "address"
7387
- }
7388
- ],
7389
- name: "revokeRole",
7390
- outputs: [],
7391
- stateMutability: "nonpayable",
7392
- type: "function"
7393
- },
7394
- {
7395
- inputs: [
7396
- {
7397
- internalType: "address",
7398
- name: "serverAddress",
7399
- type: "address"
7400
- }
7401
- ],
7402
- name: "serverAddressToId",
7403
- outputs: [
7404
- {
7405
- internalType: "uint256",
7406
- name: "serverId",
7407
- type: "uint256"
7408
- }
7409
- ],
7410
- stateMutability: "view",
7411
- type: "function"
7412
- },
7413
- {
7414
- inputs: [
7415
- {
7416
- internalType: "address",
7417
- name: "serverAddress",
7418
- type: "address"
7419
- }
7420
- ],
7421
- name: "serverByAddress",
7080
+ name: "ownerServers",
7422
7081
  outputs: [
7423
7082
  {
7424
7083
  components: [
7425
7084
  {
7426
- internalType: "uint256",
7085
+ internalType: "bytes32",
7427
7086
  name: "id",
7428
- type: "uint256"
7087
+ type: "bytes32"
7429
7088
  },
7430
7089
  {
7431
7090
  internalType: "address",
7432
- name: "owner",
7091
+ name: "ownerAddress",
7433
7092
  type: "address"
7434
7093
  },
7435
7094
  {
@@ -7444,59 +7103,23 @@ var DataPortabilityServersABI = [
7444
7103
  },
7445
7104
  {
7446
7105
  internalType: "string",
7447
- name: "url",
7106
+ name: "serverUrl",
7448
7107
  type: "string"
7449
- }
7450
- ],
7451
- internalType: "struct IDataPortabilityServers.ServerInfo",
7452
- name: "",
7453
- type: "tuple"
7454
- }
7455
- ],
7456
- stateMutability: "view",
7457
- type: "function"
7458
- },
7459
- {
7460
- inputs: [
7461
- {
7462
- internalType: "uint256",
7463
- name: "serverId",
7464
- type: "uint256"
7465
- }
7466
- ],
7467
- name: "servers",
7468
- outputs: [
7469
- {
7470
- components: [
7108
+ },
7471
7109
  {
7472
7110
  internalType: "uint256",
7473
- name: "id",
7111
+ name: "registeredAtBlock",
7474
7112
  type: "uint256"
7475
7113
  },
7476
7114
  {
7477
- internalType: "address",
7478
- name: "owner",
7479
- type: "address"
7480
- },
7481
- {
7482
- internalType: "address",
7483
- name: "serverAddress",
7484
- type: "address"
7485
- },
7486
- {
7487
- internalType: "string",
7488
- name: "publicKey",
7489
- type: "string"
7490
- },
7491
- {
7492
- internalType: "string",
7493
- name: "url",
7494
- type: "string"
7115
+ internalType: "uint256",
7116
+ name: "revokedAtBlock",
7117
+ type: "uint256"
7495
7118
  }
7496
7119
  ],
7497
- internalType: "struct IDataPortabilityServers.ServerInfo",
7120
+ internalType: "struct IDataPortabilityServersV2.ServerInfo[]",
7498
7121
  name: "",
7499
- type: "tuple"
7122
+ type: "tuple[]"
7500
7123
  }
7501
7124
  ],
7502
7125
  stateMutability: "view",
@@ -7504,62 +7127,14 @@ var DataPortabilityServersABI = [
7504
7127
  },
7505
7128
  {
7506
7129
  inputs: [],
7507
- name: "serversCount",
7508
- outputs: [
7509
- {
7510
- internalType: "uint256",
7511
- name: "",
7512
- type: "uint256"
7513
- }
7514
- ],
7515
- stateMutability: "view",
7516
- type: "function"
7517
- },
7518
- {
7519
- inputs: [
7520
- {
7521
- internalType: "bytes32",
7522
- name: "role",
7523
- type: "bytes32"
7524
- },
7525
- {
7526
- internalType: "bytes32",
7527
- name: "adminRole",
7528
- type: "bytes32"
7529
- }
7530
- ],
7531
- name: "setRoleAdmin",
7532
- outputs: [],
7533
- stateMutability: "nonpayable",
7534
- type: "function"
7535
- },
7536
- {
7537
- inputs: [
7538
- {
7539
- internalType: "address",
7540
- name: "userAddress",
7541
- type: "address"
7542
- },
7543
- {
7544
- internalType: "uint256",
7545
- name: "nonce",
7546
- type: "uint256"
7547
- }
7548
- ],
7549
- name: "setUserNonce",
7130
+ name: "pause",
7550
7131
  outputs: [],
7551
7132
  stateMutability: "nonpayable",
7552
7133
  type: "function"
7553
7134
  },
7554
7135
  {
7555
- inputs: [
7556
- {
7557
- internalType: "bytes4",
7558
- name: "interfaceId",
7559
- type: "bytes4"
7560
- }
7561
- ],
7562
- name: "supportsInterface",
7136
+ inputs: [],
7137
+ name: "paused",
7563
7138
  outputs: [
7564
7139
  {
7565
7140
  internalType: "bool",
@@ -7570,117 +7145,46 @@ var DataPortabilityServersABI = [
7570
7145
  stateMutability: "view",
7571
7146
  type: "function"
7572
7147
  },
7573
- {
7574
- inputs: [
7575
- {
7576
- internalType: "uint256",
7577
- name: "serverId",
7578
- type: "uint256"
7579
- }
7580
- ],
7581
- name: "trustServer",
7582
- outputs: [],
7583
- stateMutability: "nonpayable",
7584
- type: "function"
7585
- },
7586
- {
7587
- inputs: [
7588
- {
7589
- internalType: "address",
7590
- name: "userAddress",
7591
- type: "address"
7592
- },
7593
- {
7594
- internalType: "uint256",
7595
- name: "serverId",
7596
- type: "uint256"
7597
- }
7598
- ],
7599
- name: "trustServerByManager",
7600
- outputs: [],
7601
- stateMutability: "nonpayable",
7602
- type: "function"
7603
- },
7604
- {
7605
- inputs: [
7606
- {
7607
- components: [
7608
- {
7609
- internalType: "uint256",
7610
- name: "nonce",
7611
- type: "uint256"
7612
- },
7613
- {
7614
- internalType: "uint256",
7615
- name: "serverId",
7616
- type: "uint256"
7617
- }
7618
- ],
7619
- internalType: "struct IDataPortabilityServers.TrustServerInput",
7620
- name: "trustServerInput",
7621
- type: "tuple"
7622
- },
7623
- {
7624
- internalType: "bytes",
7625
- name: "signature",
7626
- type: "bytes"
7627
- }
7628
- ],
7629
- name: "trustServerWithSignature",
7630
- outputs: [],
7631
- stateMutability: "nonpayable",
7632
- type: "function"
7633
- },
7634
7148
  {
7635
7149
  inputs: [],
7636
- name: "trustedForwarder",
7150
+ name: "proxiableUUID",
7637
7151
  outputs: [
7638
7152
  {
7639
- internalType: "address",
7153
+ internalType: "bytes32",
7640
7154
  name: "",
7641
- type: "address"
7155
+ type: "bytes32"
7642
7156
  }
7643
7157
  ],
7644
7158
  stateMutability: "view",
7645
7159
  type: "function"
7646
7160
  },
7647
- {
7648
- inputs: [],
7649
- name: "unpause",
7650
- outputs: [],
7651
- stateMutability: "nonpayable",
7652
- type: "function"
7653
- },
7654
- {
7655
- inputs: [
7656
- {
7657
- internalType: "uint256",
7658
- name: "serverId",
7659
- type: "uint256"
7660
- }
7661
- ],
7662
- name: "untrustServer",
7663
- outputs: [],
7664
- stateMutability: "nonpayable",
7665
- type: "function"
7666
- },
7667
7161
  {
7668
7162
  inputs: [
7669
7163
  {
7670
7164
  components: [
7671
7165
  {
7672
- internalType: "uint256",
7673
- name: "nonce",
7674
- type: "uint256"
7166
+ internalType: "address",
7167
+ name: "ownerAddress",
7168
+ type: "address"
7675
7169
  },
7676
7170
  {
7677
- internalType: "uint256",
7678
- name: "serverId",
7679
- type: "uint256"
7171
+ internalType: "address",
7172
+ name: "serverAddress",
7173
+ type: "address"
7174
+ },
7175
+ {
7176
+ internalType: "string",
7177
+ name: "publicKey",
7178
+ type: "string"
7179
+ },
7180
+ {
7181
+ internalType: "string",
7182
+ name: "serverUrl",
7183
+ type: "string"
7680
7184
  }
7681
7185
  ],
7682
- internalType: "struct IDataPortabilityServers.UntrustServerInput",
7683
- name: "untrustServerInput",
7186
+ internalType: "struct IDataPortabilityServersV2.ServerRegistration",
7187
+ name: "input",
7684
7188
  type: "tuple"
7685
7189
  },
7686
7190
  {
@@ -7689,38 +7193,31 @@ var DataPortabilityServersABI = [
7689
7193
  type: "bytes"
7690
7194
  }
7691
7195
  ],
7692
- name: "untrustServerWithSignature",
7693
- outputs: [],
7694
- stateMutability: "nonpayable",
7695
- type: "function"
7696
- },
7697
- {
7698
- inputs: [
7196
+ name: "registerServerWithSignature",
7197
+ outputs: [
7699
7198
  {
7700
- internalType: "uint256",
7199
+ internalType: "bytes32",
7701
7200
  name: "serverId",
7702
- type: "uint256"
7703
- },
7704
- {
7705
- internalType: "string",
7706
- name: "url",
7707
- type: "string"
7201
+ type: "bytes32"
7708
7202
  }
7709
7203
  ],
7710
- name: "updateServer",
7711
- outputs: [],
7712
7204
  stateMutability: "nonpayable",
7713
7205
  type: "function"
7714
7206
  },
7715
7207
  {
7716
7208
  inputs: [
7209
+ {
7210
+ internalType: "bytes32",
7211
+ name: "role",
7212
+ type: "bytes32"
7213
+ },
7717
7214
  {
7718
7215
  internalType: "address",
7719
- name: "trustedForwarderAddress",
7216
+ name: "callerConfirmation",
7720
7217
  type: "address"
7721
7218
  }
7722
7219
  ],
7723
- name: "updateTrustedForwarder",
7220
+ name: "renounceRole",
7724
7221
  outputs: [],
7725
7222
  stateMutability: "nonpayable",
7726
7223
  type: "function"
@@ -7728,30 +7225,24 @@ var DataPortabilityServersABI = [
7728
7225
  {
7729
7226
  inputs: [
7730
7227
  {
7731
- internalType: "address",
7732
- name: "newImplementation",
7733
- type: "address"
7228
+ internalType: "bytes32",
7229
+ name: "role",
7230
+ type: "bytes32"
7734
7231
  },
7735
7232
  {
7736
- internalType: "bytes",
7737
- name: "data",
7738
- type: "bytes"
7233
+ internalType: "address",
7234
+ name: "account",
7235
+ type: "address"
7739
7236
  }
7740
7237
  ],
7741
- name: "upgradeToAndCall",
7238
+ name: "revokeRole",
7742
7239
  outputs: [],
7743
- stateMutability: "payable",
7240
+ stateMutability: "nonpayable",
7744
7241
  type: "function"
7745
7242
  },
7746
7243
  {
7747
- inputs: [
7748
- {
7749
- internalType: "address",
7750
- name: "userAddress",
7751
- type: "address"
7752
- }
7753
- ],
7754
- name: "userNonce",
7244
+ inputs: [],
7245
+ name: "serversCount",
7755
7246
  outputs: [
7756
7247
  {
7757
7248
  internalType: "uint256",
@@ -7765,204 +7256,84 @@ var DataPortabilityServersABI = [
7765
7256
  {
7766
7257
  inputs: [
7767
7258
  {
7768
- internalType: "address",
7769
- name: "userAddress",
7770
- type: "address"
7771
- },
7772
- {
7773
- internalType: "uint256",
7774
- name: "serverIndex",
7775
- type: "uint256"
7259
+ internalType: "bytes4",
7260
+ name: "interfaceId",
7261
+ type: "bytes4"
7776
7262
  }
7777
7263
  ],
7778
- name: "userServerIdsAt",
7264
+ name: "supportsInterface",
7779
7265
  outputs: [
7780
7266
  {
7781
- internalType: "uint256",
7267
+ internalType: "bool",
7782
7268
  name: "",
7783
- type: "uint256"
7269
+ type: "bool"
7784
7270
  }
7785
7271
  ],
7786
7272
  stateMutability: "view",
7787
7273
  type: "function"
7788
7274
  },
7789
7275
  {
7790
- inputs: [
7791
- {
7792
- internalType: "address",
7793
- name: "userAddress",
7794
- type: "address"
7795
- }
7796
- ],
7797
- name: "userServerIdsLength",
7276
+ inputs: [],
7277
+ name: "trustedForwarder",
7798
7278
  outputs: [
7799
7279
  {
7800
- internalType: "uint256",
7280
+ internalType: "address",
7801
7281
  name: "",
7802
- type: "uint256"
7282
+ type: "address"
7803
7283
  }
7804
7284
  ],
7805
7285
  stateMutability: "view",
7806
7286
  type: "function"
7807
7287
  },
7808
7288
  {
7809
- inputs: [
7810
- {
7811
- internalType: "address",
7812
- name: "userAddress",
7813
- type: "address"
7814
- }
7815
- ],
7816
- name: "userServerIdsValues",
7817
- outputs: [
7818
- {
7819
- internalType: "uint256[]",
7820
- name: "",
7821
- type: "uint256[]"
7822
- }
7823
- ],
7824
- stateMutability: "view",
7289
+ inputs: [],
7290
+ name: "unpause",
7291
+ outputs: [],
7292
+ stateMutability: "nonpayable",
7825
7293
  type: "function"
7826
7294
  },
7827
7295
  {
7828
7296
  inputs: [
7829
7297
  {
7830
7298
  internalType: "address",
7831
- name: "userAddress",
7299
+ name: "trustedForwarderAddress",
7832
7300
  type: "address"
7833
7301
  }
7834
7302
  ],
7835
- name: "userServerValues",
7836
- outputs: [
7837
- {
7838
- components: [
7839
- {
7840
- internalType: "uint256",
7841
- name: "id",
7842
- type: "uint256"
7843
- },
7844
- {
7845
- internalType: "address",
7846
- name: "owner",
7847
- type: "address"
7848
- },
7849
- {
7850
- internalType: "address",
7851
- name: "serverAddress",
7852
- type: "address"
7853
- },
7854
- {
7855
- internalType: "string",
7856
- name: "publicKey",
7857
- type: "string"
7858
- },
7859
- {
7860
- internalType: "string",
7861
- name: "url",
7862
- type: "string"
7863
- },
7864
- {
7865
- internalType: "uint256",
7866
- name: "startBlock",
7867
- type: "uint256"
7868
- },
7869
- {
7870
- internalType: "uint256",
7871
- name: "endBlock",
7872
- type: "uint256"
7873
- }
7874
- ],
7875
- internalType: "struct IDataPortabilityServers.TrustedServerInfo[]",
7876
- name: "serversInfo",
7877
- type: "tuple[]"
7878
- }
7879
- ],
7880
- stateMutability: "view",
7303
+ name: "updateTrustedForwarder",
7304
+ outputs: [],
7305
+ stateMutability: "nonpayable",
7881
7306
  type: "function"
7882
7307
  },
7883
7308
  {
7884
7309
  inputs: [
7885
7310
  {
7886
7311
  internalType: "address",
7887
- name: "userAddress",
7312
+ name: "newImplementation",
7888
7313
  type: "address"
7889
7314
  },
7890
7315
  {
7891
- internalType: "uint256",
7892
- name: "serverId",
7893
- type: "uint256"
7894
- }
7895
- ],
7896
- name: "userServers",
7897
- outputs: [
7898
- {
7899
- components: [
7900
- {
7901
- internalType: "uint256",
7902
- name: "id",
7903
- type: "uint256"
7904
- },
7905
- {
7906
- internalType: "address",
7907
- name: "owner",
7908
- type: "address"
7909
- },
7910
- {
7911
- internalType: "address",
7912
- name: "serverAddress",
7913
- type: "address"
7914
- },
7915
- {
7916
- internalType: "string",
7917
- name: "publicKey",
7918
- type: "string"
7919
- },
7920
- {
7921
- internalType: "string",
7922
- name: "url",
7923
- type: "string"
7924
- },
7925
- {
7926
- internalType: "uint256",
7927
- name: "startBlock",
7928
- type: "uint256"
7929
- },
7930
- {
7931
- internalType: "uint256",
7932
- name: "endBlock",
7933
- type: "uint256"
7934
- }
7935
- ],
7936
- internalType: "struct IDataPortabilityServers.TrustedServerInfo",
7937
- name: "",
7938
- type: "tuple"
7316
+ internalType: "bytes",
7317
+ name: "data",
7318
+ type: "bytes"
7939
7319
  }
7940
7320
  ],
7941
- stateMutability: "view",
7321
+ name: "upgradeToAndCall",
7322
+ outputs: [],
7323
+ stateMutability: "payable",
7942
7324
  type: "function"
7943
7325
  },
7944
7326
  {
7945
- inputs: [
7946
- {
7947
- internalType: "address",
7948
- name: "userAddress",
7949
- type: "address"
7950
- }
7951
- ],
7952
- name: "users",
7327
+ inputs: [],
7328
+ name: "version",
7953
7329
  outputs: [
7954
7330
  {
7955
7331
  internalType: "uint256",
7956
- name: "nonce",
7332
+ name: "",
7957
7333
  type: "uint256"
7958
- },
7959
- {
7960
- internalType: "uint256[]",
7961
- name: "trustedServerIds",
7962
- type: "uint256[]"
7963
7334
  }
7964
7335
  ],
7965
- stateMutability: "view",
7336
+ stateMutability: "pure",
7966
7337
  type: "function"
7967
7338
  }
7968
7339
  ];
@@ -28599,14 +27970,14 @@ var CONTRACTS = {
28599
27970
  },
28600
27971
  DataPortabilityPermissions: {
28601
27972
  addresses: {
28602
- 14800: "0xD54523048AdD05b4d734aFaE7C68324Ebb7373eF",
28603
- 1480: "0xD54523048AdD05b4d734aFaE7C68324Ebb7373eF"
27973
+ 14800: "0x4d3FA76064D88e0454cFc4CaD7e5FeC3e3124011",
27974
+ 1480: "0x4d3FA76064D88e0454cFc4CaD7e5FeC3e3124011"
28604
27975
  }
28605
27976
  },
28606
27977
  DataPortabilityServers: {
28607
27978
  addresses: {
28608
27979
  14800: "0xCae2CE0e9caa6643ed28186cF57bd40Bd9E17Eab",
28609
- 1480: "0x1483B1F634DBA75AeaE60da7f01A679aabd5ee2c"
27980
+ 1480: "0xCae2CE0e9caa6643ed28186cF57bd40Bd9E17Eab"
28610
27981
  }
28611
27982
  },
28612
27983
  DataPortabilityGrantees: {
@@ -28763,7 +28134,7 @@ var CONTRACTS = {
28763
28134
  },
28764
28135
  _meta: {
28765
28136
  discoveredFrom: "ComputeEngine",
28766
- lastUpdated: "2026-08-18"
28137
+ lastUpdated: "2026-08-28"
28767
28138
  }
28768
28139
  },
28769
28140
  VanaTreasury: {
@@ -28773,7 +28144,7 @@ var CONTRACTS = {
28773
28144
  },
28774
28145
  _meta: {
28775
28146
  discoveredFrom: "QueryEngine",
28776
- lastUpdated: "2026-08-18"
28147
+ lastUpdated: "2026-08-28"
28777
28148
  }
28778
28149
  },
28779
28150
  DLPRegistryTreasury: {
@@ -28783,7 +28154,7 @@ var CONTRACTS = {
28783
28154
  },
28784
28155
  _meta: {
28785
28156
  discoveredFrom: "DLPRegistry",
28786
- lastUpdated: "2026-08-18"
28157
+ lastUpdated: "2026-08-28"
28787
28158
  }
28788
28159
  },
28789
28160
  VanaPoolTreasury: {
@@ -28793,7 +28164,7 @@ var CONTRACTS = {
28793
28164
  },
28794
28165
  _meta: {
28795
28166
  discoveredFrom: "VanaPoolStaking",
28796
- lastUpdated: "2026-08-18"
28167
+ lastUpdated: "2026-08-28"
28797
28168
  }
28798
28169
  },
28799
28170
  VanaPoolEntity: {
@@ -28803,7 +28174,7 @@ var CONTRACTS = {
28803
28174
  },
28804
28175
  _meta: {
28805
28176
  discoveredFrom: "VanaPoolStaking",
28806
- lastUpdated: "2026-08-18"
28177
+ lastUpdated: "2026-08-28"
28807
28178
  }
28808
28179
  }
28809
28180
  };