Skip to content

Commit ef66c02

Browse files
committed
Fixed Soneium logo
1 parent 8da2bf3 commit ef66c02

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/connect-blockchain/evm/soneium/react-native.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const chainConfig = {
6969
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
7070
ticker: "ETH",
7171
tickerName: "ETH",
72-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
72+
logo: "https://iili.io/2i5xce2.png",
7373
};
7474
```
7575

@@ -88,7 +88,7 @@ const chainConfig = {
8888
blockExplorerUrl: "https://explorer-testnet.soneium.org",
8989
ticker: "ETH",
9090
tickerName: "ETH",
91-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
91+
logo: "https://iili.io/2i5xce2.png",
9292
// faucet- "https://bridge.soneium.org/en/testnet" bridge the sepolia ETH to Soneium
9393
};
9494
```

docs/connect-blockchain/evm/soneium/unity.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ const chainConfig = {
5959
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
6060
ticker: "ETH",
6161
tickerName: "ETH",
62-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
62+
logo: "https://iili.io/2i5xce2.png",
6363
};
6464
```
6565

@@ -78,7 +78,7 @@ const chainConfig = {
7878
blockExplorerUrl: "https://explorer-testnet.soneium.org",
7979
ticker: "ETH",
8080
tickerName: "ETH",
81-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
81+
logo: "https://iili.io/2i5xce2.png",
8282
// faucet- "https://bridge.soneium.org/en/testnet" bridge the sepolia ETH to Soneium
8383
};
8484
```

docs/connect-blockchain/evm/soneium/web.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const chainConfig = {
7878
blockExplorerUrl: "https://www.okx.com/web3/explorer/soneium",
7979
ticker: "ETH",
8080
tickerName: "ETH",
81-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
81+
logo: "https://iili.io/2i5xce2.png",
8282
};
8383
```
8484

@@ -97,7 +97,7 @@ const chainConfig = {
9797
blockExplorerUrl: "https://explorer-testnet.soneium.org",
9898
ticker: "ETH",
9999
tickerName: "ETH",
100-
logo: "https://cryptologos.cc/logos/soneium-logo.png",
100+
logo: "https://iili.io/2i5xce2.png",
101101
// faucet- "https://bridge.soneium.org/en/testnet" bridge the sepolia ETH to Soneium
102102
};
103103
```

0 commit comments

Comments
 (0)