Skip to content

Commit

Permalink
Add WeaveVM Testnet (ethereum-lists#5278)
Browse files Browse the repository at this point in the history
* 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
xylophonez and ligi authored Jul 12, 2024
1 parent e5697ff commit 27fde6d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-9496.json
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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/weavevm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmZrL43kuLcK14gQo1cVbzwczcVULxN6NKb4EcjYpFpE7w",
"width": 500,
"height": 500,
"format": "png"
}
]

0 comments on commit 27fde6d

Please sign in to comment.