Skip to content

Instantly share code, notes, and snippets.

@gorillafund
gorillafund / machine.js
Created August 21, 2021 11:45
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@gorillafund
gorillafund / machine.js
Last active July 14, 2021 00:01
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@gorillafund
gorillafund / machine.js
Last active July 13, 2021 20:54
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@gorillafund
gorillafund / machine.js
Last active July 12, 2021 14:35
Generated by XState Viz: https://xstate.js.org/viz
// Available variables:
// - Machine
// - interpret
// - assign
// - send
// - sendParent
// - spawn
// - raise
// - actions
@gorillafund
gorillafund / machine.js
Last active July 12, 2021 11:27
Generated by XState Viz: https://xstate.js.org/viz
Machine({
id: 'RedeemForm',
initial: 'off',
states: {
Form: {
on: {
HIGH: 'off',
LOW: 'on'
}
},
html {
height: 100%;
}
body {
height: 100%;
width: 100%;
font-family: sans-serif;
}
@gorillafund
gorillafund / gatsby-config.js
Last active December 19, 2019 13:48
NewConfig
/**
* Configure your Gatsby site with this file.
*
* See: https://www.gatsbyjs.org/docs/gatsby-config/
*/
const api_mainnet = "https://api.thegraph.com/subgraphs/name/melonproject/melon"
//const api_kovan = "https://api.thegraph.com/subgraphs/name/melonproject/melon-kovan"
module.exports = {
siteMetadata: {
title: 'Gorilla Funds - Invest with Gorilla-Tactics',
html {
height: 100%;
}
body {
height: 100%;
width: 100%;
font-family: sans-serif;
}
import React from "react"
import { Link } from "gatsby"
export default (props) => (
< div className="menu">
<h5>
{props.title}
</h5>
<h5>
import React from 'react';
import { StaticQuery, graphql } from 'gatsby';
import gorilla from "../../media/gorilla.svg";
export default () => (
<StaticQuery
query={graphql`
query StaticHeadingQuery {