mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 23:47:55 -05:00
chores(verifier): adds the new verifier contract and update the tests (#687)
This commit is contained in:
@@ -43,10 +43,10 @@ contract PlonkVerifierSepoliaFull {
|
||||
uint256 private constant VK_INV_DOMAIN_SIZE =
|
||||
21888242219518804655518433051623070663413851959604507555939307129453691614729;
|
||||
uint256 private constant VK_OMEGA = 19200870435978225707111062059747084165650991997241425080699860725083300967194;
|
||||
uint256 private constant VK_QL_COM_X = 12104249492201366014770601180218217087634620796947915554926430540079211471136;
|
||||
uint256 private constant VK_QL_COM_Y = 16368765726039386816039137309462852696594764208022019346196751288531124781562;
|
||||
uint256 private constant VK_QR_COM_X = 9249964688252027290429946387944339390798336608687465556729281806056054398592;
|
||||
uint256 private constant VK_QR_COM_Y = 2523673455311573259139920347005827709063881352795501038091237656008079847495;
|
||||
uint256 private constant VK_QL_COM_X = 9349760127507071311463574446810049532135998753576793196987266639081763555523;
|
||||
uint256 private constant VK_QL_COM_Y = 358461266129592298494760607901841367675584325933801822968833008402898104723;
|
||||
uint256 private constant VK_QR_COM_X = 2275640309040761102752961834772318266950765265111797993546993964761846354265;
|
||||
uint256 private constant VK_QR_COM_Y = 8631265008371527487719777960950538113870510785343846694308775665278818044654;
|
||||
uint256 private constant VK_QM_COM_X = 5553410513240938543232634851474389708189012141911611575921923499176928976035;
|
||||
uint256 private constant VK_QM_COM_Y = 21267989559503205894532435033155162591528358593663117280327683708498106399392;
|
||||
uint256 private constant VK_QO_COM_X = 13140407506194185536762256003490074009791461766528862809770970563406607579309;
|
||||
|
||||
Reference in New Issue
Block a user