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

chore: update childChain to childNetwork on public methods for bridgers #513

Merged
merged 3 commits into from
Jul 10, 2024

Conversation

douglance
Copy link
Contributor

No description provided.

@cla-bot cla-bot bot added the cla-signed label Jul 10, 2024
Copy link

vercel bot commented Jul 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
arbitrum-sdk ✅ Ready (Inspect) Visit Preview Jul 10, 2024 4:25pm

@@ -34,12 +34,12 @@ export abstract class AssetBridger<DepositParams, WithdrawParams> {
/**
* In case of a chain that uses ETH as its native/gas token, this is either `undefined` or the zero address
*
* In case of a chain that uses an ERC-20 token from the parent chain as its native/gas token, this is the address of said token on the parent chain
* In case of a chain that uses an ERC-20 token from the parent network as its native/gas token, this is the address of said token on the parent network
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I changed mentions of "parent chain" in comments to "parent network" as well because it read really strange most of the time when referring to parent chains and child networks.

@spsjvc spsjvc merged commit da6d81a into v4 Jul 10, 2024
17 checks passed
@spsjvc spsjvc deleted the dl/childNetwork branch July 10, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants