Skip to content

Commit

Permalink
[NFT] Add V-Chip / Bump caminojs
Browse files Browse the repository at this point in the history
  • Loading branch information
peak3d committed Apr 25, 2024
1 parent 58abfb7 commit d592d0d
Show file tree
Hide file tree
Showing 6 changed files with 208 additions and 72 deletions.
2 changes: 1 addition & 1 deletion caminojs
2 changes: 1 addition & 1 deletion src/components/wallet/studio/NewCollectibleFamily.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export default class NewCollectibleFamily extends Vue {
}
get txFee(): Big {
return bnToBig(ava.PChain().getCreationTxFee(), 9)
return bnToBig(ava.XChain().getCreationTxFee(), 9)
}
validate(): boolean {
Expand Down
1 change: 1 addition & 0 deletions src/components/wallet/studio/mint/MintForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ $col_pad: 24px;
display: flex;
padding: 14px;
border: 1px dashed var(--primary-color);
overflow: hidden;
p {
align-self: center;
Expand Down
4 changes: 4 additions & 0 deletions src/plugins/vuetify.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import Vue from 'vue'
import Vuetify, {
VApp,
VBtn,
VChip,
VChipGroup,
VIcon,
VList,
VMain,
Expand Down Expand Up @@ -156,6 +158,8 @@ Vue.use(Vuetify, {
components: {
VApp,
VBtn,
VChip,
VChipGroup,
VIcon,
VList,
VMain,
Expand Down
4 changes: 4 additions & 0 deletions src/plugins/vuetify_suite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import Vue from 'vue'
import Vuetify, {
VApp,
VBtn,
VChip,
VChipGroup,
VIcon,
VList,
VMain,
Expand Down Expand Up @@ -156,6 +158,8 @@ Vue.use(Vuetify, {
components: {
VApp,
VBtn,
VChip,
VChipGroup,
VIcon,
VList,
VMain,
Expand Down
Loading

0 comments on commit d592d0d

Please sign in to comment.