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

This commit is contained in:
ligi 2023-06-01 09:10:20 +00:00
parent 4c9476eaaa
commit ae40a37dbf
11 changed files with 142 additions and 4 deletions

View File

@ -1150,6 +1150,14 @@
"height": 1001,
"format": "png"
}]
}, {
"name": "uptn",
"icons": [{
"url": "ipfs://Qma6cGPCDcJPFxy5KQaMBrLtuVQiqeLncXVybcBoQuhai5",
"width": 128,
"height": 128,
"format": "png"
}]
}, {
"name": "fibonacci",
"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-6118.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "UPTN Testnet",
"chain": "UPTN",
"icon": "uptn",
"rpc": ["https://node-api.alp.uptn.io/v1/ext/rpc"],
"features": [{ "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"infoURL": "https://uptn.io",
"shortName": "UPTN-TEST",
"chainId": 6118,
"networkId": 6118,
"explorers": [
{
"name": "UPTN Testnet Explorer",
"url": "https://testnet.explorer.uptn.io",
"standard": "EIP3091"
}
]
}

24
chains/eip155-6119.json Normal file
View File

@ -0,0 +1,24 @@
{
"name": "UPTN",
"chain": "UPTN",
"icon": "uptn",
"rpc": ["https://node-api.uptn.io/v1/ext/rpc"],
"features": [{ "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"infoURL": "https://uptn.io",
"shortName": "UPTN",
"chainId": 6119,
"networkId": 6119,
"explorers": [
{
"name": "UPTN Explorer",
"url": "https://explorer.uptn.io",
"standard": "EIP3091"
}
]
}

File diff suppressed because one or more lines are too long

View File

@ -6576,6 +6576,32 @@
"rpc": ["https://rpc.tresleches.finance/", "https://rpc.treschain.io/"],
"faucets": [],
"infoURL": "https://treschain.com"
}, {
"name": "UPTN Testnet",
"chainId": 6118,
"shortName": "UPTN-TEST",
"networkId": 6118,
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"rpc": ["https://node-api.alp.uptn.io/v1/ext/rpc"],
"faucets": [],
"infoURL": "https://uptn.io"
}, {
"name": "UPTN",
"chainId": 6119,
"shortName": "UPTN",
"networkId": 6119,
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"rpc": ["https://node-api.uptn.io/v1/ext/rpc"],
"faucets": [],
"infoURL": "https://uptn.io"
}, {
"name": "Peerpay",
"chainId": 6502,

View File

@ -9945,6 +9945,52 @@
"icon": "treslechesexplorer",
"standard": "EIP3091"
}]
}, {
"name": "UPTN Testnet",
"chain": "UPTN",
"icon": "uptn",
"rpc": ["https://node-api.alp.uptn.io/v1/ext/rpc"],
"features": [{
"name": "EIP1559"
}],
"faucets": [],
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"infoURL": "https://uptn.io",
"shortName": "UPTN-TEST",
"chainId": 6118,
"networkId": 6118,
"explorers": [{
"name": "UPTN Testnet Explorer",
"url": "https://testnet.explorer.uptn.io",
"standard": "EIP3091"
}]
}, {
"name": "UPTN",
"chain": "UPTN",
"icon": "uptn",
"rpc": ["https://node-api.uptn.io/v1/ext/rpc"],
"features": [{
"name": "EIP1559"
}],
"faucets": [],
"nativeCurrency": {
"name": "UPTN",
"symbol": "UPTN",
"decimals": 18
},
"infoURL": "https://uptn.io",
"shortName": "UPTN",
"chainId": 6119,
"networkId": 6119,
"explorers": [{
"name": "UPTN Explorer",
"url": "https://explorer.uptn.io",
"standard": "EIP3091"
}]
}, {
"name": "Peerpay",
"chain": "P2P",

8
icons/uptn.json Normal file
View File

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

File diff suppressed because one or more lines are too long

View File

@ -505,6 +505,8 @@
"rbd": "eip155:5869",
"TRESTEST": "eip155:6065",
"TRESMAIN": "eip155:6066",
"UPTN-TEST": "eip155:6118",
"UPTN": "eip155:6119",
"Peerpay": "eip155:6502",
"SRC-test": "eip155:6552",
"fox": "eip155:6565",