Skip to content

Commit

Permalink
Merge branch 'master' into skymarvel-mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi authored Jan 7, 2025
2 parents 7b4faee + 13e94b2 commit e08cdcc
Show file tree
Hide file tree
Showing 7 changed files with 115 additions and 1 deletion.
22 changes: 22 additions & 0 deletions _data/chains/eip155-420000.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "Infinaeon",
"chain": "Infinaeon",
"rpc": ["https://rpc.infinaeon.com"],
"faucets": [],
"nativeCurrency": {
"name": "Ethereum",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "hhttps://rpc.infinaeon.com",
"shortName": "Infinaeon",
"chainId": 420000,
"networkId": 420000,
"explorers": [
{
"name": "tracehawk",
"url": "https://explorer.infinaeon.com",
"standard": "none"
}
]
}
32 changes: 32 additions & 0 deletions _data/chains/eip155-5464.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"name": "Saga",
"chain": "SAGA",
"rpc": ["http://sagaevm-5464-1.jsonrpc.sagarpc.io"],
"faucets": [],
"nativeCurrency": {
"name": "gas",
"symbol": "GAS",
"decimals": 18
},
"features": [
{
"name": "EIP155"
},
{
"name": "EIP1559"
}
],
"infoURL": "https://www.saga.xyz",
"shortName": "saga",
"chainId": 5464,
"networkId": 5464,
"icon": "saga",
"explorers": [
{
"name": "blockscout",
"url": "https://sagaevm-5464-1.sagaexplorer.io",
"icon": "blockscout",
"standard": "EIP3091"
}
]
}
2 changes: 1 addition & 1 deletion _data/chains/eip155-555555.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"symbol": "PEN",
"decimals": 18
},
"icon": "pentagon",
"icon": "pentagon-testnet",
"features": [
{
"name": "EIP155"
Expand Down
22 changes: 22 additions & 0 deletions _data/chains/eip155-632.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "NFB Chain",
"chain": "NFB Chain",
"rpc": ["https://node.nfbchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "NFBCoin",
"symbol": "NFBC",
"decimals": 18
},
"infoURL": "https://nfbchain.com/",
"shortName": "nfbchain",
"chainId": 632,
"networkId": 632,
"explorers": [
{
"name": "NFB Chain Explorer",
"url": "https://scan.nfbchain.com",
"standard": "none"
}
]
}
22 changes: 22 additions & 0 deletions _data/chains/eip155-6320.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"name": "NFB Chain Testnet",
"chain": "NFB Chain Testnet",
"rpc": ["https://testnet-node.nfbchain.com"],
"faucets": [],
"nativeCurrency": {
"name": "NFBCoinTest",
"symbol": "NFBCT",
"decimals": 18
},
"infoURL": "https://nfbchain.com/",
"shortName": "nfbchaintest",
"chainId": 6320,
"networkId": 6320,
"explorers": [
{
"name": "NFB Chain Testnet Explorer",
"url": "https://testnet-scan.nfbchain.com",
"standard": "none"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/pentagon-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmfU7W3Tm3tGWgnHBTG9vjB4PXGMvcL7Cq8R6MaSaC33DC",
"width": 512,
"height": 512,
"format": "png"
}
]
8 changes: 8 additions & 0 deletions _data/icons/saga.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreieuaf4anwbg4s6ptuxszdn5e6q4eodbae2dmyglb4v2o7xbbxepte",
"width": 512,
"height": 512,
"format": "png"
}
]

0 comments on commit e08cdcc

Please sign in to comment.