From 2d24eb849a6a2dfbeb25f42d894a43b7f3d975c0 Mon Sep 17 00:00:00 2001 From: jasperdg Date: Sat, 27 Apr 2024 18:56:35 +0100 Subject: [PATCH] changed module name. Also changed blockchain name in rosetta config --- go.mod | 2 +- tests/rosetta-cli/rosetta-cli.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 15adb82..3cb704f 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/cosmos/rosetta +module github.com/sedaprotocol/rosetta-seda go 1.21 diff --git a/tests/rosetta-cli/rosetta-cli.json b/tests/rosetta-cli/rosetta-cli.json index 769727e..7500c44 100644 --- a/tests/rosetta-cli/rosetta-cli.json +++ b/tests/rosetta-cli/rosetta-cli.json @@ -1,6 +1,6 @@ { "network": { - "blockchain": "seda-chain", + "blockchain": "seda", "network": "seda-1" }, "online_url":"http://localhost:8080",