Skip to content

Commit 2816ea9

Browse files
janek26actions-user
authored andcommitted
Version Bump (Internal) - v1.5.168
1 parent dfd000e commit 2816ea9

File tree

3 files changed

+25
-25
lines changed

3 files changed

+25
-25
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "browser-extension",
33
"license": "GPL-3.0-only",
4-
"version": "1.5.167",
4+
"version": "1.5.168",
55
"scripts": {
66
"//enable dev mode": "",
77
"devmode:on": "sed -i'' -e 's/IS_DEV.*/IS_DEV=true/g' .env",

static/data/networks.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2092,7 +2092,7 @@
20922092
"id": "999",
20932093
"mainnetId": "999",
20942094
"name": "hyper-evm",
2095-
"label": "Hyper Evm",
2095+
"label": "HyperEVM",
20962096
"colors": {
20972097
"light": "#072723",
20982098
"dark": "#97FCE4"
@@ -2482,8 +2482,8 @@
24822482
"name": "celo",
24832483
"label": "Celo",
24842484
"colors": {
2485-
"light": "",
2486-
"dark": ""
2485+
"light": "#A0A314",
2486+
"dark": "#FCFF52"
24872487
},
24882488
"icons": {
24892489
"uncropped": {
@@ -2579,8 +2579,8 @@
25792579
"name": "abstract",
25802580
"label": "Abstract",
25812581
"colors": {
2582-
"light": "",
2583-
"dark": ""
2582+
"light": "#32A154",
2583+
"dark": "#6BD88C"
25842584
},
25852585
"icons": {
25862586
"uncropped": {
@@ -2676,8 +2676,8 @@
26762676
"name": "soneium",
26772677
"label": "Soneium",
26782678
"colors": {
2679-
"light": "",
2680-
"dark": ""
2679+
"light": "#25292E",
2680+
"dark": "#FFFFFF"
26812681
},
26822682
"icons": {
26832683
"uncropped": {
@@ -2773,8 +2773,8 @@
27732773
"name": "b3",
27742774
"label": "B3",
27752775
"colors": {
2776-
"light": "",
2777-
"dark": ""
2776+
"light": "#007AFF",
2777+
"dark": "#3996FB"
27782778
},
27792779
"icons": {
27802780
"uncropped": {
@@ -2870,8 +2870,8 @@
28702870
"name": "mantle",
28712871
"label": "Mantle",
28722872
"colors": {
2873-
"light": "",
2874-
"dark": ""
2873+
"light": "#25292E",
2874+
"dark": "#FFFFFF"
28752875
},
28762876
"icons": {
28772877
"uncropped": {
@@ -2967,8 +2967,8 @@
29672967
"name": "worldchain",
29682968
"label": "Worldchain",
29692969
"colors": {
2970-
"light": "",
2971-
"dark": ""
2970+
"light": "#25292E",
2971+
"dark": "#FFFFFF"
29722972
},
29732973
"icons": {
29742974
"uncropped": {
@@ -3064,8 +3064,8 @@
30643064
"name": "swellchain",
30653065
"label": "Swellchain",
30663066
"colors": {
3067-
"light": "",
3068-
"dark": ""
3067+
"light": "#5A91F0",
3068+
"dark": "#82B0FF"
30693069
},
30703070
"icons": {
30713071
"uncropped": {
@@ -3161,8 +3161,8 @@
31613161
"name": "plasma",
31623162
"label": "Plasma",
31633163
"colors": {
3164-
"light": "",
3165-
"dark": ""
3164+
"light": "#162F29",
3165+
"dark": "#82C9B4"
31663166
},
31673167
"icons": {
31683168
"uncropped": {
@@ -3258,8 +3258,8 @@
32583258
"name": "bob",
32593259
"label": "Bob",
32603260
"colors": {
3261-
"light": "",
3262-
"dark": ""
3261+
"light": "#F25D00",
3262+
"dark": "#F9863E"
32633263
},
32643264
"icons": {
32653265
"uncropped": {
@@ -3355,8 +3355,8 @@
33553355
"name": "ronin",
33563356
"label": "Ronin",
33573357
"colors": {
3358-
"light": "",
3359-
"dark": ""
3358+
"light": "#004DE5",
3359+
"dark": "#5E90F3"
33603360
},
33613361
"icons": {
33623362
"uncropped": {
@@ -3452,8 +3452,8 @@
34523452
"name": "plume",
34533453
"label": "Plume",
34543454
"colors": {
3455-
"light": "",
3456-
"dark": ""
3455+
"light": "#FF3D00",
3456+
"dark": "#FC6C3F"
34573457
},
34583458
"icons": {
34593459
"uncropped": {

static/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"notifications"
6969
],
7070
"short_name": "Rainbow",
71-
"version": "1.5.167",
71+
"version": "1.5.168",
7272
"web_accessible_resources": [
7373
{
7474
"matches": [

0 commit comments

Comments
 (0)