Skip to content

Commit

Permalink
fix: update playground hub endpoints
Browse files Browse the repository at this point in the history
fix: update playground hub endpoints
  • Loading branch information
artemijspavlovs committed Nov 25, 2024
1 parent a58c09e commit 29745b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/consts/dymension.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ var MockHubData = HubData{

var PlaygroundHubData = HubData{
Environment: "playground",
ApiUrl: "https://api-dymension-playground-2.mzonder.com:443",
ApiUrl: "https://api-dym-migration-test-2.mzonder.com:443",
ID: PlaygroundHubID,
RpcUrl: "https://rpc-dymension-playground-2.mzonder.com:443",
ArchiveRpcUrl: "https://rpc-dymension-playground-2.mzonder.com:443",
RpcUrl: "https://rpc-dym-migration-test-2.mzonder.com:443",
ArchiveRpcUrl: "https://rpc-dym-migration-test-2.mzonder.com:443",
GasPrice: "2000000000",
DaNetwork: CelestiaTestnet,
}
Expand Down

0 comments on commit 29745b9

Please sign in to comment.