-
-
Notifications
You must be signed in to change notification settings - Fork 252
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
Pulsechain Network Addition #12948
Pulsechain Network Addition #12948
Changes from 1 commit
cb80ca7
29b0511
bb82638
2d1e4eb
b78bdda
2f140a5
efd7e8b
5e7de47
dd3a831
c41d95f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ import { NetworkConfig } from '@unlock-protocol/types' | |
|
||
export const pulsechain: NetworkConfig = { | ||
chain: 'pulsechain', | ||
description: 'pulsechain mainnet.', | ||
description: 'Pulsechain is a full system state fork of Ethereum mainnet and maintains upstream compatliblity with the Ethereum code base. It provides lower gas costs and 10s block times and is supported by a community that places importance on permissionless protocols.', | ||
explorer: { | ||
name: 'Pulsechain', | ||
urls: { | ||
|
@@ -32,7 +32,7 @@ export const pulsechain: NetworkConfig = { | |
previousDeploys: [], | ||
provider: 'https://rpc.unlock-protocol.com/369', | ||
publicLockVersionToDeploy: 13, | ||
publicProvider: 'https://scan.pulsechain.com', | ||
publicProvider: 'https://rpc.pulsechain.com', | ||
startBlock: 2247300, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. TK |
||
// Graph can be found at https://graph.pulsechain.com/ | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since this is not a standard https://thegraph.com/ setup you need to send us docs on how to set it up. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I will try and get some more info for you on this side of things. Is this a nice to have or required? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Required for the frontend to work There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ok, so there is a community graph node that can be used. I have spoken to the team running this and they have advised while there is no end-user UI at present if you are able to provide the subgraph code you want hosted they will run this up. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Sorry this is too complex for us to maintain so until there is a proper graph deployment we won't merge this PR. |
||
subgraph: { | ||
|
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.
We would need to deploy a provider for this.