Skip to content

Commit 9fe7107

Browse files
committed
fix tests and go.mod
1 parent ec22a1c commit 9fe7107

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/blockchain_network_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ func Test_GetDetailsFromJsonOrConfig(t *testing.T) {
9797
want string
9898
network string
9999
}{
100-
{EthereumJsonRpcHTTPEndpointKey, "https://sepolia.infura.io/v3", "sepolia"},
100+
{EthereumJsonRpcHTTPEndpointKey, "https://sepolia.infura.io/v3/09027f4a13e841d48dbfefc67e7685d5", "sepolia"},
101101
{RegistryAddressKey, "0x4e74fefa82e83e0964f0d9f53c68e03f7298a8b2", "local"},
102102
}
103103
for _, tt := range tests {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/singnet/snet-daemon/v5
22

3-
go 1.24
3+
go 1.23.6
44

55
require (
66
github.com/OneOfOne/go-utils v0.0.0-20180319162427-6019ff89a94e

0 commit comments

Comments
 (0)