Skip to content

Commit

Permalink
wip: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jagnani73 committed Sep 11, 2024
1 parent 70c0263 commit ed78566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/decoder/decoder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export class GoldRushDecoder {
this.decoding_functions.push(decoding_function);
const decoding_function_index: number =
this.decoding_functions.length - 1;
_chain_names.forEach((chain_name) => {
Array.from(_chain_names).forEach((chain_name) => {
const configExists = this.configs[chain_name]?.[protocol]
? true
: false;
Expand Down

0 comments on commit ed78566

Please sign in to comment.