I hereby claim:
- I am detoo on github.
- I am detoo (https://keybase.io/detoo) on keybase.
- I have a public key ASBeLva1mOIrx_KiuN5_dc3sWp5zLeRVgz9HrXVI_Dpizgo
To claim this, I am signing this object:
Hey, I'm Detoo-1946265 and I have contributed to the Semaphore Binary Merkle Root Fix MPC Phase2 Trusted Setup ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (semaphore-1) | |
Contributor # 73 | |
Contribution Hash: | |
a60cf84d 6e6c7d44 09c7a3a8 a362926b | |
e4baaa03 6ce77b39 a74943ec 71fe111a | |
b7ed26b7 abeb68ac 5e60ea65 ba0b37d5 | |
2bf435bc 1afd7fd9 b8ca966f a7310bf0 |
Hey, I'm Detoo-1946265 and I have contributed to the Privacy Pools Ceremony. | |
The following are my contribution signatures: | |
Circuit # 1 (withdraw) | |
Contributor # 65 | |
Contribution Hash: | |
5e0b4db3 80340225 3ef62bfe 013d1652 | |
947452a4 4a8535fe a32ee1bf e8ce374b | |
8d55f767 3a4ce779 fd67b168 acda9615 | |
194a32ee c1906ead d0f8e391 b69197ee |
import { ethers } from "ethers" | |
import simulationArr from "./simulationObj.json" | |
const clearingHouseProxy = "0x0f142b4df7f33655763b7ad4b3a2a0ef80dfb420" | |
// hardhat fork from rinkeby, block number : 9369746 | |
async function start() { | |
const provider = new ethers.providers.JsonRpcProvider("http://127.0.0.1:8545") | |
for (const simulation of simulationArr) { |
I hereby claim:
To claim this, I am signing this object:
042515ea370b273aacebb3f506be43ae79a37a17d50ec8ba6e01887e9de44c96baa0c7c20527c6aaf58e8b83f707a4939f8c65ed42ceb66dc5b8705a00a1d43eb0;c-darwin |
var fs = require('fs'), | |
http = require('http'), | |
https = require('https'), | |
express = require('express'), | |
bodyParser = require('body-parser'), | |
request = require('request'), | |
crypto = require('crypto'), | |
FBToken = '', | |
port = 443, | |
options = { |
<!doctype html> | |
<html ng-app="Demo"> | |
<head> | |
<meta charset="utf-8" /> | |
<title> | |
Scope $watch() vs. $watchCollection() In AngularJS | |
</title> | |
<style type="text/css"> |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |