Skip to content

Commit

Permalink
Add morphism testnet network (#3147)
Browse files Browse the repository at this point in the history
* add moprhism(testnet/mainnet) network

* add morphism testnet network

* rename short name

* formatting

* change url
  • Loading branch information
FletcherMan authored Aug 29, 2023
1 parent 66e6481 commit 56bee03
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions _data/chains/eip155-2710.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Morphism Testnet",
"chain": "ETH",
"rpc": ["https://rpc-testnet.morphism.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://morphism.xyz",
"shortName": "tmorph",
"chainId": 2710,
"networkId": 2710,
"explorers": [
{
"name": "Morphism Testnet Explorer",
"url": "https://explorer-testnet.morphism.xyz",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://bridge-testnet.morphism.xyz" }]
}
}

0 comments on commit 56bee03

Please sign in to comment.