diff --git a/frontend/src/App.vue b/frontend/src/App.vue index ddfe9e9..bd27b85 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -8,9 +8,15 @@ - - Connect Wallet - + + + Connect Wallet + + diff --git a/frontend/src/utils/deployed-contracts.json b/frontend/src/utils/deployed-contracts.json index ce4a623..2d2c677 100644 --- a/frontend/src/utils/deployed-contracts.json +++ b/frontend/src/utils/deployed-contracts.json @@ -1 +1 @@ -{"4":"0xAf17961a60e327f3440a15Ce0e6cB6668bEb459C","31337":"0xbD0Ab7fC70C3Ce0502E386762448E2AbffA87d2f"} \ No newline at end of file +{"4":"0xAf17961a60e327f3440a15Ce0e6cB6668bEb459C","31337":"0xbD0Ab7fC70C3Ce0502E386762448E2AbffA87d2f","80001":"0xE670Cb71626159967Db3EE12895Bfdf9B76ad70b"} \ No newline at end of file diff --git a/frontend/src/views/About.vue b/frontend/src/views/About.vue deleted file mode 100644 index 3fa2807..0000000 --- a/frontend/src/views/About.vue +++ /dev/null @@ -1,5 +0,0 @@ - - - This is an about page - - diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index d3df7a6..f0c59a5 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -1,10 +1,7 @@ - Connect Wallet - - - + diff --git a/hardhat/deployed-contracts.json b/hardhat/deployed-contracts.json index ce4a623..2d2c677 100644 --- a/hardhat/deployed-contracts.json +++ b/hardhat/deployed-contracts.json @@ -1 +1 @@ -{"4":"0xAf17961a60e327f3440a15Ce0e6cB6668bEb459C","31337":"0xbD0Ab7fC70C3Ce0502E386762448E2AbffA87d2f"} \ No newline at end of file +{"4":"0xAf17961a60e327f3440a15Ce0e6cB6668bEb459C","31337":"0xbD0Ab7fC70C3Ce0502E386762448E2AbffA87d2f","80001":"0xE670Cb71626159967Db3EE12895Bfdf9B76ad70b"} \ No newline at end of file diff --git a/hardhat/hardhat.config.ts b/hardhat/hardhat.config.ts index 95fecd3..d8f35e2 100644 --- a/hardhat/hardhat.config.ts +++ b/hardhat/hardhat.config.ts @@ -40,7 +40,7 @@ const config: HardhatUserConfig = { url: rinkebyRPC, accounts: [privateKey], }, - matic: { + mumbai: { url: mumbaiRPC, accounts: [privateKey], },