Skip to content

Commit

Permalink
update network comments
Browse files Browse the repository at this point in the history
  • Loading branch information
fhildeb committed Apr 8, 2024
1 parent d1bdf20 commit 6e6a8ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion digital-assets/backend-token-transaction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { ethers } from 'ethers';
import LSP7Mintable from '@lukso/lsp-smart-contracts/artifacts/LSP7Mintable.json';
import UniversalProfile from '@lukso/lsp-smart-contracts/artifacts/UniversalProfile.json';

// Connect to the mainnet or testnet
// Connect to the testnet
const RPC_ENDPOINT = 'https://4201.rpc.thirdweb.com';
const provider = new ethers.JsonRpcProvider(RPC_ENDPOINT);

Expand Down
2 changes: 1 addition & 1 deletion transfer-lyx/backend-lyx-transaction.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { ethers } from 'ethers';
import UniversalProfile from '@lukso/lsp-smart-contracts/artifacts/UniversalProfile.json';

// Connect to the mainnet or testnet
// Connect to the testnet
const RPC_ENDPOINT = 'https://4201.rpc.thirdweb.com';
const provider = new ethers.JsonRpcProvider(RPC_ENDPOINT);

Expand Down

0 comments on commit 6e6a8ec

Please sign in to comment.