-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: deprecate goerli #102
Conversation
✅ Deploy Preview for blocto-sdk-toolkit ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@@ -13,10 +13,6 @@ export const ContractInfos: ContractInfosType = { | |||
abi: valueDappAbi, | |||
address: "0x009c403BdFaE357d82AAef2262a163287c30B739", | |||
}, | |||
[EvmChainId.EthereumGoerli]: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這邊也有對應到一些其他鏈 goerli testnet 的合約 也可以一起拿掉
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -15,7 +15,6 @@ export enum EvmChain { | |||
|
|||
export enum EvmChainId { | |||
Ethereum = "0x1", | |||
EthereumGoerli = "0x5", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
這邊還有對應到一些其他鏈 goerli testnet 的 chain id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
✅ Deploy Preview for blocto-sdk-toolkit-testnet ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Summary
The parts will be implemented in later Pull Requests
Related Links
Asana: https://app.asana.com/0/1203318877558072/1206733445446676/f
Mockup:
Checklist
Prerequisite/Related Pull Requests
Screenshot/Gif