forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add WeaveVM Testnet (ethereum-lists#5278)
* Create eip155-9496.json * Create weavevm.json * Update eip155-9496.json * Update eip155-9496.json * Update weavevm.json --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
e5697ff
commit 27fde6d
Showing
2 changed files
with
31 additions
and
0 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,23 @@ | ||
{ | ||
"name": "WeaveVM Testnet", | ||
"chain": "WVM", | ||
"rpc": ["https://testnet.wvm.dev"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Testnet WeaveVM Token", | ||
"symbol": "tWVM", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://wvm.dev", | ||
"shortName": "twvm", | ||
"chainId": 9496, | ||
"networkId": 9496, | ||
"icon": "weavevm", | ||
"explorers": [ | ||
{ | ||
"name": "WeaveVM Explorer", | ||
"url": "https://explorer.wvm.dev", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
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,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://QmZrL43kuLcK14gQo1cVbzwczcVULxN6NKb4EcjYpFpE7w", | ||
"width": 500, | ||
"height": 500, | ||
"format": "png" | ||
} | ||
] |