From de61f010d6d461b6ce83175803ff2c9ea3310561 Mon Sep 17 00:00:00 2001 From: KemarTiti <84025750+KemarTiti@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:29:33 +0100 Subject: [PATCH 1/2] [image] add Pyth logo --- img/Pyth.svg | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 img/Pyth.svg diff --git a/img/Pyth.svg b/img/Pyth.svg new file mode 100644 index 00000000..6e206ccc --- /dev/null +++ b/img/Pyth.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + From ed2f27d4bc6486471cb6f7d576fd854af088c414 Mon Sep 17 00:00:00 2001 From: KemarTiti <84025750+KemarTiti@users.noreply.github.com> Date: Wed, 1 Mar 2023 19:31:14 +0100 Subject: [PATCH 2/2] [projects] add Pyth profile --- projects/pythnetwork.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 projects/pythnetwork.json diff --git a/projects/pythnetwork.json b/projects/pythnetwork.json new file mode 100644 index 00000000..5f4e12d3 --- /dev/null +++ b/projects/pythnetwork.json @@ -0,0 +1,18 @@ + +{ + "name": "Pyth Network", + "slug": "Pyth-Network", + "date": "2022-09-07", + "highlight": "The Pyth network is a first-party financial oracle network designed to publish continuous real-world data on-chain in a tamper-resistant, decentralized, and self-sustainable environment.", + "logo": "/img/pyth.svg", + "tags": ["defi","oracle"], + "status": "live", + "website": "https://pyth.network/", + "twitter": "https://twitter.com/PythNetwork", + "summary": "The Pyth network is an on-demand pull model oracle, where users are empowered to push available prices on-chain when needed and enable everyone in that blockchain environment to access that data point.", + "telegram": "https://t.me/Pyth_Network", + "discord": "https://discord.gg/invite/PythNetwork", + "docs":"https://docs.pyth.network/", + "github":"https://github.com/pyth-network", + "token":"" +} \ No newline at end of file