We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7af6db2 commit a32a7c8Copy full SHA for a32a7c8
constants/additionalChainRegistry/chainid-1409.js
@@ -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