Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
olomix committed Feb 21, 2024
1 parent 1e0d12c commit 585ee1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions env_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestNewEnvConfigFromJSON(t *testing.T) {
"rpcUrl": "http://localhost:8546",
"stateContractAddr": "0xEA9aF2088B4a9770fC32A12fD42E61BDD317E655"
},
"0X11": {
"0X2835": {
"rpcUrl": "http://localhost:8547",
"stateContractAddr": "0xEA9aF2088B4a9770fC32A12fD42E61BDD317E655"
}
Expand Down Expand Up @@ -63,7 +63,7 @@ func TestNewEnvConfigFromJSON(t *testing.T) {
RPCUrl: "http://localhost:8546",
StateContractAddr: common.HexToAddress("0xEA9aF2088B4a9770fC32A12fD42E61BDD317E655"),
},
17: {
10293: {
RPCUrl: "http://localhost:8547",
StateContractAddr: common.HexToAddress("0xEA9aF2088B4a9770fC32A12fD42E61BDD317E655"),
},
Expand Down

0 comments on commit 585ee1d

Please sign in to comment.