From ffc4d43847a17dba391f862a40d764de4288f070 Mon Sep 17 00:00:00 2001 From: Ahmad Kaouk <56095276+ahmadkaouk@users.noreply.github.com> Date: Fri, 19 Dec 2025 11:31:45 +0100 Subject: [PATCH] chore: update snowbridge submodule to latest solochain (#361) --- contracts/lib/snowbridge | 2 +- test/contract-bindings/generated.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contracts/lib/snowbridge b/contracts/lib/snowbridge index 290579d6..13263fef 160000 --- a/contracts/lib/snowbridge +++ b/contracts/lib/snowbridge @@ -1 +1 @@ -Subproject commit 290579d6d246091dad12c612d643402ec04b6ac7 +Subproject commit 13263fefa29a3f4af50e5650dcd93fe3afac44db diff --git a/test/contract-bindings/generated.ts b/test/contract-bindings/generated.ts index 7dfe74d3..6a78f722 100644 --- a/test/contract-bindings/generated.ts +++ b/test/contract-bindings/generated.ts @@ -2005,11 +2005,11 @@ export const beefyClientAbi = [ { type: 'error', inputs: [], name: 'InvalidMMRLeaf' }, { type: 'error', inputs: [], name: 'InvalidMMRLeafProof' }, { type: 'error', inputs: [], name: 'InvalidMMRRootLength' }, + { type: 'error', inputs: [], name: 'InvalidSamplingParams' }, { type: 'error', inputs: [], name: 'InvalidSignature' }, { type: 'error', inputs: [], name: 'InvalidTicket' }, { type: 'error', inputs: [], name: 'InvalidValidatorProof' }, { type: 'error', inputs: [], name: 'InvalidValidatorProofLength' }, - { type: 'error', inputs: [], name: 'NotEnoughClaims' }, { type: 'error', inputs: [], name: 'PrevRandaoAlreadyCaptured' }, { type: 'error', inputs: [], name: 'PrevRandaoNotCaptured' }, { type: 'error', inputs: [], name: 'ProofSizeExceeded' },