@keep-network/tbtc-v2 1.7.0 → 1.7.2

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 (289) hide show
  1. package/artifacts/.chainId +1 -1
  2. package/artifacts/BLS.json +223 -0
  3. package/artifacts/Bank.json +50 -40
  4. package/artifacts/BeaconAuthorization.json +273 -0
  5. package/artifacts/BeaconDkg.json +241 -0
  6. package/artifacts/BeaconDkgValidator.json +501 -0
  7. package/artifacts/BeaconInactivity.json +151 -0
  8. package/artifacts/BeaconSortitionPool.json +1187 -0
  9. package/artifacts/Bridge.json +449 -32
  10. package/artifacts/BridgeGovernance.json +22 -22
  11. package/artifacts/BridgeGovernanceParameters.json +10 -10
  12. package/artifacts/Deposit.json +12 -12
  13. package/artifacts/DepositSweep.json +12 -12
  14. package/artifacts/DonationVault.json +17 -17
  15. package/artifacts/EcdsaDkgValidator.json +517 -0
  16. package/artifacts/EcdsaInactivity.json +156 -0
  17. package/artifacts/EcdsaSortitionPool.json +1187 -0
  18. package/artifacts/Fraud.json +12 -12
  19. package/artifacts/LightRelay.json +38 -38
  20. package/artifacts/LightRelayMaintainerProxy.json +31 -31
  21. package/artifacts/MaintainerProxy.json +44 -44
  22. package/artifacts/MovingFunds.json +12 -12
  23. package/artifacts/NuCypherToken.json +711 -0
  24. package/artifacts/RandomBeacon.json +3271 -0
  25. package/artifacts/RandomBeaconChaosnet.json +252 -0
  26. package/artifacts/RandomBeaconGovernance.json +3499 -0
  27. package/artifacts/Redemption.json +12 -12
  28. package/artifacts/RedemptionWatchtower.json +39 -39
  29. package/artifacts/ReimbursementPool.json +509 -0
  30. package/artifacts/T.json +1148 -0
  31. package/artifacts/TBTC.json +37 -36
  32. package/artifacts/TBTCToken.json +738 -0
  33. package/artifacts/TBTCVault.json +47 -47
  34. package/artifacts/Timelock.json +148 -148
  35. package/artifacts/TokenStaking.json +2117 -0
  36. package/artifacts/TokenholderGovernor.json +1795 -0
  37. package/artifacts/TokenholderTimelock.json +1058 -0
  38. package/artifacts/VendingMachine.json +35 -34
  39. package/artifacts/VendingMachineNuCypher.json +400 -0
  40. package/artifacts/VendingMachineV2.json +21 -21
  41. package/artifacts/VendingMachineV3.json +21 -21
  42. package/artifacts/WalletProposalValidator.json +12 -12
  43. package/artifacts/WalletRegistry.json +1962 -0
  44. package/artifacts/WalletRegistryGovernance.json +2863 -0
  45. package/artifacts/Wallets.json +12 -12
  46. package/artifacts/solcInputs/{be146ce112252bdda3a03de3614fbbf1.json → 2cb3f9e60e45f0ca528d3d5260ff3139.json} +31 -7
  47. package/build/contracts/GovernanceUtils.sol/GovernanceUtils.dbg.json +1 -1
  48. package/build/contracts/Timelock.sol/Timelock.dbg.json +1 -1
  49. package/build/contracts/bank/Bank.sol/Bank.dbg.json +1 -1
  50. package/build/contracts/bank/IReceiveBalanceApproval.sol/IReceiveBalanceApproval.dbg.json +1 -1
  51. package/build/contracts/bridge/BitcoinTx.sol/BitcoinTx.dbg.json +1 -1
  52. package/build/contracts/bridge/Bridge.sol/Bridge.dbg.json +1 -1
  53. package/build/contracts/bridge/BridgeGovernanceParameters.sol/BridgeGovernanceParameters.dbg.json +1 -1
  54. package/build/contracts/bridge/BridgeState.sol/BridgeState.dbg.json +1 -1
  55. package/build/contracts/bridge/Deposit.sol/Deposit.dbg.json +1 -1
  56. package/build/contracts/bridge/DepositSweep.sol/DepositSweep.dbg.json +1 -1
  57. package/build/contracts/bridge/EcdsaLib.sol/EcdsaLib.dbg.json +1 -1
  58. package/build/contracts/bridge/Fraud.sol/Fraud.dbg.json +1 -1
  59. package/build/contracts/bridge/Heartbeat.sol/Heartbeat.dbg.json +1 -1
  60. package/build/contracts/bridge/IRelay.sol/IRelay.dbg.json +1 -1
  61. package/build/contracts/bridge/MovingFunds.sol/MovingFunds.dbg.json +1 -1
  62. package/build/contracts/bridge/Redemption.sol/IRedemptionWatchtower.dbg.json +1 -1
  63. package/build/contracts/bridge/Redemption.sol/OutboundTx.dbg.json +1 -1
  64. package/build/contracts/bridge/Redemption.sol/Redemption.dbg.json +1 -1
  65. package/build/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.dbg.json +1 -1
  66. package/build/contracts/bridge/VendingMachine.sol/VendingMachine.dbg.json +1 -1
  67. package/build/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.dbg.json +1 -1
  68. package/build/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.dbg.json +1 -1
  69. package/build/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.dbg.json +1 -1
  70. package/build/contracts/bridge/Wallets.sol/Wallets.dbg.json +1 -1
  71. package/build/contracts/integrator/AbstractTBTCDepositor.sol/AbstractTBTCDepositor.dbg.json +1 -1
  72. package/build/contracts/integrator/IBridge.sol/IBridge.dbg.json +1 -1
  73. package/build/contracts/integrator/IBridge.sol/IBridgeTypes.dbg.json +1 -1
  74. package/build/contracts/integrator/ITBTCVault.sol/ITBTCVault.dbg.json +1 -1
  75. package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.dbg.json +1 -1
  76. package/build/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +41 -2
  77. package/build/contracts/l2/L2BitcoinDepositor.sol/IL2WormholeGateway.dbg.json +1 -1
  78. package/build/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.dbg.json +1 -1
  79. package/build/contracts/l2/L2TBTC.sol/L2TBTC.dbg.json +1 -1
  80. package/build/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.dbg.json +1 -1
  81. package/build/contracts/l2/Wormhole.sol/IWormhole.dbg.json +1 -1
  82. package/build/contracts/l2/Wormhole.sol/IWormholeReceiver.dbg.json +1 -1
  83. package/build/contracts/l2/Wormhole.sol/IWormholeRelayer.dbg.json +1 -1
  84. package/build/contracts/l2/Wormhole.sol/IWormholeTokenBridge.dbg.json +1 -1
  85. package/build/contracts/l2/Wormhole.sol/WormholeTypes.dbg.json +1 -1
  86. package/build/contracts/l2/Wormhole.sol/WormholeUtils.dbg.json +1 -1
  87. package/build/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.dbg.json +1 -1
  88. package/build/contracts/relay/LightRelay.sol/ILightRelay.dbg.json +1 -1
  89. package/build/contracts/relay/LightRelay.sol/LightRelay.dbg.json +1 -1
  90. package/build/contracts/relay/LightRelay.sol/RelayUtils.dbg.json +1 -1
  91. package/build/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.dbg.json +1 -1
  92. package/build/contracts/test/BankStub.sol/BankStub.dbg.json +1 -1
  93. package/build/contracts/test/BridgeStub.sol/BridgeStub.dbg.json +1 -1
  94. package/build/contracts/test/HeartbeatStub.sol/HeartbeatStub.dbg.json +1 -1
  95. package/build/contracts/test/LightRelayStub.sol/LightRelayStub.dbg.json +1 -1
  96. package/build/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.dbg.json +1 -1
  97. package/build/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.dbg.json +1 -1
  98. package/build/contracts/test/SystemTestRelay.sol/SystemTestRelay.dbg.json +1 -1
  99. package/build/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.dbg.json +1 -1
  100. package/build/contracts/test/TestERC20.sol/TestERC20.dbg.json +1 -1
  101. package/build/contracts/test/TestERC721.sol/TestERC721.dbg.json +1 -1
  102. package/build/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.dbg.json +1 -1
  103. package/build/contracts/test/TestTBTCDepositor.sol/MockBridge.dbg.json +1 -1
  104. package/build/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.dbg.json +1 -1
  105. package/build/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.dbg.json +1 -1
  106. package/build/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.dbg.json +1 -1
  107. package/build/contracts/token/TBTC.sol/TBTC.dbg.json +1 -1
  108. package/build/contracts/vault/DonationVault.sol/DonationVault.dbg.json +1 -1
  109. package/build/contracts/vault/IVault.sol/IVault.dbg.json +1 -1
  110. package/build/contracts/vault/TBTCOptimisticMinting.sol/TBTCOptimisticMinting.dbg.json +1 -1
  111. package/build/contracts/vault/TBTCVault.sol/TBTCVault.dbg.json +1 -1
  112. package/contracts/l2/L1BitcoinDepositor.sol +31 -0
  113. package/export/artifacts/@keep-network/ecdsa/contracts/EcdsaDkgValidator.sol/EcdsaDkgValidator.json +24 -24
  114. package/export/artifacts/@keep-network/ecdsa/contracts/WalletRegistry.sol/WalletRegistry.json +4999 -4814
  115. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaDkg.sol/EcdsaDkg.json +2 -2
  116. package/export/artifacts/@keep-network/ecdsa/contracts/libraries/EcdsaInactivity.sol/EcdsaInactivity.json +23 -23
  117. package/export/artifacts/@keep-network/random-beacon/contracts/ReimbursementPool.sol/ReimbursementPool.json +53 -53
  118. package/export/artifacts/@keep-network/sortition-pools/contracts/Chaosnet.sol/Chaosnet.json +21 -21
  119. package/export/artifacts/@keep-network/sortition-pools/contracts/Rewards.sol/Rewards.json +16 -16
  120. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionPool.sol/SortitionPool.json +206 -206
  121. package/export/artifacts/@keep-network/sortition-pools/contracts/SortitionTree.sol/SortitionTree.json +26 -26
  122. package/export/artifacts/@openzeppelin/contracts/governance/TimelockController.sol/TimelockController.json +107 -107
  123. package/export/artifacts/@openzeppelin/contracts/proxy/ERC1967/ERC1967Proxy.sol/ERC1967Proxy.json +46 -46
  124. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/ProxyAdmin.sol/ProxyAdmin.json +36 -36
  125. package/export/artifacts/@openzeppelin/contracts/proxy/transparent/TransparentUpgradeableProxy.sol/TransparentUpgradeableProxy.json +78 -78
  126. package/export/artifacts/@openzeppelin/contracts/token/ERC721/ERC721.sol/ERC721.json +68 -68
  127. package/export/artifacts/@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol/ERC20Upgradeable.json +43 -43
  128. package/export/artifacts/@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol/ERC20WithPermit.json +79 -79
  129. package/export/artifacts/@thesis/solidity-contracts/contracts/token/MisfundRecovery.sol/MisfundRecovery.json +42 -42
  130. package/export/artifacts/contracts/Timelock.sol/Timelock.json +109 -109
  131. package/export/artifacts/contracts/bank/Bank.sol/Bank.json +77 -77
  132. package/export/artifacts/contracts/bridge/Bridge.sol/Bridge.json +338 -338
  133. package/export/artifacts/contracts/bridge/RedemptionWatchtower.sol/RedemptionWatchtower.json +128 -128
  134. package/export/artifacts/contracts/bridge/VendingMachine.sol/VendingMachine.json +108 -108
  135. package/export/artifacts/contracts/bridge/VendingMachineV2.sol/VendingMachineV2.json +63 -63
  136. package/export/artifacts/contracts/bridge/VendingMachineV3.sol/VendingMachineV3.json +65 -65
  137. package/export/artifacts/contracts/bridge/WalletProposalValidator.sol/WalletProposalValidator.json +67 -67
  138. package/export/artifacts/contracts/l2/L1BitcoinDepositor.sol/L1BitcoinDepositor.json +4431 -4171
  139. package/export/artifacts/contracts/l2/L2BitcoinDepositor.sol/L2BitcoinDepositor.json +62 -62
  140. package/export/artifacts/contracts/l2/L2TBTC.sol/L2TBTC.json +194 -194
  141. package/export/artifacts/contracts/l2/L2WormholeGateway.sol/L2WormholeGateway.json +102 -102
  142. package/export/artifacts/contracts/maintainer/MaintainerProxy.sol/MaintainerProxy.json +149 -149
  143. package/export/artifacts/contracts/relay/LightRelay.sol/LightRelay.json +76 -76
  144. package/export/artifacts/contracts/relay/LightRelayMaintainerProxy.sol/LightRelayMaintainerProxy.json +62 -62
  145. package/export/artifacts/contracts/test/BankStub.sol/BankStub.json +79 -79
  146. package/export/artifacts/contracts/test/BridgeStub.sol/BridgeStub.json +376 -376
  147. package/export/artifacts/contracts/test/HeartbeatStub.sol/HeartbeatStub.json +4 -4
  148. package/export/artifacts/contracts/test/LightRelayStub.sol/LightRelayStub.json +78 -78
  149. package/export/artifacts/contracts/test/ReceiveApprovalStub.sol/ReceiveApprovalStub.json +7 -7
  150. package/export/artifacts/contracts/test/SepoliaLightRelay.sol/SepoliaLightRelay.json +78 -78
  151. package/export/artifacts/contracts/test/SystemTestRelay.sol/SystemTestRelay.json +14 -14
  152. package/export/artifacts/contracts/test/TestBitcoinTx.sol/TestBitcoinTx.json +132 -132
  153. package/export/artifacts/contracts/test/TestERC20.sol/TestERC20.json +85 -85
  154. package/export/artifacts/contracts/test/TestERC721.sol/TestERC721.json +78 -78
  155. package/export/artifacts/contracts/test/TestEcdsaLib.sol/TestEcdsaLib.json +4 -4
  156. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockBridge.json +34 -34
  157. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/MockTBTCVault.json +20 -20
  158. package/export/artifacts/contracts/test/TestTBTCDepositor.sol/TestTBTCDepositor.json +52 -52
  159. package/export/artifacts/contracts/test/WormholeBridgeStub.sol/WormholeBridgeStub.json +37 -37
  160. package/export/artifacts/contracts/token/TBTC.sol/TBTC.json +104 -104
  161. package/export/artifacts/contracts/vault/DonationVault.sol/DonationVault.json +19 -19
  162. package/export/artifacts/contracts/vault/TBTCVault.sol/TBTCVault.json +184 -184
  163. package/export/deploy/00_resolve_reimbursement_pool.js +1 -1
  164. package/export/deploy/00_resolve_tbtc_v1_token.js +1 -1
  165. package/export/deploy/00_resolve_wallet_registry.js +1 -1
  166. package/export/deploy/01_deploy_light_relay.js +1 -1
  167. package/export/deploy/02_deploy_tbtc_v2_token.js +1 -1
  168. package/export/deploy/03_deploy_vending_machine.js +1 -1
  169. package/export/deploy/04_transfer_vending_machine_roles.js +1 -1
  170. package/export/deploy/05_deploy_bank.js +1 -1
  171. package/export/deploy/06_deploy_bridge.js +1 -1
  172. package/export/deploy/07_deploy_tbtc_vault.js +1 -1
  173. package/export/deploy/08_deploy_donation_vault.js +1 -1
  174. package/export/deploy/09_deploy_bridge_governance.js +1 -1
  175. package/export/deploy/10_deploy_maintainer_proxy.js +1 -1
  176. package/export/deploy/11_bank_update_bridge.js +1 -1
  177. package/export/deploy/12_authorize_tbtc_vault_in_bridge.js +1 -1
  178. package/export/deploy/13_authorize_maintainer_proxy_in_bridge.js +1 -1
  179. package/export/deploy/14_set_deposit_parameters.js +1 -1
  180. package/export/deploy/15_set_wallet_parameters.js +1 -1
  181. package/export/deploy/16_disable_fraud_challenges.js +1 -1
  182. package/export/deploy/17_disable_redemptions.js +1 -1
  183. package/export/deploy/18_disable_moving_funds.js +1 -1
  184. package/export/deploy/19_authorize_spv_maintainer_in_bridge.js +1 -1
  185. package/export/deploy/20_transfer_bank_ownership.js +1 -1
  186. package/export/deploy/21_transfer_bridge_governance.js +1 -1
  187. package/export/deploy/22_transfer_bridge_governance_ownership.js +1 -1
  188. package/export/deploy/23_transfer_tbtc_vault_ownership.js +1 -1
  189. package/export/deploy/24_transfer_tbtc_ownership.js +1 -1
  190. package/export/deploy/25_transfer_maintainer_proxy_ownership.js +1 -1
  191. package/export/deploy/26_transfer_proxy_admin_ownership.js +1 -1
  192. package/export/deploy/27_authorize_maintainer_proxy_in_reimbursement_pool.js +1 -1
  193. package/export/deploy/28_authorize_bridge_in_reimbursement_pool.js +1 -1
  194. package/export/deploy/29_deploy_proxy_admin_with_deputy.js +1 -1
  195. package/export/deploy/30_deploy_vending_machine_v2.js +1 -1
  196. package/export/deploy/31_deploy_vending_machine_v3.js +1 -1
  197. package/export/deploy/32_transfer_vending_machine_v2_ownership.js +1 -1
  198. package/export/deploy/33_transfer_vending_machine_v3_ownership.js +1 -1
  199. package/export/deploy/34_deploy_light_relay_maintainer_proxy.js +1 -1
  200. package/export/deploy/35_authorize_maintainer_in_light_relay_maintainer_proxy.js +1 -1
  201. package/export/deploy/36_transfer_light_relay_maintainer_proxy_ownership.js +1 -1
  202. package/export/deploy/37_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +1 -1
  203. package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_light_relay.js +1 -1
  204. package/export/deploy/39_deploy_wallet_proposal_validator.js +1 -1
  205. package/export/deploy/40_deploy_redemption_watchtower.js +1 -1
  206. package/export/deploy/41_transfer_redemption_watchtower_ownership.js +1 -1
  207. package/export/deploy/42_deploy_timelock.js +1 -1
  208. package/export/deploy/80_upgrade_bridge_v2.js +1 -1
  209. package/export/deploy/90_initialize_wallet_owner.js +1 -1
  210. package/export/deploy/91_genesis_relay.js +1 -1
  211. package/export/deploy/92_retarget_relay.js +1 -1
  212. package/export/deploy/93_authorize_relay_maintainer.js +1 -1
  213. package/export/deploy/94_transfer_relay_ownership.js +1 -1
  214. package/export/tasks/test-utils.js +1 -1
  215. package/export/test/integration/utils/ecdsa-wallet-registry.js +1 -1
  216. package/export/test/integration/utils/random-beacon.js +1 -1
  217. package/export/test/integration/utils/staking.js +1 -1
  218. package/export/typechain/factories/EcdsaAuthorization__factory.js +1 -1
  219. package/export/typechain/factories/IStaking__factory.js +24 -103
  220. package/export/typechain/factories/L1BitcoinDepositor__factory.js +40 -1
  221. package/export/typechain/factories/WalletRegistry__factory.js +1 -1
  222. package/package.json +6 -6
  223. package/artifacts/solcInputs/7c1f8f1dbded4c787d87a982d1fc8349.json +0 -410
  224. package/artifacts/solcInputs/7cc3eda3cb3ff2522d18b5e7b31ea228.json +0 -102
  225. package/artifacts/solcInputs/802132f7da69a8a4226cb9424480847b.json +0 -218
  226. package/artifacts/solcInputs/887fad6b16575ba42183543c324eeb0e.json +0 -335
  227. package/artifacts/solcInputs/98e272e2fbf178ec895387b6c503f9de.json +0 -68
  228. package/artifacts/solcInputs/b0025f1f7efe4824592ac0c9793776c3.json +0 -392
  229. package/artifacts/solcInputs/b7c5f3550cc22e16e6b6ea9582ccbee3.json +0 -341
  230. package/artifacts/solcInputs/d71d4b4434e6669852eaf643ebd2a7bc.json +0 -209
  231. package/artifacts/solcInputs/fccb130292c8c7cc958ab4fa31a3e180.json +0 -187
  232. package/export/deploy/00_resolve_relay.js +0 -83
  233. package/export/deploy/01_deploy_tbtc_v2_token.js +0 -70
  234. package/export/deploy/02_deploy_vending_machine.js +0 -84
  235. package/export/deploy/03_transfer_vending_machine_roles.js +0 -69
  236. package/export/deploy/04_deploy_bank.js +0 -73
  237. package/export/deploy/05_deploy_bridge.js +0 -178
  238. package/export/deploy/06_deploy_tbtc_vault.js +0 -80
  239. package/export/deploy/07_deploy_bridge_governance.js +0 -87
  240. package/export/deploy/08_deploy_maintainer_proxy.js +0 -80
  241. package/export/deploy/09_bank_update_bridge.js +0 -63
  242. package/export/deploy/10_authorize_spv_maintainer_in_bridge.js +0 -61
  243. package/export/deploy/11_transfer_bank_ownership.js +0 -60
  244. package/export/deploy/12_transfer_bridge_governance.js +0 -63
  245. package/export/deploy/13_transfer_bridge_governance_ownership.js +0 -60
  246. package/export/deploy/14_transfer_tbtc_vault_ownership.js +0 -60
  247. package/export/deploy/15_transfer_maintainer_proxy_ownership.js +0 -60
  248. package/export/deploy/16_initialize_wallet_owner.js +0 -63
  249. package/export/deploy/16_transfer_proxy_admin_ownership.js +0 -73
  250. package/export/deploy/17_authorize_maintainer_proxy_in_bridge.js +0 -63
  251. package/export/deploy/17_transfer_proxy_admin_ownership.js +0 -73
  252. package/export/deploy/18_authorize_maintainer_proxy_in_bridge.js +0 -63
  253. package/export/deploy/18_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  254. package/export/deploy/19_authorize_bridge_in_reimbursement_pool.js +0 -63
  255. package/export/deploy/19_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -63
  256. package/export/deploy/20_authorize_bridge_in_reimbursement_pool.js +0 -63
  257. package/export/deploy/20_deploy_proxy_admin_with_deputy.js +0 -80
  258. package/export/deploy/21_transfer_reimbursement_pool_ownership.js +0 -60
  259. package/export/deploy/22_deploy_proxy_admin_with_deputy.js +0 -80
  260. package/export/deploy/24_transfer_maintainer_proxy_ownership.js +0 -60
  261. package/export/deploy/25_transfer_proxy_admin_ownership.js +0 -73
  262. package/export/deploy/26_authorize_maintainer_proxy_in_reimbursement_pool.js +0 -70
  263. package/export/deploy/27_authorize_bridge_in_reimbursement_pool.js +0 -70
  264. package/export/deploy/28_deploy_proxy_admin_with_deputy.js +0 -80
  265. package/export/deploy/34_deploy_wallet_coordinator.js +0 -115
  266. package/export/deploy/35_add_coordinator_address.js +0 -60
  267. package/export/deploy/35_transfer_wallet_coordinator_ownership.js +0 -60
  268. package/export/deploy/36_deploy_light_relay_maintainer_proxy.js +0 -86
  269. package/export/deploy/36_transfer_wallet_coordinator_ownership.js +0 -60
  270. package/export/deploy/37_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  271. package/export/deploy/37_deploy_light_relay_maintainer_proxy.js +0 -86
  272. package/export/deploy/37_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  273. package/export/deploy/38_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  274. package/export/deploy/38_authorize_maintainer_in_light_relay_maintainer_proxy.js +0 -65
  275. package/export/deploy/38_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  276. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -63
  277. package/export/deploy/39_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  278. package/export/deploy/39_transfer_light_relay_maintainer_proxy_ownership.js +0 -60
  279. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
  280. package/export/deploy/40_authorize_light_relay_maintainer_proxy_in_reimbursement_pool.js +0 -70
  281. package/export/deploy/41_authorize_light_relay_maintainer_proxy_in_light_relay.js +0 -66
  282. package/export/typechain/GoerliLightRelay.js +0 -2
  283. package/export/typechain/RelayStub.js +0 -2
  284. package/export/typechain/TestRelay.js +0 -2
  285. package/export/typechain/WalletCoordinator.js +0 -2
  286. package/export/typechain/factories/GoerliLightRelay__factory.js +0 -535
  287. package/export/typechain/factories/RelayStub__factory.js +0 -546
  288. package/export/typechain/factories/TestRelay__factory.js +0 -168
  289. package/export/typechain/factories/WalletCoordinator__factory.js +0 -1121
