diff --git a/app/App.vue b/app/App.vue index eaa3212..cc229ca 100644 --- a/app/App.vue +++ b/app/App.vue @@ -6,12 +6,12 @@ toggleable="lg" type="light" class="tomo-header" - variant="white"> + >
+ alt="logo vicissuer"/> Balance: - {{ balance }} TOMO + {{ balance }} VIC - Donate TRC-21 fee + Donate transaction fee - Help - + -->
Condition

You need to pay - 1000 TOMO as TomoX protocol listing fee + 1000 VIC as TomoX protocol listing fee

@@ -27,7 +27,7 @@ label-for="newFee"> TOMO + style="clear">VIC - Not enough TOMO + Not enough VIC
Required field
Deposit amount should be more than 0 TOMO
+ class="text-danger pt-2">Deposit amount should be more than 0 VIC
diff --git a/app/components/deposit/DepositConfirm.vue b/app/components/deposit/DepositConfirm.vue index 7b0362d..a985e8c 100644 --- a/app/components/deposit/DepositConfirm.vue +++ b/app/components/deposit/DepositConfirm.vue @@ -32,7 +32,7 @@ Deposit amount - {{ formatNumber(depositFee) }} TOMO + {{ formatNumber(depositFee) }} VIC Transaction fee @@ -76,7 +76,7 @@
- TRC-21 fee fund: {{ formatNumber(poolingFee) }} TOMO + TRC-21 fee fund: {{ formatNumber(poolingFee) }} VIC
Token not found
Token has not been applied to TomoZ yet
+ class="text-danger pt-2">Token has not been applied to VIC yet - TOMO + VIC Required field
Deposit amount should be more than 0 TOMO
+ class="text-danger pt-2">Deposit amount should be more than 0 VIC
Not enough TOMO
+ class="text-danger pt-2">Not enough VIC
Required field
Deposit amount should be more than 0 TOMO
+ class="text-danger pt-2">Deposit amount should be more than 0 VIC
- - TomoIssuer - + + + VICIssuer + - - - - - - + + + + + + + + + + + + + + +
diff --git a/index.html b/index.html index f0d4ba3..2d9b7dd 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,29 @@ - - - - - TomoIssuer - - - - - - - - - + + + + + + VICIssuer + + + + + + + + + + + + + + + + + +
diff --git a/package.json b/package.json index ac2c7bb..54cf8c0 100644 --- a/package.json +++ b/package.json @@ -21,14 +21,14 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tomochain/tomoissuer.git" + "url": "git+https://github.com/buildOnViction/tomoissuer.git" }, "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/tomochain/tomoissuer/issues" + "url": "https://github.com/buildOnViction/tomoissuer/issues" }, - "homepage": "https://github.com/tomochain/tomoissuer#readme", + "homepage": "https://github.com/buildOnViction/tomoissuer#readme", "dependencies": { "@ledgerhq/hw-app-eth": "^6.24.1", "@ledgerhq/hw-transport-u2f": "^4.56.0",