Skip to content

Commit f0a8a41

Browse files
ryderhiewRyderHiewclaude
authored
Add Veri5 (chain ID 63868) (#3014)
* Add Veri5 (chain ID 63868) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * Use pinned IPFS icon for Veri5 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: RyderHiew <ryderhiew@RyderHiews-MacBook-Pro.local> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 16bb7d3 commit f0a8a41

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
export const data = {
2+
"name": "Veri5",
3+
"chain": "VERI5",
4+
"icon": "https://gateway.pinata.cloud/ipfs/bafybeihqekabx2rg2m2crfg3r63fmcngqj5ghk4gucknmr66empihp6bfq",
5+
"rpc": [
6+
"https://rpc0.veri5.network"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Unit",
11+
"symbol": "UNIT",
12+
"decimals": 18
13+
},
14+
"infoURL": "https://veri5.technology",
15+
"shortName": "veri5",
16+
"chainId": 63868,
17+
"networkId": 63868,
18+
"explorers": [
19+
{
20+
"name": "Veri5 Explorer",
21+
"url": "https://explorer.veri5.network",
22+
"icon": "https://gateway.pinata.cloud/ipfs/bafybeihqekabx2rg2m2crfg3r63fmcngqj5ghk4gucknmr66empihp6bfq",
23+
"standard": "EIP3091"
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)