Skip to content

Commit

Permalink
Updates Node examples
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarenaldi committed Feb 13, 2024
1 parent 2612899 commit 614e804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/node/scripts/misc/onboarding.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dotenv.config();
const typedAbi = abi as ethers.ContractInterface;

const permissonlessCreatorAddress = {
development: '0x42b302BBB4fA27c21d32EdF602E4e2aA65746999',
production: 'TBD',
development: '0xCb4FB63c3f13CB83cCD6F10E9e5F29eC250329Cc',
production: '0x0b5e6100243f793e480DE6088dE6bA70aA9f3872',
};

if (!process.env.INFURA_API_KEY) {
Expand Down

0 comments on commit 614e804

Please sign in to comment.