Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Apr 1, 2024
2 parents a931bfe + 7539ee9 commit 881ceaf
Show file tree
Hide file tree
Showing 7 changed files with 94 additions and 0 deletions.
30 changes: 30 additions & 0 deletions _data/chains/eip155-282828.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"name": "Zillion Sepolia Testnet",
"status": "active",
"chain": "ETH",
"rpc": ["https://sepolia.zillnet.io/rpc"],
"faucets": [],
"nativeCurrency": {
"name": "Sepolia Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://zillnet.io",
"shortName": "zillsep",
"chainId": 282828,
"networkId": 282828,
"slip44": 1,
"icon": "zillion",
"explorers": [
{
"name": "zillscout",
"url": "https://sepolia.zillnet.io",
"icon": "zillion",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
}
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-6000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "BounceBit Testnet",
"chain": "BounceBit",
"rpc": ["https://fullnode-testnet.bouncebitapi.com/"],
"faucets": [],
"nativeCurrency": {
"name": "BounceBit",
"symbol": "BB",
"decimals": 18
},
"infoURL": "https://bouncebit.io",
"shortName": "bouncebit-testnet",
"chainId": 6000,
"networkId": 6000,
"explorers": [
{
"name": "BBScan Testnet Explorer",
"url": "https://bbscan.io",
"standard": "none"
}
]
}
26 changes: 26 additions & 0 deletions _data/chains/eip155-7798.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "OpenEX LONG Testnet",
"title": "OpenEX LONG Testnet",
"chain": "OEX",
"icon": "oex",
"rpc": ["https://long.rpc.openex.network/"],
"faucets": ["https://long.hub.openex.network/faucet"],
"nativeCurrency": {
"name": "USDT Testnet",
"symbol": "USDT",
"decimals": 18
},
"infoURL": "https://openex.network",
"shortName": "oex",
"chainId": 7798,
"networkId": 7798,
"slip44": 1,
"explorers": [
{
"name": "OpenEX Long Testnet Explorer",
"url": "https://scan.long.openex.network",
"icon": "oex",
"standard": "EIP3091"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/oex.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreidnu6p6vmmplerzvkboq7fz73ygkomzpnnokuxstrqv2fvxgmgg7i",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/zillion.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfVmjLNiBh8KyCr9mwDZh34aEhhQ2LAjuP87DFxhfd9nn",
"width": 264,
"height": 264,
"format": "png"
}
]
Binary file not shown.
Binary file not shown.

0 comments on commit 881ceaf

Please sign in to comment.