Skip to content

Commit

Permalink
Merge main
Browse files Browse the repository at this point in the history
  • Loading branch information
lattejed committed May 19, 2022
2 parents 94816c3 + 8632a60 commit f63297e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions configuration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@
- add handling for default keys `TRANSACTIONSIGNERS_DEFAULT_{KEY,ID,REGION}` and `RPCS_DEFAULT_RPCSTYLE`
- add tests for new default config keys

### v0.1.0-rc.23

- fix typo in staging goerli rpc url

### v0.1.0-rc.22

- fix broken output tests
Expand Down
2 changes: 1 addition & 1 deletion configuration/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nomad-xyz-configuration"
version = "0.1.0-rc.22"
version = "0.1.0-rc.23"
edition = "2021"
authors = ["James Prestwich <[email protected]>", "The Nomad Developers <[email protected]>"]
description = "Nomad project configuration file utilities"
Expand Down
2 changes: 1 addition & 1 deletion configuration/configs/staging.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"rpcs": {
"rinkeby": ["https://rinkeby-light.eth.linkpool.io"],
"neontestnet": ["https://proxy.devnet.neonlabs.org/solana"],
"goerli": ["tps://goerli-light.eth.linkpool.io"],
"goerli": ["https://goerli-light.eth.linkpool.io"],
"kovan": ["https://kovan.poa.network"],
"evmostestnet": ["https://eth.bd.evmos.dev:8545"]
},
Expand Down

0 comments on commit f63297e

Please sign in to comment.