Skip to content

Commit

Permalink
Preparatio for production
Browse files Browse the repository at this point in the history
  • Loading branch information
Topper authored and Topper committed Feb 10, 2024
1 parent b727410 commit 05c7d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/chain_params.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const cChainParams = reactive({
// A list of Labs-trusted explorers
Explorers: [
// Display name Blockbook-compatible API base
{ name: 'AIPG-blockbook', url: 'https://localhost' },
{ name: 'AIPG-blockbook', url: 'https://blockbook.aipowergrid.io:8159' },
],
Nodes: [
{ name: 'AIPG-Node1', url: 'https://seed1.aipowergrid.io' },
Expand Down Expand Up @@ -75,7 +75,7 @@ export const cChainParams = reactive({
// A list of Labs-trusted explorers
Explorers: [
// Display name Blockbook-compatible API base
{ name: 'AIPG-blockbook', url: 'https://localhost' },
{ name: 'AIPG-blockbook', url: 'https://blockbook.aipowergrid.io:8189' },
],
Nodes: [
{ name: 'AIPG-TestNode1', url: 'seed1-testnet.aipowergrid.io' },
Expand Down

0 comments on commit 05c7d94

Please sign in to comment.