Skip to content

Commit

Permalink
Add Telos zkEVM Testnet - chainid : 331 (#6937)
Browse files Browse the repository at this point in the history
* Add Telos zkEVM Testnet - chainid : 331

* formatting

---------

Co-authored-by: ligi <ligi@ligi.de>
  • Loading branch information
Paludgus and ligi authored Mar 4, 2025
1 parent c22a305 commit a6152b5
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 0 deletions.
34 changes: 34 additions & 0 deletions _data/chains/eip155-331.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "Telos zkEVM Testnet",
"title": "Telos zkEVM Testnet",
"chain": "Telos",
"rpc": ["https://zkrpc.testnet.telos.net"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia ETH",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "",
"shortName": "telos-zkevm-testnet",
"chainId": 331,
"networkId": 331,
"icon": "telos",
"explorers": [
{
"name": "TeloScan",
"icon": "teloscan",
"url": "https://zkexplorer.testnet.telos.net",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111",
"bridges": [
{
"url": "https://zkbridge.testnet.telos.net"
}
]
}
}
8 changes: 8 additions & 0 deletions _data/icons/telos.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreig7dmdjzvamf53drtqm452vr3evozh5zfihbk4m5vi77zwmtae5a4",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/teloscan.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreidhmvpjugsqexrfr3uqhfkk7q5ykq3nx24yqtu664nxncfrh23ht4",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit a6152b5

Please sign in to comment.