@@ -345,105 +345,105 @@
345
345
  },
346
346
  "deployedBytecode": {
347
347
  "functionDebugData": {
348
- "@_afterTokenTransfer_12962": {
348
+ "@_afterTokenTransfer_12971": {
349
349
  "entryPoint": null,
350
- "id": 12962,
350
+ "id": 12971,
351
351
  "parameterSlots": 3,
352
352
  "returnSlots": 0
353
353
  },
354
- "@_approve_12897": {
354
+ "@_approve_12906": {
355
355
  "entryPoint": 961,
356
- "id": 12897,
356
+ "id": 12906,
357
357
  "parameterSlots": 3,
358
358
  "returnSlots": 0
359
359
  },
360
- "@_beforeTokenTransfer_12951": {
360
+ "@_beforeTokenTransfer_12960": {
361
361
  "entryPoint": null,
362
- "id": 12951,
362
+ "id": 12960,
363
363
  "parameterSlots": 3,
364
364
  "returnSlots": 0
365
365
  },
366
- "@_msgSender_14070": {
366
+ "@_msgSender_14079": {
367
367
  "entryPoint": null,
368
- "id": 14070,
368
+ "id": 14079,
369
369
  "parameterSlots": 0,
370
370
  "returnSlots": 1
371
371
  },
372
- "@_spendAllowance_12940": {
372
+ "@_spendAllowance_12949": {
373
373
  "entryPoint": 1305,
374
- "id": 12940,
374
+ "id": 12949,
375
375
  "parameterSlots": 3,
376
376
  "returnSlots": 0
377
377
  },
378
- "@_transfer_12723": {
378
+ "@_transfer_12732": {
379
379
  "entryPoint": 1451,
380
- "id": 12723,
380
+ "id": 12732,
381
381
  "parameterSlots": 3,
382
382
  "returnSlots": 0
383
383
  },
384
- "@allowance_12518": {
384
+ "@allowance_12527": {
385
385
  "entryPoint": null,
386
- "id": 12518,
386
+ "id": 12527,
387
387
  "parameterSlots": 2,
388
388
  "returnSlots": 1
389
389
  },
390
- "@approve_12543": {
390
+ "@approve_12552": {
391
391
  "entryPoint": 632,
392
- "id": 12543,
392
+ "id": 12552,
393
393
  "parameterSlots": 2,
394
394
  "returnSlots": 1
395
395
  },
396
- "@balanceOf_12475": {
396
+ "@balanceOf_12484": {
397
397
  "entryPoint": null,
398
- "id": 12475,
398
+ "id": 12484,
399
399
  "parameterSlots": 1,
400
400
  "returnSlots": 1
401
401
  },
402
- "@decimals_12451": {
402
+ "@decimals_12460": {
403
403
  "entryPoint": null,
404
- "id": 12451,
404
+ "id": 12460,
405
405
  "parameterSlots": 0,
406
406
  "returnSlots": 1
407
407
  },
408
- "@decreaseAllowance_12646": {
408
+ "@decreaseAllowance_12655": {
409
409
  "entryPoint": 772,
410
- "id": 12646,
410
+ "id": 12655,
411
411
  "parameterSlots": 2,
412
412
  "returnSlots": 1
413
413
  },
414
- "@increaseAllowance_12605": {
414
+ "@increaseAllowance_12614": {
415
415
  "entryPoint": 694,
416
- "id": 12605,
416
+ "id": 12614,
417
417
  "parameterSlots": 2,
418
418
  "returnSlots": 1
419
419
  },
420
- "@name_12431": {
420
+ "@name_12440": {
421
421
  "entryPoint": 486,
422
- "id": 12431,
422
+ "id": 12440,
423
423
  "parameterSlots": 0,
424
424
  "returnSlots": 1
425
425
  },
426
- "@symbol_12441": {
426
+ "@symbol_12450": {
427
427
  "entryPoint": 757,
428
- "id": 12441,
428
+ "id": 12450,
429
429
  "parameterSlots": 0,
430
430
  "returnSlots": 1
431
431
  },
432
- "@totalSupply_12461": {
432
+ "@totalSupply_12470": {
433
433
  "entryPoint": null,
434
- "id": 12461,
434
+ "id": 12470,
435
435
  "parameterSlots": 0,
436
436
  "returnSlots": 1
437
437
  },
438
- "@transferFrom_12576": {
438
+ "@transferFrom_12585": {
439
439
  "entryPoint": 658,
440
- "id": 12576,
440
+ "id": 12585,
441
441
  "parameterSlots": 3,
442
442
  "returnSlots": 1
443
443
  },
444
- "@transfer_12500": {
444
+ "@transfer_12509": {
445
445
  "entryPoint": 947,
446
- "id": 12500,
446
+ "id": 12509,
447
447
  "parameterSlots": 2,
448
448
  "returnSlots": 1
449
449
  },
@@ -4347,7 +4347,7 @@
4347
4347
  "storageLayout": {
4348
4348
  "storage": [
4349
4349
  {
4350
- "astId": 11994,
4350
+ "astId": 12003,
4351
4351
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4352
4352
  "label": "_initialized",
4353
4353
  "offset": 0,
@@ -4355,7 +4355,7 @@
4355
4355
  "type": "t_uint8"
4356
4356
  },
4357
4357
  {
4358
- "astId": 11997,
4358
+ "astId": 12006,
4359
4359
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4360
4360
  "label": "_initializing",
4361
4361
  "offset": 1,
@@ -4363,7 +4363,7 @@
4363
4363
  "type": "t_bool"
4364
4364
  },
4365
4365
  {
4366
- "astId": 14084,
4366
+ "astId": 14093,
4367
4367
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4368
4368
  "label": "__gap",
4369
4369
  "offset": 0,
@@ -4371,7 +4371,7 @@
4371
4371
  "type": "t_array(t_uint256)50_storage"
4372
4372
  },
4373
4373
  {
4374
- "astId": 12375,
4374
+ "astId": 12384,
4375
4375
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4376
4376
  "label": "_balances",
4377
4377
  "offset": 0,
@@ -4379,7 +4379,7 @@
4379
4379
  "type": "t_mapping(t_address,t_uint256)"
4380
4380
  },
4381
4381
  {
4382
- "astId": 12381,
4382
+ "astId": 12390,
4383
4383
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4384
4384
  "label": "_allowances",
4385
4385
  "offset": 0,
@@ -4387,7 +4387,7 @@
4387
4387
  "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
4388
4388
  },
4389
4389
  {
4390
- "astId": 12383,
4390
+ "astId": 12392,
4391
4391
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4392
4392
  "label": "_totalSupply",
4393
4393
  "offset": 0,
@@ -4395,7 +4395,7 @@
4395
4395
  "type": "t_uint256"
4396
4396
  },
4397
4397
  {
4398
- "astId": 12385,
4398
+ "astId": 12394,
4399
4399
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4400
4400
  "label": "_name",
4401
4401
  "offset": 0,
@@ -4403,7 +4403,7 @@
4403
4403
  "type": "t_string_storage"
4404
4404
  },
4405
4405
  {
4406
- "astId": 12387,
4406
+ "astId": 12396,
4407
4407
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4408
4408
  "label": "_symbol",
4409
4409
  "offset": 0,
@@ -4411,7 +4411,7 @@
4411
4411
  "type": "t_string_storage"
4412
4412
  },
4413
4413
  {
4414
- "astId": 12967,
4414
+ "astId": 12976,
4415
4415
  "contract": "@openzeppelin/contracts-upgradeable/token/ERC20/ERC20Upgradeable.sol:ERC20Upgradeable",
4416
4416
  "label": "__gap",
4417
4417
  "offset": 0,
@@ -544,33 +544,33 @@
544
544
  "evm": {
545
545
  "bytecode": {
546
546
  "functionDebugData": {
547
- "@_17676": {
547
+ "@_17685": {
548
548
  "entryPoint": null,
549
- "id": 17676,
549
+ "id": 17685,
550
550
  "parameterSlots": 0,
551
551
  "returnSlots": 0
552
552
  },
553
- "@_22944": {
553
+ "@_22953": {
554
554
  "entryPoint": null,
555
- "id": 22944,
555
+ "id": 22953,
556
556
  "parameterSlots": 2,
557
557
  "returnSlots": 0
558
558
  },
559
- "@_msgSender_21353": {
559
+ "@_msgSender_21362": {
560
560
  "entryPoint": null,
561
- "id": 21353,
561
+ "id": 21362,
562
562
  "parameterSlots": 0,
563
563
  "returnSlots": 1
564
564
  },
565
- "@_transferOwnership_17764": {
565
+ "@_transferOwnership_17773": {
566
566
  "entryPoint": 119,
567
- "id": 17764,
567
+ "id": 17773,
568
568
  "parameterSlots": 1,
569
569
  "returnSlots": 0
570
570
  },
571
- "@buildDomainSeparator_23533": {
571
+ "@buildDomainSeparator_23542": {
572
572
  "entryPoint": 199,
573
- "id": 23533,
573
+ "id": 23542,
574
574
  "parameterSlots": 0,
575
575
  "returnSlots": 1
576
576
  },
@@ -5077,183 +5077,183 @@
5077
5077
  },
5078
5078
  "deployedBytecode": {
5079
5079
  "functionDebugData": {
5080
- "@DOMAIN_SEPARATOR_23315": {
5080
+ "@DOMAIN_SEPARATOR_23324": {
5081
5081
  "entryPoint": 1311,
5082
- "id": 23315,
5082
+ "id": 23324,
5083
5083
  "parameterSlots": 0,
5084
5084
  "returnSlots": 1
5085
5085
  },
5086
- "@PERMIT_TYPEHASH_22901": {
5086
+ "@PERMIT_TYPEHASH_22910": {
5087
5087
  "entryPoint": null,
5088
- "id": 22901,
5088
+ "id": 22910,
5089
5089
  "parameterSlots": 0,
5090
5090
  "returnSlots": 0
5091
5091
  },
5092
- "@_approve_23500": {
5092
+ "@_approve_23509": {
5093
5093
  "entryPoint": 2933,
5094
- "id": 23500,
5094
+ "id": 23509,
5095
5095
  "parameterSlots": 3,
5096
5096
  "returnSlots": 0
5097
5097
  },
5098
- "@_burn_23377": {
5098
+ "@_burn_23386": {
5099
5099
  "entryPoint": 4015,
5100
- "id": 23377,
5100
+ "id": 23386,
5101
5101
  "parameterSlots": 2,
5102
5102
  "returnSlots": 0
5103
5103
  },
5104
- "@_checkOwner_17707": {
5104
+ "@_checkOwner_17716": {
5105
5105
  "entryPoint": 3925,
5106
- "id": 17707,
5106
+ "id": 17716,
5107
5107
  "parameterSlots": 0,
5108
5108
  "returnSlots": 0
5109
5109
  },
5110
- "@_msgSender_21353": {
5110
+ "@_msgSender_21362": {
5111
5111
  "entryPoint": null,
5112
- "id": 21353,
5112
+ "id": 21362,
5113
5113
  "parameterSlots": 0,
5114
5114
  "returnSlots": 1
5115
5115
  },
5116
- "@_transferOwnership_17764": {
5116
+ "@_transferOwnership_17773": {
5117
5117
  "entryPoint": 4243,
5118
- "id": 17764,
5118
+ "id": 17773,
5119
5119
  "parameterSlots": 1,
5120
5120
  "returnSlots": 0
5121
5121
  },
5122
- "@_transfer_23456": {
5122
+ "@_transfer_23465": {
5123
5123
  "entryPoint": 3203,
5124
- "id": 23456,
5124
+ "id": 23465,
5125
5125
  "parameterSlots": 3,
5126
5126
  "returnSlots": 0
5127
5127
  },
5128
- "@allowance_22884": {
5128
+ "@allowance_22893": {
5129
5129
  "entryPoint": null,
5130
- "id": 22884,
5130
+ "id": 22893,
5131
5131
  "parameterSlots": 0,
5132
5132
  "returnSlots": 0
5133
5133
  },
5134
- "@approveAndCall_23274": {
5134
+ "@approveAndCall_23283": {
5135
5135
  "entryPoint": 1847,
5136
- "id": 23274,
5136
+ "id": 23283,
5137
5137
  "parameterSlots": 3,
5138
5138
  "returnSlots": 1
5139
5139
  },
5140
- "@approve_23295": {
5140
+ "@approve_23304": {
5141
5141
  "entryPoint": 1076,
5142
- "id": 23295,
5142
+ "id": 23304,
5143
5143
  "parameterSlots": 2,
5144
5144
  "returnSlots": 1
5145
5145
  },
5146
- "@balanceOf_22876": {
5146
+ "@balanceOf_22885": {
5147
5147
  "entryPoint": null,
5148
- "id": 22876,
5148
+ "id": 22885,
5149
5149
  "parameterSlots": 0,
5150
5150
  "returnSlots": 0
5151
5151
  },
5152
- "@beforeTokenTransfer_23326": {
5152
+ "@beforeTokenTransfer_23335": {
5153
5153
  "entryPoint": null,
5154
- "id": 23326,
5154
+ "id": 23335,
5155
5155
  "parameterSlots": 3,
5156
5156
  "returnSlots": 0
5157
5157
  },
5158
- "@buildDomainSeparator_23533": {
5158
+ "@buildDomainSeparator_23542": {
5159
5159
  "entryPoint": 3722,
5160
- "id": 23533,
5160
+ "id": 23542,
5161
5161
  "parameterSlots": 0,
5162
5162
  "returnSlots": 1
5163
5163
  },
5164
- "@burnFrom_23236": {
5164
+ "@burnFrom_23245": {
5165
5165
  "entryPoint": 1666,
5166
- "id": 23236,
5166
+ "id": 23245,
5167
5167
  "parameterSlots": 2,
5168
5168
  "returnSlots": 0
5169
5169
  },
5170
- "@burn_23187": {
5170
+ "@burn_23196": {
5171
5171
  "entryPoint": 1633,
5172
- "id": 23187,
5172
+ "id": 23196,
5173
5173
  "parameterSlots": 1,
5174
5174
  "returnSlots": 0
5175
5175
  },
5176
- "@cachedChainId_22892": {
5176
+ "@cachedChainId_22901": {
5177
5177
  "entryPoint": null,
5178
- "id": 22892,
5178
+ "id": 22901,
5179
5179
  "parameterSlots": 0,
5180
5180
  "returnSlots": 0
5181
5181
  },
5182
- "@cachedDomainSeparator_22894": {
5182
+ "@cachedDomainSeparator_22903": {
5183
5183
  "entryPoint": null,
5184
- "id": 22894,
5184
+ "id": 22903,
5185
5185
  "parameterSlots": 0,
5186
5186
  "returnSlots": 0
5187
5187
  },
5188
- "@decimals_22918": {
5188
+ "@decimals_22927": {
5189
5189
  "entryPoint": null,
5190
- "id": 22918,
5190
+ "id": 22927,
5191
5191
  "parameterSlots": 0,
5192
5192
  "returnSlots": 0
5193
5193
  },
5194
- "@mint_23173": {
5194
+ "@mint_23182": {
5195
5195
  "entryPoint": 1402,
5196
- "id": 23173,
5196
+ "id": 23182,
5197
5197
  "parameterSlots": 2,
5198
5198
  "returnSlots": 0
5199
5199
  },
5200
- "@name_22909": {
5200
+ "@name_22918": {
5201
5201
  "entryPoint": 934,
5202
- "id": 22909,
5202
+ "id": 22918,
5203
5203
  "parameterSlots": 0,
5204
5204
  "returnSlots": 0
5205
5205
  },
5206
- "@nonce_22890": {
5206
+ "@nonce_22899": {
5207
5207
  "entryPoint": null,
5208
- "id": 22890,
5208
+ "id": 22899,
5209
5209
  "parameterSlots": 0,
5210
5210
  "returnSlots": 0
5211
5211
  },
5212
- "@owner_17693": {
5212
+ "@owner_17702": {
5213
5213
  "entryPoint": null,
5214
- "id": 17693,
5214
+ "id": 17702,
5215
5215
  "parameterSlots": 0,
5216
5216
  "returnSlots": 1
5217
5217
  },
5218
- "@permit_23124": {
5218
+ "@permit_23133": {
5219
5219
  "entryPoint": 2008,
5220
- "id": 23124,
5220
+ "id": 23133,
5221
5221
  "parameterSlots": 7,
5222
5222
  "returnSlots": 0
5223
5223
  },
5224
- "@renounceOwnership_17721": {
5224
+ "@renounceOwnership_17730": {
5225
5225
  "entryPoint": 1646,
5226
- "id": 17721,
5226
+ "id": 17730,
5227
5227
  "parameterSlots": 0,
5228
5228
  "returnSlots": 0
5229
5229
  },
5230
- "@symbol_22913": {
5230
+ "@symbol_22922": {
5231
5231
  "entryPoint": 1821,
5232
- "id": 22913,
5232
+ "id": 22922,
5233
5233
  "parameterSlots": 0,
5234
5234
  "returnSlots": 0
5235
5235
  },
5236
- "@totalSupply_22905": {
5236
+ "@totalSupply_22914": {
5237
5237
  "entryPoint": null,
5238
- "id": 22905,
5238
+ "id": 22914,
5239
5239
  "parameterSlots": 0,
5240
5240
  "returnSlots": 0
5241
5241
  },
5242
- "@transferFrom_23021": {
5242
+ "@transferFrom_23030": {
5243
5243
  "entryPoint": 1099,
5244
- "id": 23021,
5244
+ "id": 23030,
5245
5245
  "parameterSlots": 3,
5246
5246
  "returnSlots": 1
5247
5247
  },
5248
- "@transferOwnership_17744": {
5248
+ "@transferOwnership_17753": {
5249
5249
  "entryPoint": 2792,
5250
- "id": 17744,
5250
+ "id": 17753,
5251
5251
  "parameterSlots": 1,
5252
5252
  "returnSlots": 0
5253
5253
  },
5254
- "@transfer_22965": {
5254
+ "@transfer_22974": {
5255
5255
  "entryPoint": 1834,
5256
- "id": 22965,
5256
+ "id": 22974,
5257
5257
  "parameterSlots": 2,
5258
5258
  "returnSlots": 1
5259
5259
  },
@@ -15387,7 +15387,7 @@
15387
15387
  }
15388
15388
  ],
15389
15389
  "immutableReferences": {
15390
- "22892": [
15390
+ "22901": [
15391
15391
  {
15392
15392
  "length": 32,
15393
15393
  "start": 688
@@ -15397,7 +15397,7 @@
15397
15397
  "start": 1315
15398
15398
  }
15399
15399
  ],
15400
- "22894": [
15400
+ "22903": [
15401
15401
  {
15402
15402
  "length": 32,
15403
15403
  "start": 800
@@ -15479,7 +15479,7 @@
15479
15479
  "storageLayout": {
15480
15480
  "storage": [
15481
15481
  {
15482
- "astId": 17660,
15482
+ "astId": 17669,
15483
15483
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15484
15484
  "label": "_owner",
15485
15485
  "offset": 0,
@@ -15487,7 +15487,7 @@
15487
15487
  "type": "t_address"
15488
15488
  },
15489
15489
  {
15490
- "astId": 22876,
15490
+ "astId": 22885,
15491
15491
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15492
15492
  "label": "balanceOf",
15493
15493
  "offset": 0,
@@ -15495,7 +15495,7 @@
15495
15495
  "type": "t_mapping(t_address,t_uint256)"
15496
15496
  },
15497
15497
  {
15498
- "astId": 22884,
15498
+ "astId": 22893,
15499
15499
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15500
15500
  "label": "allowance",
15501
15501
  "offset": 0,
@@ -15503,7 +15503,7 @@
15503
15503
  "type": "t_mapping(t_address,t_mapping(t_address,t_uint256))"
15504
15504
  },
15505
15505
  {
15506
- "astId": 22890,
15506
+ "astId": 22899,
15507
15507
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15508
15508
  "label": "nonce",
15509
15509
  "offset": 0,
@@ -15511,7 +15511,7 @@
15511
15511
  "type": "t_mapping(t_address,t_uint256)"
15512
15512
  },
15513
15513
  {
15514
- "astId": 22905,
15514
+ "astId": 22914,
15515
15515
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15516
15516
  "label": "totalSupply",
15517
15517
  "offset": 0,
@@ -15519,7 +15519,7 @@
15519
15519
  "type": "t_uint256"
15520
15520
  },
15521
15521
  {
15522
- "astId": 22909,
15522
+ "astId": 22918,
15523
15523
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15524
15524
  "label": "name",
15525
15525
  "offset": 0,
@@ -15527,7 +15527,7 @@
15527
15527
  "type": "t_string_storage"
15528
15528
  },
15529
15529
  {
15530
- "astId": 22913,
15530
+ "astId": 22922,
15531
15531
  "contract": "@thesis/solidity-contracts/contracts/token/ERC20WithPermit.sol:ERC20WithPermit",
15532
15532
  "label": "symbol",
15533
15533
  "offset": 0,