Skip to content

Commit

Permalink
Merge pull request #216 from UnUniFi/feature/fix-config
Browse files Browse the repository at this point in the history
fix: config.js to recover chainName for debug
  • Loading branch information
YasunoriMATSUOKA authored Jun 15, 2022
2 parents b50c699 + 34ae2c8 commit d139f34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/explorer/src/assets/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const configs = [
'ws',
)}//${domainCauchyEB}:${websocketPort}`,
chainID,
chainName,
bech32Prefix,
minimumGasPrices: [
{
Expand Down Expand Up @@ -170,6 +171,7 @@ const configs = [
'ws',
)}//${domainCauchyEC}:${websocketPort}`,
chainID,
chainName,
bech32Prefix,
minimumGasPrices: [
{
Expand Down Expand Up @@ -229,6 +231,7 @@ const configs = [
'ws',
)}//${domainCauchyED}:${websocketPort}`,
chainID,
chainName,
bech32Prefix,
minimumGasPrices: [
{
Expand Down
3 changes: 3 additions & 0 deletions projects/portal/src/assets/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const configs = [
'ws',
)}//${domainCauchyEB}:${websocketPort}`,
chainID,
chainName,
bech32Prefix,
minimumGasPrices: [
{
Expand Down Expand Up @@ -167,6 +168,7 @@ const configs = [
'ws',
)}//${domainCauchyEC}:${websocketPort}`,
chainID,
chainName,
bech32Prefix,
minimumGasPrices: [
{
Expand Down Expand Up @@ -226,6 +228,7 @@ const configs = [
'ws',
)}//${domainCauchyED}:${websocketPort}`,
chainID,
chainName,
bech32Prefix,
minimumGasPrices: [
{
Expand Down

0 comments on commit d139f34

Please sign in to comment.