Skip to content

Commit

Permalink
fix messaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Yolley committed May 24, 2024
1 parent 18b96f7 commit 7715125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/stream/evm/StreamClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default class EvmStreamClient extends BaseStreamClient {
this.programId = BASE_PROGRAM_IDS[cluster];
break;
default:
throw new Error("Wrong chain. Supported chains are Ethereum , BNB and Polygon!");
throw new Error("Wrong chain. Supported chains are Ethereum , BNB, Base and Polygon!");
}
}

Expand Down

0 comments on commit 7715125

Please sign in to comment.