Initial commit from Create Eth App

This commit is contained in:
StockiP
2022-10-26 07:52:17 +02:00
commit 7f3291b602
33 changed files with 17728 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
// This address points to a dummy ERC-20 contract. Replace it with your own smart contracts.
const addresses = {
ceaErc20: "0xa6dF0C88916f3e2831A329CE46566dDfBe9E74b7",
};
export default addresses;