Skip to content

Commit

Permalink
oracle: v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-zaremba committed Aug 17, 2023
1 parent b5ed70a commit 8295d80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ The IAH Registry supports the following extra queries, which are not part of the
Production:

- **SBT registry**: `registry.i-am-human.near` @ registry/v1.3.0
- **Fractal**: `fractal.i-am-human.near` @ oracle/v1.0.0
- **Fractal**: `fractal.i-am-human.near` @ oracle/v1.0.1
- verification pubkey base64: `"zqMwV9fTRoBOLXwt1mHxBAF3d0Rh9E9xwSAXR3/KL5E="`
- **Community SBTs**: `community.i-am-human.near` @ community-sbt/v4.1.0
classes: OG=1
Expand Down Expand Up @@ -84,8 +84,8 @@ Deprecated:
- `registry-1.i-am-human.testnet` @ release/v0.2
- `registry-2.i-am-human.testnet` @ registry/v1.3.0 (same as the prod version)
- `registry-unstable.i-am-human.testnet` @ registry/v1.2.0
- **Demo SBT Issuer**: `sbt1.i-am-human.testnet` (the `demo_issuer` contract)
- **Fractal Issuer**: `i-am-human-staging.testnet` (the `oracle` contract).
- **Demo SBT**: `sbt1.i-am-human.testnet` (the `demo_issuer` contract)
- **Fractal**: `i-am-human-staging.testnet` @ oracle/v1.0.1
registry: `registry-1.i-am-human.testnet`; Verification pubkey base64: `FGoAI6DXghOSK2ZaKVT/5lSP4X4JkoQQphv1FD4YRto=`, `claim_ttl`: 3600ms, FV class: 1
- **Community-SBT**: `community-v1.i-am-human.testnet` @ community-sbt/v4.1.0
registry: `registry-1.i-am-human.testnet`; classes: OG=1, Vibes=2
Expand Down
2 changes: 1 addition & 1 deletion contracts/Cargo.lock

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

2 changes: 1 addition & 1 deletion contracts/oracle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oracle-sbt"
version = "1.0.0"
version = "1.0.1"
authors = ["Robert Zaremba 'https://zaremba.ch/'"]
edition = { workspace = true }
repository = { workspace = true }
Expand Down

0 comments on commit 8295d80

Please sign in to comment.