This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Ciro, il pool alonzo blue made in Naples", | |
| "description": "Chi Cirooo???? Nooo Ciroooo, Ciro noooo!!!!", | |
| "ticker": "CIRO", | |
| "homepage": "https://twitter.com/CryptoJoe101" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {-# LANGUAGE DataKinds #-} | |
| {-# LANGUAGE DeriveAnyClass #-} | |
| {-# LANGUAGE DeriveGeneric #-} | |
| {-# LANGUAGE FlexibleContexts #-} | |
| {-# LANGUAGE MultiParamTypeClasses #-} | |
| {-# LANGUAGE NoImplicitPrelude #-} | |
| {-# LANGUAGE OverloadedStrings #-} | |
| {-# LANGUAGE ScopedTypeVariables #-} | |
| {-# LANGUAGE TemplateHaskell #-} | |
| {-# LANGUAGE TypeApplications #-} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Viva l'Africa!", | |
| "description": "Cardano Testnet Pool for Africa", | |
| "ticker": "AFRIC", | |
| "homepage": "https://twitter.com/CryptoJoe101" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "0": "AGREEMENT", | |
| "1": "This is an agreement between Gio and the ABC Team", | |
| "2": "I Gio the SPO commit to blablabla", | |
| "3": "Every first of the month I will transfer bla blabla" | |
| }, | |
| { | |
| "0": "PAYMENT June 2021", | |
| "1": "This is a receipt for Rewards Payment for the month of May 2021", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Easy Staking Pool", | |
| "description": "Staking ADA has never been so easy", | |
| "ticker": "EASY1", | |
| "homepage": "http://easystaking.org/" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "Crypto Joe Stake pool TWO - Testnet", | |
| "description": "Crypto Joe Cardano testnet Pool", | |
| "ticker": "JOE_2", | |
| "homepage": "https://twitter.com/CryptoJoe101" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "joe1", | |
| "description": "Crypto Joe Cardano testnet Pool", | |
| "ticker": "JOE_1", | |
| "homepage": "https://twitter.com/CryptoJoe101" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name":"Speedwing", | |
| "description":"Crypto Joe's Cardano Mainnet Pool", | |
| "ticker":"SPEED", | |
| "homepage":"https://www.speedwing.online" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "CryptoJoeTestnetPool", | |
| "description": "Crypto Joe Cardano testnet Pool", | |
| "ticker": "TST_1", | |
| "homepage": "https://cryptojoe.online" | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| apiVersion: v1 | |
| kind: Service | |
| metadata: | |
| labels: | |
| app: my-api-dark-canary | |
| name: my-api-dark-canary | |
| annotations: | |
| getambassador.io/config: | | |
| --- |