-
Notifications
You must be signed in to change notification settings - Fork 375
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adding chains * lint --------- Co-authored-by: pawelpolak2 <[email protected]>
- Loading branch information
1 parent
54f7e26
commit 4e74583
Showing
7 changed files
with
81 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
"@usedapp/core": patch | ||
--- | ||
|
||
⛓ Add Three chains, to chainId | ||
|
||
- Mantle Mainnet | ||
- Scroll Sepolia ( Alpha got deprecated - goerli ) | ||
- Kroma |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import { Chain } from '../../constants' | ||
import { getAddressLink, getTransactionLink } from '../../helpers/chainExplorerLink' | ||
|
||
const KromaSepoliaExplorerUrl = 'https://blockscout.sepolia.kroma.network/' | ||
|
||
export const KromaSepoliaTestnet: Chain = { | ||
chainId: 2358, | ||
chainName: 'Kroma Sepolia Testnet', | ||
isTestChain: true, | ||
isLocalChain: false, | ||
multicallAddress: '0x62FB84bD50b254c5aFB33453a693a6733Ae40a25', | ||
rpcUrl: 'https://api.sepolia.kroma.network/', | ||
nativeCurrency: { | ||
name: 'ETH', | ||
symbol: 'ETH', | ||
decimals: 18, | ||
}, | ||
blockExplorerUrl: KromaSepoliaExplorerUrl, | ||
getExplorerAddressLink: getAddressLink(KromaSepoliaExplorerUrl), | ||
getExplorerTransactionLink: getTransactionLink(KromaSepoliaExplorerUrl), | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4e74583
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.
🎉 Published on https://usedapp-docs.netlify.app as production
🚀 Deployed on https://64f2251535b764093fc80a4f--usedapp-docs.netlify.app
4e74583
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.
🎉 Published on https://example.usedapp.io as production
🚀 Deployed on https://64f2251d35b7640901c80a55--usedapp-example.netlify.app
4e74583
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.
🎉 Published on https://usedapp.io as production
🚀 Deployed on https://64f225239fd51e0d1e0cc21a--usedapp-website.netlify.app