File tree Expand file tree Collapse file tree 4 files changed +127
-116
lines changed Expand file tree Collapse file tree 4 files changed +127
-116
lines changed Original file line number Diff line number Diff line change 1+ export const data = {
2+ "name" : "JuChain Mainnet" ,
3+ "chain" : "JU" ,
4+ "rpc" : [
5+ "https://rpc.juchain.org"
6+ ] ,
7+ "faucets" : [ ] ,
8+ "nativeCurrency" : {
9+ "name" : "JUcoin" ,
10+ "symbol" : "JU" ,
11+ "decimals" : 18
12+ } ,
13+ "features" : [
14+ { "name" : "EIP155" } ,
15+ { "name" : "EIP1559" }
16+ ] ,
17+ "infoURL" : "https://juchain.org" ,
18+ "shortName" : "juchain" ,
19+ "chainId" : 210000 ,
20+ "icon" : "juchain" ,
21+ "explorers" : [
22+ {
23+ "name" : "juscan" ,
24+ "url" : "https://juscan.io" ,
25+ "icon" : "juscan" ,
26+ "standard" : "EIP3091"
27+ }
28+ ]
29+ }
Original file line number Diff line number Diff line change 1+ export const data = {
2+ "name" : "IBVM Mainnet" ,
3+ "chain" : "IBVM Mainnet" ,
4+ "icon" : "ibvm" ,
5+ "rpc" : [
6+ "https://rpc-mainnet.ibvm.io/"
7+ ] ,
8+ "nativeCurrency" : {
9+ "name" : "IBVM Bitcoin" ,
10+ "symbol" : "BTC" ,
11+ "decimals" : 18
12+ } ,
13+ "infoURL" : "https://ibvm.io/" ,
14+ "shortName" : "IBVM" ,
15+ "chainId" : 2105 ,
16+ "networkId" : 2105 ,
17+ "explorers" : [
18+ {
19+ "name" : "IBVM explorer" ,
20+ "url" : "https://mainnet-explorer.ibvm.io" ,
21+ "standard" : "EIP3091"
22+ }
23+ ] ,
24+ "status" : "active"
25+ }
Original file line number Diff line number Diff line change 1+ export const data = {
2+ "name" : "Ethereal Testnet" ,
3+ "title" : "Ethereal Testnet" ,
4+ "chain" : "Ethereal" ,
5+ "icon" : "etherealtestnet" ,
6+ "rpc" : [ "https://rpc.etherealtest.net" ] ,
7+ "faucets" : [ ] ,
8+ "nativeCurrency" : {
9+ "name" : "USDe" ,
10+ "symbol" : "USDe" ,
11+ "decimals" : 18
12+ } ,
13+ "infoURL" : "https://www.ethereal.trade/" ,
14+ "shortName" : "ethereal-testnet" ,
15+ "chainId" : 657468 ,
16+ "networkId" : 657468 ,
17+ "explorers" : [
18+ {
19+ "name" : "blockscout" ,
20+ "url" : "https://explorer.etherealtest.net" ,
21+ "icon" : "blockscout" ,
22+ "standard" : "EIP3091"
23+ }
24+ ]
25+ }
You can’t perform that action at this time.
0 commit comments