Update Fusion Network rpc, logo, config (#2136)

* Update Fusion Network rpc, logo, config

* Add icon file for Fusion Network

* Update Fusion Network rpc, logo, config

* Add icon file for Fusion Network

* pretty the json file

* correct the svg icon width/height
This commit is contained in:
Philip Fan 2023-01-16 05:08:15 +08:00 committed by GitHub
parent 9cbd869050
commit 9cd1ca738f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 58 additions and 3 deletions

View File

@ -1,15 +1,26 @@
{
"name": "Fusion Mainnet",
"chain": "FSN",
"rpc": ["https://mainnet.anyswap.exchange", "https://fsn.dev/api"],
"icon": "fusion",
"rpc": ["https://mainnet.fusionnetwork.io", "wss://mainnet.fusionnetwork.io"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Fusion",
"symbol": "FSN",
"decimals": 18
},
"infoURL": "https://www.fusion.org/",
"infoURL": "https://fusion.org",
"shortName": "fsn",
"chainId": 32659,
"networkId": 32659
"networkId": 32659,
"slip44": 288,
"explorers": [
{
"name": "fsnscan",
"url": "https://fsnscan.com",
"icon": "fsnscan",
"standard": "EIP3091"
}
]
}

View File

@ -0,0 +1,26 @@
{
"name": "Fusion Testnet",
"chain": "FSN",
"icon": "fusion",
"rpc": ["https://testnet.fusionnetwork.io", "wss://testnet.fusionnetwork.io"],
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
"faucets": [],
"nativeCurrency": {
"name": "Testnet Fusion",
"symbol": "T-FSN",
"decimals": 18
},
"infoURL": "https://fusion.org",
"shortName": "tfsn",
"chainId": 46688,
"networkId": 46688,
"slip44": 288,
"explorers": [
{
"name": "fsnscan",
"url": "https://testnet.fsnscan.com",
"icon": "fsnscan",
"standard": "EIP3091"
}
]
}

8
_data/icons/fsnscan.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmSAFx34SKNi7a139agX12f68oBMo2Ktt9c8yD8aFa14gd",
"width": 48,
"height": 51,
"format": "svg"
}
]

8
_data/icons/fusion.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmX3tsEoj7SdaBLLV8VyyCUAmymdEGiSGeuTbxMrEMVvth",
"width": 31,
"height": 31,
"format": "svg"
}
]

View File

@ -0,0 +1 @@
<svg id="eC4lNc5O0KL1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 51" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><g><path d="M23.086,16.619C15.342,28.48,10.586,44.954,8.73,50.552c-1.044-10.557,4.466-24.943,8.498-33.44-1.857.087-11.746.783-17.228,6.438c0,0,2.958-9.078,20.04-11.833l.059-.116c13.37-19.519,23.405-7.86,23.405-7.86-6.09-1.015-11.398,2.03-15.922,6.99c2.204-.087,16.473-.261,20.591,11.021c0,0-8.265-5.917-25.087-5.133Zm9.658,13.602c-3.426042.003857-6.202591,2.779958-6.207,6.206.003858,3.426432,2.780568,6.203142,6.207,6.207c3.426432-.003858,6.203142-2.780568,6.207-6.207.002928-1.647003-.650114-3.227376-1.814817-4.391891s-2.745181-1.817302-4.392183-1.814109Z" fill="#358dcc"/></g></svg>

After

Width:  |  Height:  |  Size: 780 B

View File

@ -0,0 +1 @@
<svg id="ejT7lvsWoXq1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 31 31" shape-rendering="geometricPrecision" text-rendering="geometricPrecision"><g transform="translate(-1-.5)"><circle r="15.5" transform="translate(16.5 16)" fill="#fff"/><path d="M15.52275,12.247652c-3.596701,5.40929-5.805911,12.92146-6.668042,15.47401-.484948-4.814137,2.074502-11.374059,3.946942-15.249175-.86213.039678-5.455671.357093-8.00165,2.936095c0,0,1.374021-4.139629,9.308317-5.396065l.026941-.052903c6.210035-8.900862,10.870928-3.58415,10.870928-3.58415-2.828866-.462898-5.294021.925795-7.395464,3.187381c1.02378-.039677,7.651409-.119031,9.564261,5.025747c0,0-3.839175-2.698032-11.652234-2.34094Zm4.485773,6.20283c-1.589554,0-2.882749,1.269663-2.882749,2.83029s1.293195,2.830289,2.882749,2.830289s2.88275-1.269663,2.88275-2.830289c0-1.573852-1.293196-2.83029-2.88275-2.83029Z" transform="matrix(1.162012 0 0 1.135368-2.783023-3.146716)" fill="#251d5b"/></g></svg>

After

Width:  |  Height:  |  Size: 992 B