Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Senna46 committed Aug 9, 2023
2 parents 3b9d162 + 3a46059 commit 8231e90
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 23 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
const restPort = location.protocol === 'https:' ? 1318 : 1317;
const websocketPort = location.protocol === 'https:' ? 26658 : 26657;
const faucetUbtcPort = location.protocol === 'https:' ? 8001 : 8000;
const faucetUguuPort = location.protocol === 'https:' ? 8003 : 8002;
const faucetJpuPort = location.protocol === 'https:' ? 8005 : 8004;
const faucetUethPort = location.protocol === 'https:' ? 8007 : 8006;
const faucetEuuPort = location.protocol === 'https:' ? 8009 : 8008;
const faucetUbtcPort = location.protocol === 'https:' ? 8000 : 7000;
const faucetUguuPort = location.protocol === 'https:' ? 8002 : 7002;

const domainCauchyEA = 'a.lcd.ununifi.cauchye.net';
const domainCauchyEB = 'b.lcd.ununifi.cauchye.net';
Expand Down Expand Up @@ -188,7 +185,15 @@ const configs = [
],
denomMetadata,
extension: {
faucet: [],
faucet: [
{
hasFaucet: true,
faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUguuPort}`,
denom: 'uguu',
creditAmount: 100000,
maxCredit: 100000,
},
],
// monitor: {},
navigations: [],
messageModules,
Expand All @@ -210,7 +215,15 @@ const configs = [
],
denomMetadata,
extension: {
faucet: [],
faucet: [
{
hasFaucet: true,
faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUguuPort}`,
denom: 'uguu',
creditAmount: 100000,
maxCredit: 100000,
},
],
// monitor: {},
navigations: [],
messageModules,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
const restPort = location.protocol === 'https:' ? 1318 : 1317;
const websocketPort = location.protocol === 'https:' ? 26658 : 26657;
const faucetUbtcPort = location.protocol === 'https:' ? 8001 : 8000;
const faucetUguuPort = location.protocol === 'https:' ? 8003 : 8002;
const faucetJpuPort = location.protocol === 'https:' ? 8005 : 8004;
const faucetUethPort = location.protocol === 'https:' ? 8007 : 8006;
const faucetEuuPort = location.protocol === 'https:' ? 8009 : 8008;
const faucetUbtcPort = location.protocol === 'https:' ? 8000 : 7000;
const faucetUguuPort = location.protocol === 'https:' ? 8002 : 7002;

const domainCauchyEA = 'a.lcd.ununifi.cauchye.net';
const domainCauchyEB = 'b.lcd.ununifi.cauchye.net';
Expand Down Expand Up @@ -188,7 +185,15 @@ const configs = [
],
denomMetadata,
extension: {
faucet: [],
faucet: [
{
hasFaucet: true,
faucetURL: `${location.protocol}//${domainCauchyEA}:${faucetUguuPort}`,
denom: 'uguu',
creditAmount: 100000,
maxCredit: 100000,
},
],
// monitor: {},
navigations: [],
messageModules,
Expand All @@ -210,7 +215,15 @@ const configs = [
],
denomMetadata,
extension: {
faucet: [],
faucet: [
{
hasFaucet: true,
faucetURL: `${location.protocol}//${domainCauchyEB}:${faucetUguuPort}`,
denom: 'uguu',
creditAmount: 100000,
maxCredit: 100000,
},
],
// monitor: {},
navigations: [],
messageModules,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</ng-container>

<li class="menu-title">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down Expand Up @@ -178,7 +178,7 @@
</ng-container>

<li class="menu-title">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</ng-container>

<li class="menu-title">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down Expand Up @@ -182,7 +182,7 @@
</ng-container>

<li class="menu-title">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
</ng-container>

<li class="menu-title" *ngIf="navigations?.length">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</ng-container>

<li class="menu-title">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down Expand Up @@ -173,7 +173,7 @@
</ng-container>

<li class="menu-title">
<span>Testnet</span>
<span>For Test</span>
</li>
<ng-template ngFor let-navigation [ngForOf]="navigations">
<ng-container *ngIf="navigation?.name && navigation?.link">
Expand Down
2 changes: 1 addition & 1 deletion projects/portal/src/app/views/faucet/faucet.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="mx-auto max-w-screen-xl">
<h2>Faucet (Only Testnet)</h2>
<h2>Faucet (For Test)</h2>

<div class="card bg-base-100 shadow-xl w-full">
<div class="card-body">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="mx-auto max-w-screen-xl">
<h2>NFT Mint (Only Testnet)</h2>
<h2>NFT Mint (For Test)</h2>

<div class="card bg-base-100 shadow-xl w-full">
<div class="card-body">
Expand Down

0 comments on commit 8231e90

Please sign in to comment.