diff --git a/packages/custodyKeyring/src/custodianTypes/jupiter/JupiterCustodyKeyring.test.ts b/packages/custodyKeyring/src/custodianTypes/jupiter/JupiterCustodyKeyring.test.ts index da057a02..5b93508d 100644 --- a/packages/custodyKeyring/src/custodianTypes/jupiter/JupiterCustodyKeyring.test.ts +++ b/packages/custodyKeyring/src/custodianTypes/jupiter/JupiterCustodyKeyring.test.ts @@ -417,7 +417,7 @@ describe("CustodyKeyring", () => { } as unknown as MetamaskTransaction; await expect(custodyKeyring.signTransaction(fromAddress, ethTx, txMeta)).rejects.toThrowError( - "This network 777 is not supported by Jupiter", + "This network 777 is not configured or supported by Jupiter", ); });