File tree Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Expand file tree Collapse file tree 4 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " key-generator" ,
3- "version" : " 0.1 .0" ,
3+ "version" : " 1.0 .0" ,
44 "private" : true ,
55 "scripts" : {
66 "serve" : " vue-cli-service serve" ,
Original file line number Diff line number Diff line change @@ -149,10 +149,10 @@ export default {
149149 title: this .$t (' features.fiveDegrees' ),
150150 url: ' https://www.5degrees.io/' ,
151151 },
152- {
153- title: this .$t (' product.stakeVault' ),
154- url: this .stakeVaultUrl
155- },
152+ // {
153+ // title: this.$t('product.stakeVault'),
154+ // url: this.stakeVaultUrl
155+ // },
156156 {
157157 title: this .$t (' features.approvalDetector' ),
158158 url: this .approvalUrl ,
Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ export default {
117117 title : this . $t ( 'product.fiveDegrees' ) ,
118118 url : 'https://www.5degrees.io/#/' ,
119119 } ,
120- {
121- width : '224px' ,
122- class : 'nav-icon-12' ,
123- desc : this . $t ( 'product.stakeVaultDesc' ) ,
124- line : false ,
125- title : this . $t ( 'product.stakeVault' ) ,
126- url : this . stakeVaultUrl
127- }
120+ // {
121+ // width: '224px',
122+ // class: 'nav-icon-12',
123+ // desc: this.$t('product.stakeVaultDesc'),
124+ // line: false,
125+ // title: this.$t('product.stakeVault'),
126+ // url: this.stakeVaultUrl
127+ // }
128128 ] ,
129129 } ,
130130 {
Original file line number Diff line number Diff line change @@ -396,6 +396,11 @@ export default {
396396 icon: require (' ../assets/main/aptos.png' ),
397397 name: this .$t (' chain.aptos' ),
398398 },
399+ {
400+ network: ' SUI' ,
401+ icon: require (' ../assets/main/sui.png' ),
402+ name: this .$t (' chain.sui' ),
403+ },
399404 {
400405 chainId: 1030 ,
401406 network: ' CFX' ,
@@ -443,11 +448,6 @@ export default {
443448 icon: require (' ../assets/main/nostr.jpg' ),
444449 name: this .$t (' chain.nostr' ),
445450 },
446- {
447- network: ' SUI' ,
448- icon: require (' ../assets/main/sui.png' ),
449- name: this .$t (' chain.sui' ),
450- },
451451 {
452452 network: ' BCH' ,
453453 icon: require (' ../assets/main/bch.png' ),
You can’t perform that action at this time.
0 commit comments