Skip to content

Instantly share code, notes, and snippets.

View brunocalmels's full-sized avatar
😊

calmbro brunocalmels

😊
View GitHub Profile
@brunocalmels
brunocalmels / defiant-browser-launch-owners-with-titles.list
Last active May 19, 2023 18:55
List of owners of every Defiant Browser Launch NFT
Early Birds
0x263af7a0ba6f8432e7861b9d92a44639c768d17f
0x5a5b33f16cecaa884a661cc6f5d20fc7ed32ef83
0x7c5412b761ab74e3686165af5049568fc1b7784a
0x881f113d27d38a09236c6bcfbfca5d7a90317a1a
0x33f5be30c3003793985623bf61509996861f4ebe
0x6673ce8a5270445bcefd0838e5c6ace48aea1e36
0x898d22551d7c0a0bc63bec50599f6984320ee20e
0x8809447d4124e0ad9d1f026af4e6883ad54df27c
0x1747097549264ba1bbd793c0bdd5b7dad54076dc
@brunocalmels
brunocalmels / clone-heroku-app
Created December 14, 2023 14:30 — forked from pcreux/clone-heroku-app
Script to clone a heroku app (including buildpacks, users, add-ons, environment variables, lab features)
#!/usr/bin/env ruby
# Copy a heroku app (buildpacks, add-ons, labs, config, users).
# This script is idempotent so it can run against an existing app.
#
# Usage:
# $> clone-heroku-app source-app target-app
require "json"
@brunocalmels
brunocalmels / example_query.gql
Last active February 5, 2024 20:04
Example Graph Query to extract 2pi txs in Defiant
{
flows(
where: {
pid: 0
holder: "0x8841ee61ac1c20faf10ffdc397f4d8d88697d206"
type_in: [withdraw, deposit]
}
) {
type
amount