forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ShimmerEVM testnet chainId (ethereum-lists#3776)
* Update ShimmerEVM testnet chainId * Delete deprecated ShimmerEVM testnet files * Revert "Delete deprecated ShimmerEVM testnet files" This reverts commit 1e659f0. * Update --------- Co-authored-by: ligi <ligi@ligi.de>
- Loading branch information
1 parent
45b0f15
commit e0f74e4
Showing
2 changed files
with
33 additions
and
5 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
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,27 @@ | ||
{ | ||
"name": "ShimmerEVM Testnet", | ||
"title": "ShimmerEVM Testnet", | ||
"chain": "ShimmerEVM", | ||
"icon": "shimmerevm", | ||
"rpc": ["https://json-rpc.evm.testnet.shimmer.network"], | ||
"faucets": [ | ||
"https://evm-toolkit.evm.testnet.shimmer.network", | ||
"https://evm-faucet.testnet.shimmer.network" | ||
], | ||
"nativeCurrency": { | ||
"name": "SMR", | ||
"symbol": "SMR", | ||
"decimals": 6 | ||
}, | ||
"infoURL": "https://shimmer.network", | ||
"shortName": "shimmerevm-testnet", | ||
"chainId": 1073, | ||
"networkId": 1073, | ||
"explorers": [ | ||
{ | ||
"name": "explorer", | ||
"url": "https://explorer.evm.testnet.shimmer.network", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |