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

feat: deprecate goerli #102

Merged
merged 4 commits into from
Apr 12, 2024
Merged

feat: deprecate goerli #102

merged 4 commits into from
Apr 12, 2024

Conversation

sanyu1225
Copy link

Summary

The parts will be implemented in later Pull Requests

Related Links

Asana: https://app.asana.com/0/1203318877558072/1206733445446676/f

Mockup:

Checklist

  • Pasted Asana or Mockup link.
  • Tagged labels.

Prerequisite/Related Pull Requests

Screenshot/Gif

@sanyu1225 sanyu1225 requested a review from mordochi April 12, 2024 04:08
Copy link

netlify bot commented Apr 12, 2024

Deploy Preview for blocto-sdk-toolkit ready!

Name Link
🔨 Latest commit 8c903ec
🔍 Latest deploy log https://app.netlify.com/sites/blocto-sdk-toolkit/deploys/6618b3c798bf3d0008d36d0f
😎 Deploy Preview https://deploy-preview-102--blocto-sdk-toolkit.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sanyu1225 sanyu1225 changed the base branch from main to develop April 12, 2024 04:09
@sanyu1225 sanyu1225 changed the title Feat/deprecate goerli feat: deprecate goerli Apr 12, 2024
@@ -13,10 +13,6 @@ export const ContractInfos: ContractInfosType = {
abi: valueDappAbi,
address: "0x009c403BdFaE357d82AAef2262a163287c30B739",
},
[EvmChainId.EthereumGoerli]: {
Copy link
Member

Choose a reason for hiding this comment

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

這邊也有對應到一些其他鏈 goerli testnet 的合約 也可以一起拿掉

Copy link
Author

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",
Copy link
Member

Choose a reason for hiding this comment

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

這邊還有對應到一些其他鏈 goerli testnet 的 chain id

Copy link
Author

Choose a reason for hiding this comment

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

Copy link

netlify bot commented Apr 12, 2024

Deploy Preview for blocto-sdk-toolkit-testnet ready!

Name Link
🔨 Latest commit 83aae34
🔍 Latest deploy log https://app.netlify.com/sites/blocto-sdk-toolkit-testnet/deploys/6619165d0b5dfa0008760b3a
😎 Deploy Preview https://deploy-preview-102--blocto-sdk-toolkit-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@sanyu1225 sanyu1225 merged commit 1994883 into develop Apr 12, 2024
4 checks passed
@sanyu1225 sanyu1225 deleted the feat/deprecate-goerli branch April 12, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants