mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Added ShimmerEVM Testnet (#2557)
* Added ShimmerEVM Testnet * Added logo * Update eip155-1071.json * Update eip155-1071.json --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
67c9637099
commit
83ac8b4d09
27
_data/chains/eip155-1071.json
Normal file
27
_data/chains/eip155-1071.json
Normal file
|
@ -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": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://shimmer.network",
|
||||||
|
"shortName": "shimmerevm-testnet",
|
||||||
|
"chainId": 1071,
|
||||||
|
"networkId": 1071,
|
||||||
|
"explorers": [
|
||||||
|
{
|
||||||
|
"name": "explorer",
|
||||||
|
"url": "https://explorer.evm.testnet.shimmer.network",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
8
_data/icons/shimmerevm.json
Normal file
8
_data/icons/shimmerevm.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"url": "ipfs://bafkreibky2sy6qhi6arktayvologkrgu5kudpgdxfkx4uosbvmstz7v4di",
|
||||||
|
"width": 720,
|
||||||
|
"height": 720,
|
||||||
|
"format": "png"
|
||||||
|
}
|
||||||
|
]
|
Loading…
Reference in New Issue
Block a user