neu-fi / regen-bingo

Monorepo for both backend and contract developments of Regen Bingo!
https://regen.bingo
2 stars 1 forks source link

Deploy BokkyPooBahsDateTimeContract to Goerli just as Mainnet #107

Closed hantuzun closed 1 year ago

hantuzun commented 1 year ago

@koybasimuhittin deployed the library's contract to Goerli: https://goerli.etherscan.io/address/0x85CC560EfebA375959B0FBA451cF4eBD1c8E6FA6#code

But it has a different name and compiler version. There could be errors raising from these. We better copy the source code from the Ethereum deployment and deploy it with the same compiler version and options: https://etherscan.io/address/0x23d23d8f243e57d0b924bff3a3191078af325101#code

Even Remix can do it.