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

This commit is contained in:
ligi 2023-05-10 12:12:38 +00:00
parent 715cacb6bb
commit 131ad36c24
8 changed files with 22 additions and 4 deletions

View File

@ -1766,6 +1766,14 @@
"height": 597, "height": 597,
"format": "png" "format": "png"
}] }]
}, {
"name": "bahamut",
"icons": [{
"url": "ipfs://QmSemioP83RXnDWwTZbet8VpwJxcFRboX4B3pcdhLZGodP",
"width": 200,
"height": 200,
"format": "png"
}]
}, { }, {
"name": "human", "name": "human",
"icons": [{ "icons": [{

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,7 @@
"name": "Sahara", "name": "Sahara",
"title": "Bahamut mainnet Sahara", "title": "Bahamut mainnet Sahara",
"chain": "Bahamut", "chain": "Bahamut",
"icon": "bahamut",
"rpc": [ "rpc": [
"https://rpc1.sahara.bahamutchain.com", "https://rpc1.sahara.bahamutchain.com",
"https://rpc2.sahara.bahamutchain.com" "https://rpc2.sahara.bahamutchain.com"

View File

@ -9269,6 +9269,7 @@
"name": "Sahara", "name": "Sahara",
"title": "Bahamut mainnet Sahara", "title": "Bahamut mainnet Sahara",
"chain": "Bahamut", "chain": "Bahamut",
"icon": "bahamut",
"rpc": ["https://rpc1.sahara.bahamutchain.com", "https://rpc2.sahara.bahamutchain.com"], "rpc": ["https://rpc1.sahara.bahamutchain.com", "https://rpc2.sahara.bahamutchain.com"],
"features": [{ "features": [{
"name": "EIP155" "name": "EIP155"

8
icons/bahamut.json Normal file
View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long