Skip to content

Commit 1557f18

Browse files
authored
Merge branch 'DefiLlama:main' into main
2 parents 4096ebf + 5fdceac commit 1557f18

File tree

4 files changed

+127
-116
lines changed

4 files changed

+127
-116
lines changed
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}

0 commit comments

Comments
 (0)