Rename pyth-rng to Fortuna (#1119)

This commit is contained in:
Jayant Krishnamurthy 2023-10-20 09:41:05 -07:00 committed by GitHub
parent d096bfaf73
commit d87cd7c5fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
28 changed files with 6 additions and 6 deletions

View File

@ -65,13 +65,13 @@ repos:
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./hermes/Cargo.toml --all -- --config-path rustfmt.toml
pass_filenames: false
files: hermes
# Hooks for pyth-rng
- id: cargo-fmt-pyth-rng
name: Cargo format for Pyth RNG
# Hooks for Fortuna
- id: cargo-fmt-fortuna
name: Cargo format for Fortuna
language: "rust"
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./pyth-rng/Cargo.toml --all -- --config-path rustfmt.toml
entry: cargo +nightly-2023-07-23 fmt --manifest-path ./fortuna/Cargo.toml --all -- --config-path rustfmt.toml
pass_filenames: false
files: pyth-rng
files: fortuna
# Hooks for message buffer contract
- id: cargo-fmt-message-buffer
name: Cargo format for message buffer contract

View File

@ -1,5 +1,5 @@
[package]
name = "pyth-rng"
name = "fortuna"
version = "0.1.0"
edition = "2021"