Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
phathoplay authored May 21, 2024
2 parents 0589299 + 6ff9b03 commit d4493fb
Show file tree
Hide file tree
Showing 7 changed files with 117 additions and 5 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-355110.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "Bitfinity Network Mainnet",
"chain": "BFT",
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"rpc": ["https://mainnet.bitfinity.network"],
"faucets": [],
"nativeCurrency": {
"name": "Bitfinity Token",
"symbol": "BFT",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
"shortName": "bitfinity-mainnet",
"chainId": 355110,
"networkId": 355110,
"explorers": [
{
"name": "Bitfinity Mainnet Block Explorer",
"url": "https://explorer.testnet.bitfinity.network",
"icon": "bitfinity",
"standard": "EIP3091"
}
]
}
23 changes: 18 additions & 5 deletions _data/chains/eip155-355113.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,37 @@
{
"name": "Bitfinity Network Testnet",
"chain": "BFT",
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"rpc": ["https://testnet.bitfinity.network"],
"faucets": ["https://bitfinity.network/faucet"],
"nativeCurrency": {
"name": "BITFINITY",
"name": "Bitfinity Token",
"symbol": "BFT",
"decimals": 18
},
"infoURL": "https://bitfinity.network",
"shortName": "Bitfinity",
"shortName": "bitfinity-testnet",
"chainId": 355113,
"networkId": 355113,
"slip44": 1,
"explorers": [
{
"name": "Bitfinity Block Explorer",
"url": "https://explorer.bitfinity.network",
"name": "Bitfinity Testnet Block Explorer",
"url": "https://explorer.testnet.bitfinity.network",
"icon": "bitfinity",
"standard": "EIP3091"
},
{
"name": "Bitfinity Testnet Block Explorer",
"url": "https://bitfinity-test.dex.guru",
"icon": "dexguru",
"standard": "EIP3091"
}
]
}
28 changes: 28 additions & 0 deletions _data/chains/eip155-4040.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "Carbonium Testnet Network",
"chain": "CBR",
"rpc": [
"https://rpc-dev.carbonium.network/",
"https://server-testnet.carbonium.network"
],
"nativeCurrency": {
"name": "Carbonium",
"symbol": "tCBR",
"decimals": 18
},
"infoURL": "https://carbonium.network",
"shortName": "tcbr",
"chainId": 4040,
"networkId": 4040,
"slip44": 1,
"icon": "cbr",
"faucets": ["https://getfaucet.carbonium.network"],
"explorers": [
{
"name": "Carbonium Network tesnet Explorer",
"icon": "cbr",
"url": "https://testnet.carboniumscan.com",
"standard": "none"
}
]
}
17 changes: 17 additions & 0 deletions _data/chains/eip155-98881.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"name": "Ebi Chain",
"title": "Ebi Chain",
"chain": "Ebi",
"rpc": ["https://rpc.ebi.xyz"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://ebi.xyz",
"shortName": "ebi",
"chainId": 98881,
"networkId": 98881,
"status": "incubating"
}
15 changes: 15 additions & 0 deletions _data/eip155-132001.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"name": "Testnet 1 Namefi Chain",
"chain": "NFIC",
"rpc": ["https://test1-rpc.chain.namefi.io"],
"faucets": [],
"nativeCurrency": {
"name": "Test 1 Namefi Coin",
"symbol": "test1NFIC",
"decimals": 18
},
"infoURL": "https://namefi.io/",
"shortName": "test1nfic",
"chainId": 132001,
"networkId": 132001
}
8 changes: 8 additions & 0 deletions _data/icons/cbr.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmUTDMvoY7JgDs9sZuuBhsyJz6B2dNfc5jj6xUj355be2C",
"width": 500,
"height": 500,
"format": "png"
}
]
Binary file not shown.

0 comments on commit d4493fb

Please sign in to comment.