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

fix: rename CZKT to LNA (Linea) #156

Merged
merged 2 commits into from
Apr 12, 2023
Merged

fix: rename CZKT to LNA (Linea) #156

merged 2 commits into from
Apr 12, 2023

Conversation

0xksure
Copy link
Contributor

@0xksure 0xksure commented Apr 11, 2023

Task: https://lifi.atlassian.net/browse/LF-2753

Consensys ZK testnet has been renamed to Linea

src/base.ts Outdated
@@ -183,7 +183,7 @@ export enum ChainId {
EVMT = 9000,
MORT = 1287,
FTMT = 4002,
CZKT = 59140,
LNA = 59140,
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is LNA a good acronym for Linea?

Copy link
Member

Choose a reason for hiding this comment

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

I think that works 👌

// multicallAddress: multicallAddresses[ChainId.CZKT], // Not deployed yet
faucetUrls: ['https://goerli.zkevm.consensys.net/'],
// multicallAddress: multicallAddresses[ChainId.LNA], // Not deployed yet
faucetUrls: ['https://faucetlink.to/goerli'],
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Adviced to bridge goerli to Linea https://docs.linea.build/use-linea/fund

src/base.ts Outdated
@@ -117,7 +117,7 @@ export enum ChainKey {
EVMT = 'evmt',
MORT = 'mort',
FTMT = 'ftmt',
CZKT = 'czkt',
LNA = 'lna',
Copy link
Member

Choose a reason for hiding this comment

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

One thing I don't know: Is this a testnet now that will be a mainnet at some point? Do we need Linea and Linea Testnet?

Will try to find that out

Copy link
Contributor Author

@0xksure 0xksure Apr 11, 2023

Choose a reason for hiding this comment

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

Seems like Linea is the network, and the testnet is just Linea (Goerli) Testnet. So LNAT?

Copy link
Member

Choose a reason for hiding this comment

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

Maybe add the rpc as well:
image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

yes ofc

@0xksure 0xksure merged commit b414277 into main Apr 12, 2023
4 checks passed
@0xksure 0xksure deleted the LF-2753 branch April 12, 2023 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants