Skip to content

Commit

Permalink
Merge pull request #71 from spacemeshos/chore-update-testnet-15
Browse files Browse the repository at this point in the history
  • Loading branch information
pigmej authored Aug 26, 2024
2 parents 7842f0f + 459f2e6 commit 97ffc98
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/utils/defaultNetworks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ const DEFAULT_NETWORKS: Network[] = [
layersPerEpoch: 4032,
},
{
name: 'TestNet 13',
jsonRPC: 'https://testnet-13-api.spacemesh.network',
explorerUrl: 'https://testnet-13-explorer.spacemesh.network',
name: 'TestNet 15',
jsonRPC: 'https://testnet-15-api.spacemesh.network',
explorerUrl: 'https://testnet-15-explorer.spacemesh.network',
hrp: 'stest',
genesisID: 'cd97832ec3ae9851e6277d8bd88bc17b4508e2b2',
genesisTime: 1718964000000,
genesisID: 'b7abe09c9a92bcd862ea1159437520cd83126974',
genesisTime: 1724169600000,
layerDuration: 300,
layersPerEpoch: 288,
},
Expand Down

0 comments on commit 97ffc98

Please sign in to comment.