Skip to content

Commit 7ca2358

Browse files
authored
add plume, codex network icons (0xa3k5#158)
1 parent 511daa9 commit 7ca2358

File tree

22 files changed

+173
-5
lines changed

22 files changed

+173
-5
lines changed

.changeset/fifty-donkeys-crash.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@web3icons/common': patch
3+
'@web3icons/react': patch
4+
'@web3icons/core': patch
5+
---
6+
7+
network: Plume (branded, mono, background)
8+
network: Codex (branded, mono, background)
9+
token: PLUME (branded, mono, background)

docs/icons.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
jump to section:
22

33
- [wallets (51)](#wallets)
4-
- [networks (236)](#networks)
4+
- [networks (238)](#networks)
55
- [exchanges (28)](#exchanges)
6-
- [tokens (1838)](#tokens)
6+
- [tokens (1839)](#tokens)
77

88
### Wallets
99

@@ -301,6 +301,8 @@ jump to section:
301301
| uptick | Uptick ||||
302302
| plasma | Plasma ||||
303303
| ton | The Open Network ||||
304+
| plume | Plume ||||
305+
| codex | Codex ||||
304306

305307
### Exchanges
306308

@@ -2177,3 +2179,4 @@ jump to section:
21772179
| Genesis L1 | L1 ||||
21782180
| Uptick | UPTICK ||||
21792181
| Plasma | XPL ||||
2182+
| Plume | PLUME ||||

packages/common/src/metadata/networks.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,5 +2274,25 @@
22742274
"name": "The Open Network",
22752275
"shortName": "TON",
22762276
"variants": ["background", "branded", "mono"]
2277+
},
2278+
{
2279+
"id": "plume",
2280+
"filePath": "network:plume",
2281+
"chainId": 98866,
2282+
"caip2id": "eip155:98866",
2283+
"name": "Plume",
2284+
"shortName": "Plume",
2285+
"nativeCoinId": "PLUME",
2286+
"variants": ["background", "branded", "mono"]
2287+
},
2288+
{
2289+
"id": "codex",
2290+
"filePath": "network:codex",
2291+
"chainId": 81224,
2292+
"caip2id": "eip155:81224",
2293+
"name": "Codex",
2294+
"shortName": "Codex",
2295+
"nativeCoinId": "ETH",
2296+
"variants": ["background", "branded", "mono"]
22772297
}
22782298
]

packages/common/src/metadata/networks.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2277,4 +2277,24 @@ export const networks: INetworkMetadata[] = [
22772277
shortName: 'TON',
22782278
variants: ['background', 'branded', 'mono'],
22792279
},
2280+
{
2281+
id: 'plume',
2282+
name: 'Plume',
2283+
variants: ['background', 'branded', 'mono'],
2284+
filePath: 'network:plume',
2285+
shortName: 'Plume',
2286+
chainId: 98866,
2287+
caip2id: 'eip155:98866',
2288+
nativeCoinId: 'PLUME',
2289+
},
2290+
{
2291+
id: 'codex',
2292+
name: 'Codex',
2293+
variants: ['background', 'branded', 'mono'],
2294+
filePath: 'network:codex',
2295+
shortName: 'Codex',
2296+
chainId: 81224,
2297+
caip2id: 'eip155:81224',
2298+
nativeCoinId: 'ETH',
2299+
},
22802300
]

packages/common/src/metadata/tokens.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21306,5 +21306,14 @@
2130621306
"plasma": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee"
2130721307
},
2130821308
"variants": ["background", "branded", "mono"]
21309+
},
21310+
{
21311+
"id": "plume",
21312+
"filePath": "network:plume",
21313+
"symbol": "PLUME",
21314+
"name": "Plume",
21315+
"marketCapRank": 0,
21316+
"addresses": {},
21317+
"variants": ["background", "branded", "mono"]
2130921318
}
2131021319
]

packages/common/src/metadata/tokens.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21411,4 +21411,13 @@ export const tokens: ITokenMetadata[] = [
2141121411
},
2141221412
variants: ['background', 'branded', 'mono'],
2141321413
},
21414+
{
21415+
id: 'plume',
21416+
name: 'Plume',
21417+
variants: ['background', 'branded', 'mono'],
21418+
filePath: 'network:plume',
21419+
symbol: 'PLUME',
21420+
marketCapRank: 0,
21421+
addresses: {},
21422+
},
2141421423
]

packages/common/src/metadata/wallets.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -291,20 +291,20 @@ export const wallets: IWalletMetadata[] = [
291291
},
292292
{
293293
id: 'ambire',
294+
filePath: 'token:WALLET',
294295
name: 'Ambire',
295296
variants: ['branded', 'mono', 'background'],
296-
filePath: 'token:WALLET',
297297
},
298298
{
299299
id: 'cypherock',
300+
filePath: 'wallet:cypherock',
300301
name: 'Cypherock',
301302
variants: ['background', 'branded', 'mono'],
302-
filePath: 'wallet:cypherock',
303303
},
304304
{
305305
id: 'daimo',
306+
filePath: 'wallet:daimo',
306307
name: 'Daimo Pay',
307308
variants: ['background', 'branded', 'mono'],
308-
filePath: 'wallet:daimo',
309309
},
310310
]

