mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add eip155-1392 - Joseon chain (#2830)
* Add eip155-1392 - Joseon chain * update icon to use ipfs * add joseon logo ipfs file * eip155-1392.json: fix formatting --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
753081604f
commit
12ca844b5a
23
_data/chains/eip155-1392.json
Normal file
23
_data/chains/eip155-1392.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"name": "Joseon Mainnet",
|
||||
"chain": "Joseon",
|
||||
"icon": "joseon",
|
||||
"rpc": ["https://rpc.modchain.net/blockchain.joseon.com/rpc"],
|
||||
"faucets": [],
|
||||
"nativeCurrency": {
|
||||
"name": "Joseon Mun",
|
||||
"symbol": "JSM",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.joseon.com/",
|
||||
"shortName": "mun",
|
||||
"chainId": 1392,
|
||||
"networkId": 1392,
|
||||
"explorers": [
|
||||
{
|
||||
"name": "BlockExplorer",
|
||||
"url": "https://www.blockexplorer.com",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
]
|
||||
}
|
8
_data/icons/joseon.json
Normal file
8
_data/icons/joseon.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmQjwcNRCLXU8JBtSkPLUnbWVrpoqbnZVffpJ9Bu8rG34e",
|
||||
"width": 148,
|
||||
"height": 148,
|
||||
"format": "svg"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,35 @@
|
|||
<svg width="148" height="148" viewBox="0 0 148 148" fill="none"
|
||||
xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="M0 74C0 114.869 33.1309 148 74 148V0C33.1309 0 0 33.1309 0 74Z" fill="#1D4C90"/>
|
||||
<path d="M148 74C148 33.1309 114.869 -2.8964e-06 74 -6.46929e-06L74 148C114.869 148 148 114.869 148 74Z" fill="#D5485A"/>
|
||||
<g filter="url(#filter0_d_111_2479)">
|
||||
<path d="M26 74C26 100.51 47.4903 122 74 122V26C47.4903 26 26 47.4903 26 74Z" fill="#D5485A"/>
|
||||
<path d="M122 74C122 47.4903 100.51 26 74 26L74 122C100.51 122 122 100.51 122 74Z" fill="#1D4C90"/>
|
||||
</g>
|
||||
<g filter="url(#filter1_d_111_2479)">
|
||||
<path d="M49 74C49 87.8071 60.1929 99 74 99V49C60.1929 49 49 60.1929 49 74Z" fill="#1D4C90"/>
|
||||
<path d="M99 74C99 60.1929 87.8071 49 74 49L74 99C87.8071 99 99 87.8071 99 74Z" fill="#D5485A"/>
|
||||
</g>
|
||||
<defs>
|
||||
<filter id="filter0_d_111_2479" x="20" y="20" width="108" height="108" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset/>
|
||||
<feGaussianBlur stdDeviation="3"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_111_2479"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_111_2479" result="shape"/>
|
||||
</filter>
|
||||
<filter id="filter1_d_111_2479" x="44" y="44" width="60" height="60" filterUnits="userSpaceOnUse" color-interpolation-filters="sRGB">
|
||||
<feFlood flood-opacity="0" result="BackgroundImageFix"/>
|
||||
<feColorMatrix in="SourceAlpha" type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0" result="hardAlpha"/>
|
||||
<feOffset/>
|
||||
<feGaussianBlur stdDeviation="2.5"/>
|
||||
<feComposite in2="hardAlpha" operator="out"/>
|
||||
<feColorMatrix type="matrix" values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0"/>
|
||||
<feBlend mode="normal" in2="BackgroundImageFix" result="effect1_dropShadow_111_2479"/>
|
||||
<feBlend mode="normal" in="SourceGraphic" in2="effect1_dropShadow_111_2479" result="shape"/>
|
||||
</filter>
|
||||
</defs>
|
||||
</svg>
|
After Width: | Height: | Size: 2.3 KiB |
Loading…
Reference in New Issue
Block a user