Skip to content

Commit bd90dd4

Browse files
authored
chore(target_chains/solana): add description and license (#1885)
1 parent 63595df commit bd90dd4

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/publish-pyth-price-publisher.yml renamed to .github/workflows/publish-pyth-price-store.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: Publish Pyth Price Publisher to crates.io
1+
name: Publish Pyth Price Store to crates.io
22

33
on:
44
push:
55
tags:
66
- pyth-price-store-v*
77
jobs:
88
publish-pyth-price-store:
9-
name: Publish Pyth Price Publisher
9+
name: Publish Pyth Price Store
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout sources

target_chains/solana/programs/pyth-price-store/Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
name = "pyth-price-store"
33
version = "0.1.0"
44
edition = "2021"
5+
description = "A solana on-chain program that allows publishers to push prices on Pythnet."
6+
license = "Apache-2.0"
7+
58

69
[lib]
710
crate-type = ["cdylib", "lib"]

0 commit comments

Comments
 (0)