Skip to content

Commit a32a7c8

Browse files
drgoraDefine101
andauthored
Add VFlow Volta Testnet (#1993)
* Add VFlow Volta * Update chain-1409.js * Rename chain-1409.js to chainid-1409.js --------- Co-authored-by: Define101 <[email protected]>
1 parent 7af6db2 commit a32a7c8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
export const data = {
2+
"name": "VFlow Volta Testnet",
3+
"chain": "TVFL",
4+
"rpc": [
5+
"wss://vflow-volta-rpc.zkverify.io",
6+
"https://vflow-volta-rpc.zkverify.io",
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Testnet zkVerify",
11+
"symbol": "tVFY",
12+
"decimals": 18
13+
},
14+
"features": [{ "name": "EIP1559" }],
15+
"infoURL": "https://zkverify.io",
16+
"shortName": "tvfl",
17+
"chainId": 1409,
18+
"networkId": 1409,
19+
"icon": "ethereum",
20+
"explorers": [{
21+
"name": "subscan",
22+
"url": "https://vflow-testnet.subscan.io",
23+
"icon": "subscan",
24+
"standard": "EIP3091"
25+
}]
26+
}

0 commit comments

Comments
 (0)