Skip to content

Commit 0593669

Browse files
authored
Merge pull request #68 from bgd-labs/feat/add-sonic-and-mantle-chains
feat: Add sonic and mantle chains, change Optimism mainnet icon
2 parents 5dc8073 + 7ca970a commit 0593669

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+302
-26
lines changed

icons/full/aop.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/full/mantle.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/op.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/full/opmainnet.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/full/sonic.svg

Lines changed: 1 addition & 0 deletions
Loading

icons/full/stataop.svg

Lines changed: 1 addition & 1 deletion
Loading

icons/icons.json

Lines changed: 34 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1861,6 +1861,17 @@
18611861
}
18621862
}
18631863
},
1864+
{
1865+
"type": [
1866+
"chain"
1867+
],
1868+
"chainId": 5000,
1869+
"chainName": "Mantle",
1870+
"icons": {
1871+
"mono": "icons/mono/mantle.svg",
1872+
"full": "icons/full/mantle.svg"
1873+
}
1874+
},
18641875
{
18651876
"type": [
18661877
"wallet"
@@ -2063,13 +2074,10 @@
20632074
},
20642075
{
20652076
"type": [
2066-
"asset",
2067-
"chain"
2077+
"asset"
20682078
],
20692079
"symbol": "op",
2070-
"chainId": 10,
20712080
"name": "Optimism",
2072-
"chainName": "OP Mainnet",
20732081
"aliases": [
20742082
"aOptOP",
20752083
"variableDebtOptOP",
@@ -2104,6 +2112,17 @@
21042112
"full": "icons/full/operawallet.svg"
21052113
}
21062114
},
2115+
{
2116+
"type": [
2117+
"chain"
2118+
],
2119+
"chainId": 10,
2120+
"chainName": "OP Mainnet",
2121+
"icons": {
2122+
"mono": "icons/mono/opmainnet.svg",
2123+
"full": "icons/full/opmainnet.svg"
2124+
}
2125+
},
21072126
{
21082127
"type": [
21092128
"chain"
@@ -2688,6 +2707,17 @@
26882707
}
26892708
}
26902709
},
2710+
{
2711+
"type": [
2712+
"chain"
2713+
],
2714+
"chainId": 146,
2715+
"chainName": "Sonic",
2716+
"icons": {
2717+
"mono": "icons/mono/sonic.svg",
2718+
"full": "icons/full/sonic.svg"
2719+
}
2720+
},
26912721
{
26922722
"type": [
26932723
"wallet"

0 commit comments

Comments
 (0)