Skip to content

Commit

Permalink
Merge pull request #72 from lukso-network/rpc-url
Browse files Browse the repository at this point in the history
changed the rpcUrls for mainet and testnet in the constants.js file
  • Loading branch information
Hugoo authored Apr 16, 2024
2 parents 5001ca2 + 8b4110b commit caf4a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const LUKSO_NETWORK_CONFIGS = {
symbol: 'LYX',
decimals: 18,
},
rpcUrls: ['https://rpc.lukso.gateway.fm'],
rpcUrls: ['https://42.rpc.thirdweb.com'],
blockExplorerUrls: ['https://explorer.execution.mainnet.lukso.network'],
},
testnet: {
Expand All @@ -18,7 +18,7 @@ export const LUKSO_NETWORK_CONFIGS = {
symbol: 'LYXt',
decimals: 18,
},
rpcUrls: ['https://rpc.testnet.lukso.gateway.fm'],
rpcUrls: ['https://4201.rpc.thirdweb.com'],
blockExplorerUrls: ['https://explorer.execution.testnet.lukso.network'],
},
};

0 comments on commit caf4a7c

Please sign in to comment.