Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
feat: mainnet config file (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmrodri authored Sep 4, 2020
1 parent 0283f27 commit 1f38445
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions config/rskmainnet.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
{
storage: {
enabled: false,
},
rns: {
owner: {
contractAddress: "0x45d3e4fb311982a06ba52359d44cb4f5980e0ef1",
eventsEmitter: {
startingBlock: 1891388,
confirmations: 4
}
},
reverse: {
contractAddress: "0x4b1a11bf6723e60b9d2e02aa3ece34e24bde77d9",
eventsEmitter: {
startingBlock: 1721969,
confirmations: 4
}
},
placement: {
contractAddress: "0xa966Be39A13723d991dFA92B2B0CF6b0c7416eE5",
eventsEmitter: {
startingBlock: 2670871,
confirmations: 4
}
},
registrar: {
startingBlock: 905033,
contractAddress: "0x5269f5bc51cdd8aa62755c97229b7eeddd8e69a6"
},
fifsAddrRegistrar: {
startingBlock: 2086382,
contractAddress: "0xd9c79ced86ecf49f5e4a973594634c83197c35ab"
}
}
}

0 comments on commit 1f38445

Please sign in to comment.