Add RSK testnet deploy addresses #228
22
deployments/rsk-testnet/2022-09-27.txt
Normal file
22
deployments/rsk-testnet/2022-09-27.txt
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
Deploying to network #31
|
||||||
|
Contributor deployed to: 0x5c42875A6e3B98f1C8884061d6c3C3045Ee065f6
|
||||||
|
...waiting for 1 confirmation
|
||||||
|
|
||||||
|
Contribution deployed to: 0x4129665d6659C312013E0dAdeea417Ffe724A51E
|
||||||
|
...waiting for 1 confirmation
|
||||||
|
Token deployed to: 0xc62Ed8A170741C1478B4885a6c322C8b159625c5
|
||||||
|
...waiting for 1 confirmation
|
||||||
|
Reimbursement deployed to: 0xe8823392f443Fe84513663597116f51f14820779
|
||||||
|
...waiting for 1 confirmation
|
||||||
|
Calling Contributor#setTokenContract
|
||||||
|
...transaction published: 0x01cefa36cba1d2c2b2b828c987fee8d9b3c8789686afe689c2877f18a07a893c
|
||||||
|
Calling Contributor#setContributionContract
|
||||||
|
...transaction published: 0x0efb01e69d6dd79d05827020388f9c66de6c3a8ab13763cd012f38e640ac4d27
|
||||||
|
Calling Contribution#setContributorContract
|
||||||
|
...transaction published: 0x83aa7a4f34aab2027abd35dd20a865b01ec5fb05d21a067bcc92e9df3eb00e18
|
||||||
|
Calling Token#setContributorContract
|
||||||
|
...transaction published: 0xb9b881c7bd4a97394ea2e7e0637f6086080556527423decb603d837f8f318603
|
||||||
|
Calling Reimbursement#setContributorContract
|
||||||
|
...transaction published: 0xe2b4daac14fc78796ef54e008608445531acc806df7de2057ad433c09fc1b010
|
||||||
|
Writing addresses.json
|
||||||
|
DONE!
|
@ -74,13 +74,20 @@ module.exports = {
|
|||||||
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
|
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
rsk: {
|
rsktestnet: {
|
||||||
url: "https://rsk-testnet.kosmos.org",
|
url: "https://rsk-testnet.kosmos.org",
|
||||||
accounts: [
|
accounts: [
|
||||||
process.env.DEPLOY_KEY ||
|
process.env.DEPLOY_KEY ||
|
||||||
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
|
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
rskpublictestnet: {
|
||||||
|
url: "https://public-node.testnet.rsk.co",
|
||||||
|
accounts: [
|
||||||
|
process.env.DEPLOY_KEY ||
|
||||||
|
"0xffb4230bdf9b1f1dd48f0bc54e4007436733f225a4f163d4f7e58e620ae329eb",
|
||||||
|
],
|
||||||
|
}
|
||||||
},
|
},
|
||||||
namedAccounts: {
|
namedAccounts: {
|
||||||
deployer: {
|
deployer: {
|
||||||
|
@ -1,4 +1,10 @@
|
|||||||
{
|
{
|
||||||
|
"31": {
|
||||||
|
"Contributor": "0x5c42875A6e3B98f1C8884061d6c3C3045Ee065f6",
|
||||||
|
"Contribution": "0x4129665d6659C312013E0dAdeea417Ffe724A51E",
|
||||||
|
"Token": "0xc62Ed8A170741C1478B4885a6c322C8b159625c5",
|
||||||
|
"Reimbursement": "0xe8823392f443Fe84513663597116f51f14820779"
|
||||||
|
},
|
||||||
"1337": {
|
"1337": {
|
||||||
"Contributor": "0xCc66f9A3cA2670972938FAD91d0865c4a62DFB25",
|
"Contributor": "0xCc66f9A3cA2670972938FAD91d0865c4a62DFB25",
|
||||||
"Contribution": "0x8999CaBc43E28202c5A2257f2a95A45b1F8A62BD",
|
"Contribution": "0x8999CaBc43E28202c5A2257f2a95A45b1F8A62BD",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user