web3bio-profile-kit 0.1.39 → 0.1.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/utils/network.cjs +2 -2
- package/dist/utils/network.js +2 -2
- package/package.json +1 -1
package/dist/utils/network.cjs
CHANGED
|
@@ -195,7 +195,7 @@ const NETWORK_DATA = {
|
|
|
195
195
|
},
|
|
196
196
|
[network.Network.lens]: {
|
|
197
197
|
bgColor: "#d9f1dc",
|
|
198
|
-
chainId:
|
|
198
|
+
chainId: 232,
|
|
199
199
|
icon: "icons/icon-lens.svg",
|
|
200
200
|
key: network.Network.lens,
|
|
201
201
|
label: "Lens",
|
|
@@ -282,7 +282,7 @@ const NETWORK_DATA = {
|
|
|
282
282
|
[network.Network.solana]: {
|
|
283
283
|
assetPrefix: "https://portfolio.jup.ag/portfolio/",
|
|
284
284
|
bgColor: "#F0E3FF",
|
|
285
|
-
chainId:
|
|
285
|
+
chainId: 101,
|
|
286
286
|
icon: "icons/icon-solana.svg",
|
|
287
287
|
key: network.Network.solana,
|
|
288
288
|
label: "Solana",
|
package/dist/utils/network.js
CHANGED
|
@@ -193,7 +193,7 @@ const NETWORK_DATA = {
|
|
|
193
193
|
},
|
|
194
194
|
[Network.lens]: {
|
|
195
195
|
bgColor: "#d9f1dc",
|
|
196
|
-
chainId:
|
|
196
|
+
chainId: 232,
|
|
197
197
|
icon: "icons/icon-lens.svg",
|
|
198
198
|
key: Network.lens,
|
|
199
199
|
label: "Lens",
|
|
@@ -280,7 +280,7 @@ const NETWORK_DATA = {
|
|
|
280
280
|
[Network.solana]: {
|
|
281
281
|
assetPrefix: "https://portfolio.jup.ag/portfolio/",
|
|
282
282
|
bgColor: "#F0E3FF",
|
|
283
|
-
chainId:
|
|
283
|
+
chainId: 101,
|
|
284
284
|
icon: "icons/icon-solana.svg",
|
|
285
285
|
key: Network.solana,
|
|
286
286
|
label: "Solana",
|