Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STREAM-1587: support base #174

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Yolley
Copy link
Collaborator

@Yolley Yolley commented May 21, 2024

  • support base
  • optimise evm multi objects build

packages/stream/evm/StreamClient.ts Outdated Show resolved Hide resolved
res.value.events!.find((item: ethers.Event) => item.event === "ContractCreated")!.args![0],
);
metadatas.push(metadataId);
metadataToRecipient[metadataId] = multipleStreamData.recipients[index];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

a falsy value wasn't added previously. How may it affect consumers of this function in this version?

packages/stream/evm/StreamClient.ts Show resolved Hide resolved
@Yolley Yolley force-pushed the oleg/feature/STREAM-1587_base_network branch from 459a21c to 7715125 Compare May 24, 2024 11:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants