Skip to content

Commit

Permalink
Merge branch 'master' into update/add-pivotal-chains
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenkhong authored Jun 17, 2024
2 parents 43b3f51 + 81f777e commit 0c3dd8a
Show file tree
Hide file tree
Showing 7 changed files with 69 additions and 4 deletions.
6 changes: 5 additions & 1 deletion _data/chains/eip155-1123.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
"name": "B2 Testnet",
"title": "B2 Testnet",
"chain": "Habitat",
"rpc": ["https://b2-testnet.alt.technology"],
"rpc": [
"https://b2-testnet.alt.technology",
"https://rpc.ankr.com/b2_testnet",
"https://testnet-rpc.bsquared.network"
],
"faucets": [],
"nativeCurrency": {
"name": "Bitcoin",
Expand Down
5 changes: 3 additions & 2 deletions _data/chains/eip155-1224.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Hybrid Testnet",
"name": "Hybrid Testnet (Deprecated)",
"chain": "HYB",
"icon": "hybridIcon",
"rpc": ["https://testnet-rpc.buildonhybrid.com"],
Expand All @@ -10,8 +10,9 @@
"decimals": 18
},
"infoURL": "https://buildonhybrid.com",
"shortName": "hyb",
"shortName": "hyb_deprecated",
"chainId": 1224,
"status": "deprecated",
"networkId": 1224,
"explorers": [
{
Expand Down
27 changes: 27 additions & 0 deletions _data/chains/eip155-1225.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "Hybrid Testnet",
"chain": "HYB",
"icon": "hybridIcon",
"rpc": [
"https://hybrid-testnet.rpc.caldera.xyz/http",
"wss://hybrid-testnet.rpc.caldera.xyz/ws"
],
"faucets": [],
"nativeCurrency": {
"name": "Hybrid",
"symbol": "HYB",
"decimals": 18
},
"infoURL": "https://buildonhybrid.com",
"shortName": "hyb",
"chainId": 1225,
"networkId": 1225,
"explorers": [
{
"name": "Hybrid Testnet",
"url": "https://explorer.buildonhybrid.com",
"standard": "EIP3091"
}
],
"status": "active"
}
3 changes: 2 additions & 1 deletion _data/chains/eip155-223.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"https://mainnet.b2-rpc.com",
"https://rpc.bsquared.network",
"https://b2-mainnet.alt.technology",
"https://b2-mainnet-public.s.chainbase.com"
"https://b2-mainnet-public.s.chainbase.com",
"https://rpc.ankr.com/b2"
],
"faucets": [],
"nativeCurrency": {
Expand Down
1 change: 1 addition & 0 deletions _data/chains/eip155-3639.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "iChain Network",
"chain": "iChain",
"icon": "iChain",
"rpc": ["https://rpc.ichainscan.com"],
"faucets": [],
"nativeCurrency": {
Expand Down
23 changes: 23 additions & 0 deletions _data/chains/eip155-3645.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "iChain Testnet",
"chain": "iChain Testnet",
"icon": "iChain",
"rpc": ["https://istanbul.ichainscan.com"],
"faucets": [],
"nativeCurrency": {
"name": "ISLAMICOIN",
"symbol": "ISLAMI",
"decimals": 18
},
"infoURL": "https://islamicoin.finance",
"shortName": "ISLAMIT",
"chainId": 3645,
"networkId": 3645,
"explorers": [
{
"name": "iChainscan",
"url": "https://test.ichainscan.com",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/iChain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmcumhDxUyoLTHkcMKgPqkpGnnjwSTqE2KGFnDXXFY8mMo",
"width": 40,
"height": 38,
"format": "png"
}
]

0 comments on commit 0c3dd8a

Please sign in to comment.