Deploying to gh-pages from @ ethereum-lists/chains@487ea8c649 🚀

This commit is contained in:
ligi 2023-05-24 11:58:30 +00:00
parent fe2c9bf731
commit 643c0abfb7
12 changed files with 89 additions and 10 deletions

View File

@ -78,6 +78,14 @@
"height": 512, "height": 512,
"format": "png" "format": "png"
}] }]
}, {
"name": "fox",
"icons": [{
"url": "ipfs://Qmbp1rwhtRr6JQRyYqyfLqkbmzXr1T17zbmChsi2ouvg3M",
"width": 100,
"height": 100,
"format": "png"
}]
}, { }, {
"name": "gather", "name": "gather",
"icons": [{ "icons": [{
@ -721,9 +729,9 @@
}, { }, {
"name": "LaChain", "name": "LaChain",
"icons": [{ "icons": [{
"url": "ipfs://bafkreiecoqvit2mikpbpbtzy2zrn6e7fvqdegm72sdcathdwmgiyuzey7u", "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ",
"width": 104, "width": 1280,
"height": 114, "height": 1280,
"format": "png" "format": "png"
}] }]
}, { }, {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

28
chains/eip155-6565.json Normal file
View File

@ -0,0 +1,28 @@
{
"name": "Fox Testnet Network",
"chain": "FOX",
"rpc": [
"https://rpc-testnet-v1.foxchain.app/",
"https://rpc2-testnet-v1.foxchain.app/",
"https://rpc3-testnet-v1.foxchain.app"
],
"faucets": ["https://faucet.foxchain.app"],
"nativeCurrency": {
"name": "FOX Native Token",
"symbol": "tFOX",
"decimals": 18
},
"infoURL": "https://foxchain.app",
"shortName": "fox",
"chainId": 6565,
"networkId": 6565,
"icon": "fox",
"explorers": [
{
"name": "FOX Testnet Explorer",
"icon": "fox",
"url": "https://testnet.foxscan.app",
"standard": "none"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6576,6 +6576,19 @@
"rpc": ["https://testnet-rpc.scolcoin.com"], "rpc": ["https://testnet-rpc.scolcoin.com"],
"faucets": ["https://faucet.scolcoin.com"], "faucets": ["https://faucet.scolcoin.com"],
"infoURL": "https://scolcoin.com" "infoURL": "https://scolcoin.com"
}, {
"name": "Fox Testnet Network",
"chainId": 6565,
"shortName": "fox",
"networkId": 6565,
"nativeCurrency": {
"name": "FOX Native Token",
"symbol": "tFOX",
"decimals": 18
},
"rpc": ["https://rpc-testnet-v1.foxchain.app/", "https://rpc2-testnet-v1.foxchain.app/", "https://rpc3-testnet-v1.foxchain.app"],
"faucets": ["https://faucet.foxchain.app"],
"infoURL": "https://foxchain.app"
}, { }, {
"name": "Pixie Chain Mainnet", "name": "Pixie Chain Mainnet",
"chainId": 6626, "chainId": 6626,

View File

@ -9941,6 +9941,27 @@
"url": "https://testnet-explorer.scolcoin.com", "url": "https://testnet-explorer.scolcoin.com",
"standard": "EIP3091" "standard": "EIP3091"
}] }]
}, {
"name": "Fox Testnet Network",
"chain": "FOX",
"rpc": ["https://rpc-testnet-v1.foxchain.app/", "https://rpc2-testnet-v1.foxchain.app/", "https://rpc3-testnet-v1.foxchain.app"],
"faucets": ["https://faucet.foxchain.app"],
"nativeCurrency": {
"name": "FOX Native Token",
"symbol": "tFOX",
"decimals": 18
},
"infoURL": "https://foxchain.app",
"shortName": "fox",
"chainId": 6565,
"networkId": 6565,
"icon": "fox",
"explorers": [{
"name": "FOX Testnet Explorer",
"icon": "fox",
"url": "https://testnet.foxscan.app",
"standard": "none"
}]
}, { }, {
"name": "Pixie Chain Mainnet", "name": "Pixie Chain Mainnet",
"chain": "PixieChain", "chain": "PixieChain",

View File

@ -1,8 +1,8 @@
[ [
{ {
"url": "ipfs://bafkreiecoqvit2mikpbpbtzy2zrn6e7fvqdegm72sdcathdwmgiyuzey7u", "url": "ipfs://QmQxGA6rhuCQDXUueVcNvFRhMEWisyTmnF57TqL7h6k6cZ",
"width": 104, "width": 1280,
"height": 114, "height": 1280,
"format": "png" "format": "png"
} }
] ]

8
icons/fox.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://Qmbp1rwhtRr6JQRyYqyfLqkbmzXr1T17zbmChsi2ouvg3M",
"width": 100,
"height": 100,
"format": "png"
}
]

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 KiB

File diff suppressed because one or more lines are too long

View File

@ -505,6 +505,7 @@
"TRESMAIN": "eip155:6066", "TRESMAIN": "eip155:6066",
"Peerpay": "eip155:6502", "Peerpay": "eip155:6502",
"SRC-test": "eip155:6552", "SRC-test": "eip155:6552",
"fox": "eip155:6565",
"pixie-chain": "eip155:6626", "pixie-chain": "eip155:6626",
"iris": "eip155:6688", "iris": "eip155:6688",
"STANDm": "eip155:6789", "STANDm": "eip155:6789",