Skip to content

Commit

Permalink
Update code
Browse files Browse the repository at this point in the history
  • Loading branch information
motechFR committed Sep 30, 2024
1 parent 511a777 commit c14d706
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions lib/connectors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,10 @@ export const connectors = {
luckyStarCoinContract: NULL_ADDRESS,
stargateProtocolContract: NULL_ADDRESS,
builderNFTContract: '0x7df4d9f54a5cddfef50a032451f694d6345c60af',
usdcContract: '0x0b2c639c533813f4aa9d7837caf62653d097ff85'
}
usdcContract: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
seasonOneImplementation: '0x38d0e292f6d76a988942e721a017aa36438797e4',
seasonOneProxy: '0x7b3eae98661cc29f7bd6ab399f0f6ddea407a17e'
} as Connector
} as const;

export type SupportedChains = keyof typeof connectors;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"setkey": "npx hardhat vars set PRIVATE_KEY",
"compile": "npx hardhat compile",
"deploy:token": "npx hardhat deployLuckyStarCoin --network base",
"deploy:builders": "npx hardhat deployBuilderNFTSeasonOne --network opsepolia",
"deploy:builders": "npx hardhat deployBuilderNFTSeasonOne --network optimism",
"deploy:protocol": "npx hardhat deployStargateProtocol --network opsepolia",
"getclaimbalance": "npx hardhat getUnclaimedBalance --network opsepolia --address ",
"claimbalance": "npx hardhat claimBalance --network opsepolia --privatekey ",
Expand Down

0 comments on commit c14d706

Please sign in to comment.