mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Deploying to gh-pages from @ ethereum-lists/chains@cd3cf1f761 🚀
This commit is contained in:
parent
a66c415bc4
commit
66d274269f
|
@ -1574,6 +1574,14 @@
|
|||
"height": 129,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "plexchain",
|
||||
"icons": [{
|
||||
"url": "ipfs://QmcXzfMNSQ7SZzKemNquVoXyG5ergdqCGeLWjRYETGBTUM",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}]
|
||||
}, {
|
||||
"name": "agora",
|
||||
"icons": [{
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
24
chains/eip155-1149.json
Normal file
24
chains/eip155-1149.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "Symplexia Smart Chain",
|
||||
"chain": "Plexchain",
|
||||
"rpc": ["https://plex-rpc.plexfinance.us"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Plex Native Token",
|
||||
"symbol": "PLEX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://plexfinance.us/",
|
||||
"shortName": "Plexchain",
|
||||
"chainId": 1149,
|
||||
"networkId": 1149,
|
||||
"icon": "plexchain",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "Plexchain Explorer",
|
||||
"url": "https://explorer.plexfinance.us",
|
||||
"icon": "plexchain",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
File diff suppressed because one or more lines are too long
|
@ -3872,6 +3872,19 @@
|
|||
"rpc": ["https://galois-hk.maiziqianbao.net/rpc"],
|
||||
"faucets": ["https://scan.boka.network/#/Galois/faucet"],
|
||||
"infoURL": "https://mathchain.org"
|
||||
}, {
|
||||
"name": "Symplexia Smart Chain",
|
||||
"chainId": 1149,
|
||||
"shortName": "Plexchain",
|
||||
"networkId": 1149,
|
||||
"nativeCurrency": {
|
||||
"name": "Plex Native Token",
|
||||
"symbol": "PLEX",
|
||||
"decimals": 18
|
||||
},
|
||||
"rpc": ["https://plex-rpc.plexfinance.us"],
|
||||
"faucets": [],
|
||||
"infoURL": "https://plexfinance.us/"
|
||||
}, {
|
||||
"name": "Smart Host Teknoloji TESTNET",
|
||||
"chainId": 1177,
|
||||
|
|
|
@ -5683,6 +5683,27 @@
|
|||
"shortName": "tMATH",
|
||||
"chainId": 1140,
|
||||
"networkId": 1140
|
||||
}, {
|
||||
"name": "Symplexia Smart Chain",
|
||||
"chain": "Plexchain",
|
||||
"rpc": ["https://plex-rpc.plexfinance.us"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Plex Native Token",
|
||||
"symbol": "PLEX",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://plexfinance.us/",
|
||||
"shortName": "Plexchain",
|
||||
"chainId": 1149,
|
||||
"networkId": 1149,
|
||||
"icon": "plexchain",
|
||||
"explorers": [{
|
||||
"name": "Plexchain Explorer",
|
||||
"url": "https://explorer.plexfinance.us",
|
||||
"icon": "plexchain",
|
||||
"standard": "EIP3091"
|
||||
}]
|
||||
}, {
|
||||
"name": "Smart Host Teknoloji TESTNET",
|
||||
"chain": "SHT",
|
||||
|
|
8
icons/plexchain.json
Normal file
8
icons/plexchain.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmcXzfMNSQ7SZzKemNquVoXyG5ergdqCGeLWjRYETGBTUM",
|
||||
"width": 256,
|
||||
"height": 256,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
BIN
iconsDownload/QmcXzfMNSQ7SZzKemNquVoXyG5ergdqCGeLWjRYETGBTUM
Normal file
BIN
iconsDownload/QmcXzfMNSQ7SZzKemNquVoXyG5ergdqCGeLWjRYETGBTUM
Normal file
Binary file not shown.
After Width: | Height: | Size: 43 KiB |
File diff suppressed because one or more lines are too long
|
@ -297,6 +297,7 @@
|
|||
"ASARt": "eip155:1138",
|
||||
"MATH": "eip155:1139",
|
||||
"tMATH": "eip155:1140",
|
||||
"Plexchain": "eip155:1149",
|
||||
"sht": "eip155:1177",
|
||||
"iora": "eip155:1197",
|
||||
"avis": "eip155:1201",
|
||||
|
|
Loading…
Reference in New Issue
Block a user