Skip to content

Commit

Permalink
Merge pull request #1573 from oasisprotocol/kostko/feature/eden-upgrade
Browse files Browse the repository at this point in the history
Update chain context for Eden upgrade
  • Loading branch information
kostko authored Nov 29, 2023
2 parents d1b0bb6 + c74f16e commit 8b71d83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .cargo/audit.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[advisories]
ignore = [
"RUSTSEC-2023-0071", # Does not affect our current use of the library.
]
2 changes: 1 addition & 1 deletion client-sdk/go/config/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ var DefaultNetworks = Networks{
// Mainnet network parameters.
// See https://docs.oasis.io/node/mainnet.
"mainnet": {
ChainContext: "b11b369e0da5bb230b220127f5e7b242d385ef8c6f54906243f30af63c815535",
ChainContext: "bb3d748def55bdfb797a2ac53ee6ee141e54cd2ab2dc2375f4a0703a178e6e55",
RPC: "grpc.oasis.dev:443",
Denomination: DenominationInfo{
Symbol: "ROSE",
Expand Down

0 comments on commit 8b71d83

Please sign in to comment.