Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
HighGecko authored Aug 3, 2024
2 parents 68b7fab + 3a47d1c commit a93469b
Show file tree
Hide file tree
Showing 6 changed files with 76 additions and 23 deletions.
19 changes: 8 additions & 11 deletions _data/chains/eip155-1001.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
{
"name": "Klaytn Testnet Baobab",
"chain": "KLAY",
"rpc": [
"https://public-en-baobab.klaytn.net",
"https://api.baobab.klaytn.net:8651"
],
"faucets": ["https://baobab.wallet.klaytn.com/access?next=faucet"],
"name": "Kaia Testnet Kairos",
"chain": "KAIA",
"rpc": ["https://public-en.kairos.node.kaia.io"],
"faucets": ["https://faucet.kaia.io"],
"nativeCurrency": {
"name": "KLAY",
"symbol": "KLAY",
"name": "KAIA",
"symbol": "KAIA",
"decimals": 18
},
"infoURL": "https://klaytn.foundation",
"shortName": "Baobab",
"infoURL": "https://kaia.io/",
"shortName": "kaia-kairos",
"chainId": 1001,
"networkId": 1001,
"slip44": 1,
Expand Down
11 changes: 9 additions & 2 deletions _data/chains/eip155-133.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "HashKey Chain Testnet",
"title": "HashKey Chain Testnet",
"chain": "HashKey Chain Testnet",
"rpc": [],
"rpc": ["https://hashkeychain-testnet.alt.technology"],
"faucets": [],
"nativeCurrency": {
"name": "HashKey EcoPoints",
Expand All @@ -13,7 +13,14 @@
"shortName": "HSKT",
"chainId": 133,
"networkId": 133,
"explorers": [],
"explorers": [
{
"name": "blockscout",
"url": "https://hashkeychain-testnet-explorer.alt.technology",
"icon": "blockscout",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-11155111"
Expand Down
8 changes: 4 additions & 4 deletions _data/chains/eip155-19191.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "BlockX Mainnet",
"chain": "blockx",
"rpc": [],
"rpc": ["https://web3.blockxnet.com"],
"faucets": ["https://ping.blockxnet.com/blockx/faucet"],
"nativeCurrency": {
"name": "BCXT",
"symbol": "BCXT",
"name": "BCX",
"symbol": "BCX",
"decimals": 18
},
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"infoURL": "https://www.blockxnet.com/",
"shortName": "bcxt",
"shortName": "bcx",
"chainId": 19191,
"networkId": 19191,
"explorers": [
Expand Down
12 changes: 6 additions & 6 deletions _data/chains/eip155-8217.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "Klaytn Mainnet Cypress",
"chain": "KLAY",
"name": "Kaia Mainnet",
"chain": "KAIA",
"rpc": ["https://public-en-cypress.klaytn.net"],
"faucets": [],
"nativeCurrency": {
"name": "KLAY",
"symbol": "KLAY",
"name": "KAIA",
"symbol": "KAIA",
"decimals": 18
},
"infoURL": "https://klaytn.foundation",
"shortName": "Cypress",
"infoURL": "https://kaia.io",
"shortName": "kaia-mainnet",
"chainId": 8217,
"networkId": 8217,
"slip44": 8217,
Expand Down
26 changes: 26 additions & 0 deletions _data/chains/eip155-83144.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Xprotocol Testnet",
"chainId": 83144,
"shortName": "xprotocoltestnet",
"chain": "Xprotocol Testnet",
"networkId": 83144,
"nativeCurrency": {
"name": "KICK Testnet Token",
"symbol": "KICK",
"decimals": 18
},
"rpc": ["https://rpc.testnet.xprotocol.org"],
"faucets": ["https://xprotocol.org/faucets"],
"explorers": [
{
"name": "Blockscout",
"url": "https://explorer.testnet.xprotocol.org",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-84532"
},
"infoURL": "https://xprotocol.org/"
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-8732.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "Bullions Smart Chain",
"chain": "Bullions",
"rpc": ["https://rpc.bullionsx.org"],
"faucets": [],
"nativeCurrency": {
"name": "Bullions",
"symbol": "BLN",
"decimals": 18
},
"infoURL": "https://www.bullionsx.io",
"shortName": "bln",
"chainId": 8732,
"networkId": 8732,
"slip44": 8732,
"explorers": [
{
"name": "Bullionscan",
"url": "https://bullionscan.org",
"standard": "EIP3091"
}
]
}

0 comments on commit a93469b

Please sign in to comment.