-
Notifications
You must be signed in to change notification settings - Fork 40
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
add testnets: Holeski, Arb Sepolia, OP Sepolia #1147
Conversation
Updated dependencies detected. Learn more about Socket for GitHub ↗︎
|
Here's the packed extension for this build: |
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.
👍
Here's the packed extension for this build: |
92c4fcc
to
5fd2380
Compare
Here's the packed extension for this build: |
Here's the packed extension for this build: |
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.
Functionality looks good! 👌
I pinged Wayne to see if we can get Base Sepolia and Zora Sepolia added at the same time. QuickNode supports Base Sepolia now, so I think we could add it here once our node gets deployed; up to you on order of events. I can sort out the env additions if you want to leave a placeholder
src/core/types/chains.ts
Outdated
@@ -36,19 +39,70 @@ export const hardhatOptimism: Chain = { | |||
testnet: true, | |||
}; | |||
|
|||
export const chainHoleski: Chain = { |
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.
for normalization we might want to use Holesky
with y
here
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.
oh lol will change
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.
about the new chains, we can add them wen ready
src/core/types/chains.ts
Outdated
network: 'holesky', | ||
nativeCurrency: { | ||
decimals: 18, | ||
name: 'Holeski Ether', |
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.
Double checked the chain list and am seeing this as Holesky Ether
elsewhere
src/core/types/chains.ts
Outdated
[ChainId.arbitrumGoerli]: chain.arbitrumGoerli.name, | ||
[ChainId.arbitrumSepolia]: chainArbitrumSepolia.name, | ||
[ChainId.baseGoerli]: chain.baseGoerli.name, | ||
[ChainId.zoraTestnet]: chain.zoraTestnet.name, |
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.
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.
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.
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.
Nice, thank you!
Here's the packed extension for this build: |
Here's the packed extension for this build: |
34d60c4
to
5fd2380
Compare
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Here's the packed extension for this build: |
Fixes BX-####
Figma link (if any):
What changed (plus any additional context for devs)
Screen recordings / screenshots
adding testnets: Holeski, Arb Sepolia, OP Sepolia
What to test