packages/core/src/svg-module.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5130,6 +5130,9 @@ import * as TBackgroundUPTICK from './svgs/networks/background/uptick.svg'
51305130
import * as TBrandedXPL from './svgs/networks/branded/plasma.svg'
51315131
import * as TMonoXPL from './svgs/networks/mono/plasma.svg'
51325132
import * as TBackgroundXPL from './svgs/networks/background/plasma.svg'
5133+
import * as TBrandedPLUME from './svgs/networks/branded/plume.svg'
5134+
import * as TMonoPLUME from './svgs/networks/mono/plume.svg'
5135+
import * as TBackgroundPLUME from './svgs/networks/background/plume.svg'
51335136
import * as NBrandedZksync from './svgs/networks/branded/zksync.svg'
51345137
import * as NMonoZksync from './svgs/networks/mono/zksync.svg'
51355138
import * as NBackgroundZksync from './svgs/networks/background/zksync.svg'
@@ -5833,6 +5836,12 @@ import * as NBackgroundPlasma from './svgs/networks/background/plasma.svg'
58335836
import * as NBrandedTon from './svgs/networks/branded/ton.svg'
58345837
import * as NMonoTon from './svgs/networks/mono/ton.svg'
58355838
import * as NBackgroundTon from './svgs/networks/background/ton.svg'
5839+
import * as NBrandedPlume from './svgs/networks/branded/plume.svg'
5840+
import * as NMonoPlume from './svgs/networks/mono/plume.svg'
5841+
import * as NBackgroundPlume from './svgs/networks/background/plume.svg'
5842+
import * as NBrandedCodex from './svgs/networks/branded/codex.svg'
5843+
import * as NMonoCodex from './svgs/networks/mono/codex.svg'
5844+
import * as NBackgroundCodex from './svgs/networks/background/codex.svg'
58365845
import * as WBrandedAlfa1 from './svgs/wallets/branded/alfa1.svg'
58375846
import * as WMonoAlfa1 from './svgs/wallets/mono/alfa1.svg'
58385847
import * as WBackgroundAlfa1 from './svgs/wallets/background/alfa1.svg'
@@ -7861,6 +7870,7 @@ export const svgs = {
78617870
l1: TBrandedL1,
78627871
uptick: TBrandedUPTICK,
78637872
xpl: TBrandedXPL,
7873+
plume: TBrandedPLUME,
78647874
},
78657875
mono: {
78667876
'0x0': TMono0X0,
@@ -9410,6 +9420,7 @@ export const svgs = {
94109420
l1: TMonoL1,
94119421
uptick: TMonoUPTICK,
94129422
xpl: TMonoXPL,
9423+
plume: TMonoPLUME,
94139424
},
94149425
background: {
94159426
'0x0': TBackground0X0,
@@ -11204,6 +11215,7 @@ export const svgs = {
1120411215
l1: TBackgroundL1,
1120511216
uptick: TBackgroundUPTICK,
1120611217
xpl: TBackgroundXPL,
11218+
plume: TBackgroundPLUME,
1120711219
},
1120811220
},
1120911221
networks: {
@@ -11444,6 +11456,8 @@ export const svgs = {
1144411456
uptick: NBrandedUptick,
1144511457
plasma: NBrandedPlasma,
1144611458
ton: NBrandedTon,
11459+
plume: NBrandedPlume,
11460+
codex: NBrandedCodex,
1144711461
},
1144811462
mono: {
1144911463
zksync: NMonoZksync,
@@ -11677,6 +11691,8 @@ export const svgs = {
1167711691
uptick: NMonoUptick,
1167811692
plasma: NMonoPlasma,
1167911693
ton: NMonoTon,
11694+
plume: NMonoPlume,
11695+
codex: NMonoCodex,
1168011696
},
1168111697
background: {
1168211698
zksync: NBackgroundZksync,
@@ -11915,6 +11931,8 @@ export const svgs = {
1191511931
uptick: NBackgroundUptick,
1191611932
plasma: NBackgroundPlasma,
1191711933
ton: NBackgroundTon,
11934+
plume: NBackgroundPlume,
11935+
codex: NBackgroundCodex,
1191811936
},
1191911937
},
1192011938
wallets: {

packages/core/src/svgs/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5129,6 +5129,9 @@ export * as TokenBackgroundUPTICK from './networks/background/uptick.svg'
51295129
export * as TokenBrandedXPL from './networks/branded/plasma.svg'
51305130
export * as TokenMonoXPL from './networks/mono/plasma.svg'
51315131
export * as TokenBackgroundXPL from './networks/background/plasma.svg'
5132+
export * as TokenBrandedPLUME from './networks/branded/plume.svg'
5133+
export * as TokenMonoPLUME from './networks/mono/plume.svg'
5134+
export * as TokenBackgroundPLUME from './networks/background/plume.svg'
51325135
export * as NetworkBrandedZksync from './networks/branded/zksync.svg'
51335136
export * as NetworkMonoZksync from './networks/mono/zksync.svg'
51345137
export * as NetworkBackgroundZksync from './networks/background/zksync.svg'
@@ -5832,6 +5835,12 @@ export * as NetworkBackgroundPlasma from './networks/background/plasma.svg'
58325835
export * as NetworkBrandedTon from './networks/branded/ton.svg'
58335836
export * as NetworkMonoTon from './networks/mono/ton.svg'
58345837
export * as NetworkBackgroundTon from './networks/background/ton.svg'
5838+
export * as NetworkBrandedPlume from './networks/branded/plume.svg'
5839+
export * as NetworkMonoPlume from './networks/mono/plume.svg'
5840+
export * as NetworkBackgroundPlume from './networks/background/plume.svg'
5841+
export * as NetworkBrandedCodex from './networks/branded/codex.svg'
5842+
export * as NetworkMonoCodex from './networks/mono/codex.svg'
5843+
export * as NetworkBackgroundCodex from './networks/background/codex.svg'
58355844
export * as WalletBrandedAlfa1 from './wallets/branded/alfa1.svg'
58365845
export * as WalletMonoAlfa1 from './wallets/mono/alfa1.svg'
58375846
export * as WalletBackgroundAlfa1 from './wallets/background/alfa1.svg'
Lines changed: 11 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)