CELO_VALIDATOR_GROUP_ADDRESS=c5636b98fd6ddff3a7bb239e9729d75338e9a61f CELO_VALIDATOR_ADDRESS=dbc52f9e934145e2e3172aead59303328bbad2d1
View CELO_VALIDATOR2_METADATA.json
This file contains 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
{ | |
"claims": [ | |
{ | |
"url": "http://celo-0f01b123-4f79-4db3-b81d-8ce185716a6f.bison.run:8080", | |
"timestamp": 1579211383, | |
"type": "ATTESTATION_SERVICE_URL" | |
}, | |
{ | |
"timestamp": 1579211648, | |
"type": "ACCOUNT", |
View CELO_GROUP_METADATA.json
This file contains 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
{"claims":[{"timestamp":1579006113,"type":"ACCOUNT","address":"0xDbc52f9E934145E2e3172aEAD59303328BBAd2D1"}],"meta":{"address":"0xc5636B98Fd6ddfF3a7bb239E9729D75338E9a61f","signature":"0x7d4ed41d60493f924fa7cd53ed0a7424d07069d3ad43283b68116e729be4aa145f85d96edd5534b2eeb0b39192758166796ac2280a881fab5fffcae2e07aca6a1b"}} |
View CELO_METADATA_URL.json
This file contains 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
{ | |
"claims": [ | |
{ | |
"url": "http://celo-332ef5f5-7664-47c0-a798-d404d039aad6.bison.run:8080", | |
"timestamp": 1579006108, | |
"type": "ATTESTATION_SERVICE_URL" | |
}, | |
{ | |
"timestamp": 1579006110, | |
"type": "ACCOUNT", |
View keybase.md
Keybase proof
I hereby claim:
- I am dmichael on github.
- I am dmichael (https://keybase.io/dmichael) on keybase.
- I have a public key ASBeTozA--Pqbk2tqs8b_OOmQu675NOHNMRPoHSTtO9EDgo
To claim this, I am signing this object:
View sender.yaml
This file contains 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
type: sender | |
params: | |
symbol: XZC | |
to: aKNsk9tYEjwL8hUpTfD6rF5WJFPgaM1eG5 | |
amount: 7.5 | |
every: 5 days |
View bitcoin-lnd.yaml
This file contains 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
# Bitcoin+Lightning node running on mainnet | |
services: | |
bitcoin: {} | |
lnd_bitcoin: {} |
View honeypot.yaml
This file contains 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
# Single input, multiple converted outputs | |
trigger: | |
name: balance | |
params: | |
condition: '> 10' | |
action: | |
name: swap | |
params: | |
outputs: | |
- symbol: TUSD # required: any asset supported by our exchanges or inputs |
View large-trade-template.js
This file contains 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
swap(6000, BLOCK, BTC, 'account1') | |
duration(1 day) | |
limit(4.15) |
View miner-template.js
This file contains 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
if balance(DASH) > 15 | |
swap(70%, TUSD, 'account1') limit(154.30) | |
swap(25%, GUSD, 'account2') limit(155.20) | |
send(5%, 'savings') |
NewerOlder