Deploy mainnet

This commit is contained in:
Brian Li 2021-03-21 18:59:10 -07:00
parent 2392fba1b7
commit 0f8bc85c83
16 changed files with 50567 additions and 12 deletions

View File

@ -4,7 +4,7 @@ ETH_AMOUNT=100000000000000000
TOKEN_AMOUNT=100000000000000000
PRIVATE_KEY=
ERC20_TOKEN=
# RPC_URL=https://explorer.celo.org
# RPC_URL=https://forno.celo.org
# RPC_URL=https://alfajores-forno.celo-testnet.org
# CELO on Alfajores

View File

@ -3,3 +3,6 @@
Poof cash contracts are a fork of Tornado cash contracts starting from commit: 77af0c5bddfcf9d973efbc38278a249bb0173da3
Only the migrations scripts have been updated.
Notes:
- Please use node @ v11.15.0

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -917,7 +917,7 @@
}
},
"schemaVersion": "3.3.4",
"updatedAt": "2021-03-21T05:52:09.448Z",
"updatedAt": "2021-03-22T01:57:01.678Z",
"networkType": "ethereum",
"devdoc": {
"methods": {

View File

@ -7167,17 +7167,17 @@
"version": "0.5.17+commit.d19bba13.Emscripten.clang"
},
"networks": {
"44787": {
"42220": {
"events": {},
"links": {
"Hasher": "0xd6ae2Af69ECb0A799a00c21e379e07f3bA185d6b"
"Hasher": "0xD75035293f552aB5c33483f321DBf0DfA1C7c71d"
},
"address": "0xe3B6F20620b5B9f537A47F61150a11C3761BFC6D",
"transactionHash": "0x18e73a10fef01cb840838f6928a9e17d06412f25ab3fcdd1ad077319850f513d"
"address": "0xCB6b9b4b2D519c0ADdE2142Cc695464c39369aB4",
"transactionHash": "0x90f6681136c4aef91f242e3dd7783c161209192425f1da3ef2d21b84b3e74356"
}
},
"schemaVersion": "3.3.4",
"updatedAt": "2021-03-21T05:52:09.418Z",
"updatedAt": "2021-03-22T01:57:01.643Z",
"networkType": "ethereum",
"devdoc": {
"methods": {

View File

@ -3480,6 +3480,14 @@
"version": "0.5.17+commit.d19bba13.Emscripten.clang"
},
"networks": {
"42220": {
"events": {},
"links": {
"Hasher": "0xD75035293f552aB5c33483f321DBf0DfA1C7c71d"
},
"address": "0xc1a3282e6A89b0823F92f2e8741df4eb3C7eFf43",
"transactionHash": "0x2d9b5eaa29a7f9c974ba281f3b59154f2d499f2ecadc1f66c6065ed2f22b050a"
},
"44787": {
"events": {},
"links": {
@ -3490,7 +3498,7 @@
}
},
"schemaVersion": "3.3.4",
"updatedAt": "2021-03-21T02:00:19.690Z",
"updatedAt": "2021-03-22T01:39:56.574Z",
"networkType": "ethereum",
"devdoc": {
"methods": {

View File

@ -37,6 +37,12 @@
"address": "0x0824C3Ed3bF48E5A0dB14c36a1fa44D68f0D79AC",
"transactionHash": "0x543baf840d1c1b04c118d6cf9d5c8241de880469f32ceb3e36468780d85144f6"
},
"42220": {
"events": {},
"links": {},
"address": "0xD75035293f552aB5c33483f321DBf0DfA1C7c71d",
"transactionHash": "0x0f9102eb1cfa4f83630e72d2b0dcb9dec9285859895f39ca224e7500f6282689"
},
"44787": {
"events": {},
"links": {},
@ -45,6 +51,6 @@
}
},
"schemaVersion": "3.3.4",
"updatedAt": "2021-03-21T05:52:09.446Z",
"updatedAt": "2021-03-22T01:57:01.677Z",
"networkType": "ethereum"
}

View File

@ -1480,7 +1480,7 @@
}
},
"schemaVersion": "3.3.4",
"updatedAt": "2021-03-21T05:52:09.449Z",
"updatedAt": "2021-03-22T01:57:01.680Z",
"networkType": "ethereum",
"devdoc": {
"methods": {}

View File

@ -29910,6 +29910,12 @@
"address": "0xf1aA668d21Fe0560Af8d2B25047711FE70790B9d",
"transactionHash": "0x102de7c370f34dcc2ceb6c9e5ccf3866b17c9dc4b4ee3fee103ceafd632c24a6"
},
"42220": {
"events": {},
"links": {},
"address": "0x955D048f90935495F4f720b198AC31C9F0c57669",
"transactionHash": "0x4c179445168a4339ecf7692039fc0d00704aeb523389c00cfafb386ab70c35a0"
},
"44787": {
"events": {},
"links": {},
@ -29918,7 +29924,7 @@
}
},
"schemaVersion": "3.3.4",
"updatedAt": "2021-03-21T05:52:09.433Z",
"updatedAt": "2021-03-22T01:57:01.659Z",
"networkType": "ethereum",
"devdoc": {
"methods": {}

View File

@ -10,7 +10,6 @@ const path = require('path')
const web3 = new Web3(process.env.RPC_URL)
const kit = ContractKit.newKitFromWeb3(web3)
kit.addAccount(process.env.PRIVATE_KEY)
// const kit = Kit.newKit('https://forno.celo.org') // mainnet endpoint
// const infuraKey = "fj4jll3k.....";
//