Skip to content

Commit

Permalink
Merge pull request #21 from ayanworks/feat/migrate-to-amoy
Browse files Browse the repository at this point in the history
  • Loading branch information
sairanjit authored Apr 18, 2024
2 parents 988cc55 + 2ab5422 commit 08661e8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
RPCURL=""
SIGNER=""
SIGNER=""
CONTRACT=""
VERIFICATION_KEY=""
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
"manifestVersion": "3.2",
"proxies": [
{
"address": "0x59c5d68d6B45dd4bcaC643e8dc73c1f29FC0183d",
"txHash": "0x153de4adc51caceeabfc6d0a6a4b19159470d189421eefce990a512e785d70ee",
"address": "0xc087766218b885C6283072BA316a2Bc31B5c17db",
"txHash": "0x731adaa41dca5f67d91962c0d2ca905b4ddb325f0726fb0fb8677d43456f54b2",
"kind": "transparent"
}
],
"impls": {
"dadc513cd81ce3e765b05219a9f956799b5405d497cd25e1342ce5b4b08463df": {
"address": "0x5DF0b04279bbA8082253466b1373243C6c82bb1f",
"txHash": "0x4afb91141018066c147d75ab814c8d676450b077fb403276ab8643c385634e39",
"address": "0x7DcCBBaEcAED517AB8c283C70774676D4479c7C4",
"txHash": "0x95b06c40580baf441c23699fe4ebdefcb5916b4886e4e9846a0032fa8d6066d9",
"layout": {
"solcVersion": "0.8.16",
"storage": [
Expand Down
4 changes: 2 additions & 2 deletions hardhat.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ module.exports = {
},
networks: {
hardhat: {},
mumbai: {
url: process.env.RPCURL_POLYGON_MUMBAI,
amoy: {
url: process.env.AMOY_RPCURL,
accounts: [`0x${process.env.SIGNER}`],
},
//Use for mainnet deployment
Expand Down

0 comments on commit 08661e8

Please sign in to comment.