Skip to content

Commit

Permalink
Merge pull request #171 from UnUniFi/develop
Browse files Browse the repository at this point in the history
release v1.0.0-beta-6
  • Loading branch information
YasunoriMATSUOKA authored May 17, 2022
2 parents 8a2f87f + 34e98ac commit 5d13ef7
Show file tree
Hide file tree
Showing 67 changed files with 3,219 additions and 1,008 deletions.
952 changes: 952 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@
"firebase": "^9.6.10",
"ng-loading-dialog": "^12.0.6",
"ng-min-max": "^12.0.5",
"path-browserify": "^1.0.1",
"querystring": "^0.2.1",
"rxjs": "~6.6.0",
"stream-browserify": "^3.0.0",
Expand All @@ -76,6 +77,7 @@
"@commitlint/cli": "^13.1.0",
"@commitlint/config-conventional": "^13.1.0",
"@cypress/schematic": "^1.5.0",
"@keplr-wallet/types": "^0.10.3",
"@ngrx/schematics": "^12.4.0",
"@tailwindcss/aspect-ratio": "0.2.1",
"@tailwindcss/forms": "0.3.3",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const domainCauchyEB = 'b.private-test.ununifi.cauchye.net';
const domainCauchyEC = 'c.private-test.ununifi.cauchye.net';
const domainCauchyED = 'd.private-test.ununifi.cauchye.net';

const chainID = 'ununifi-8-private-test'
const chainID = 'ununifi-8-private-test';
const chainName = 'UnUniFi (ununifi-8-private-test)';

const bech32Prefix = {
accAddr: 'ununifi',
Expand Down Expand Up @@ -45,10 +46,7 @@ const configs = [
{
id: domainCauchyEA,
restURL: `${location.protocol}//${domainCauchyEA}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEA}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEA}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down Expand Up @@ -104,10 +102,7 @@ const configs = [
{
id: domainCauchyEB,
restURL: `${location.protocol}//${domainCauchyEB}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEB}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEB}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down Expand Up @@ -163,10 +158,7 @@ const configs = [
{
id: domainCauchyEC,
restURL: `${location.protocol}//${domainCauchyEC}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEC}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEC}:${websocketPort}`,
chainID: 'ununifi-8-private-test',
bech32Prefix,
minimumGasPrices: [
Expand Down Expand Up @@ -222,10 +214,7 @@ const configs = [
{
id: domainCauchyED,
restURL: `${location.protocol}//${domainCauchyED}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyED}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyED}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const domainCauchyEA = 'ununifi-beta-test-v1.cauchye.net';
// const domainCauchyEC = 'c.private-test.ununifi.cauchye.net';
// const domainCauchyED = 'd.private-test.ununifi.cauchye.net';

const chainID = 'ununifi-9-beta-test-v1'
const chainID = 'ununifi-9-beta-test-v1';
const chainName = 'UnUniFi (ununifi-9-beta-test-v1)';

const bech32Prefix = {
accAddr: 'ununifi',
Expand Down Expand Up @@ -45,10 +46,7 @@ const configs = [
{
id: domainCauchyEA,
restURL: `${location.protocol}//${domainCauchyEA}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEA}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEA}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const domainCauchyEB = 'b.private-test.ununifi.cauchye.net';
const domainCauchyEC = 'c.private-test.ununifi.cauchye.net';
const domainCauchyED = 'd.private-test.ununifi.cauchye.net';

const chainID = 'ununifi-8-private-test'
const chainID = 'ununifi-8-private-test';
const chainName = 'UnUniFi (Alpha)';

const bech32Prefix = {
accAddr: 'ununifi',
Expand Down Expand Up @@ -45,10 +46,7 @@ const configs = [
{
id: domainCauchyEA,
restURL: `${location.protocol}//${domainCauchyEA}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEA}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEA}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down Expand Up @@ -104,10 +102,7 @@ const configs = [
{
id: domainCauchyEB,
restURL: `${location.protocol}//${domainCauchyEB}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEB}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEB}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down Expand Up @@ -163,10 +158,7 @@ const configs = [
{
id: domainCauchyEC,
restURL: `${location.protocol}//${domainCauchyEC}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEC}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEC}:${websocketPort}`,
chainID: 'ununifi-8-private-test',
bech32Prefix,
minimumGasPrices: [
Expand Down Expand Up @@ -222,10 +214,7 @@ const configs = [
{
id: domainCauchyED,
restURL: `${location.protocol}//${domainCauchyED}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyED}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyED}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ const domainCauchyEA = 'ununifi-beta-test-v1.cauchye.net';
// const domainCauchyEC = 'c.private-test.ununifi.cauchye.net';
// const domainCauchyED = 'd.private-test.ununifi.cauchye.net';

const chainID = 'ununifi-9-beta-test'
const chainID = 'ununifi-9-beta-test';
const chainName = 'UnUniFi (Beta)';

const bech32Prefix = {
accAddr: 'ununifi',
Expand Down Expand Up @@ -45,10 +46,7 @@ const configs = [
{
id: domainCauchyEA,
restURL: `${location.protocol}//${domainCauchyEA}:${restPort}`,
websocketURL: `${location.protocol.replace(
'http',
'ws',
)}//${domainCauchyEA}:${websocketPort}`,
websocketURL: `${location.protocol.replace('http', 'ws')}//${domainCauchyEA}:${websocketPort}`,
chainID,
bech32Prefix,
minimumGasPrices: [
Expand Down
Loading

0 comments on commit 5d13ef7

Please sign in to comment.