Skip to content

Commit

Permalink
fix(abstract-substrate): add substrate mainnet link
Browse files Browse the repository at this point in the history
Ticket: WIN-4315
  • Loading branch information
nvrakesh06 committed Mar 6, 2025
1 parent 9f30890 commit 7320d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/sdk-core/src/bitgo/environments.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const mainnetBase: EnvironmentTemplate = {
babyNodeUrl: '', // TODO(COIN-2758) update url when mainnet goes live
islmNodeUrl: 'https://rest.cosmos.haqq.network',
dotNodeUrls: ['wss://rpc.polkadot.io'],
substrateNodeUrls: ['dummy-link'], // TODO: fix the link
substrateNodeUrls: ['wss://entrypoint-finney.opentensor.ai/'],
tronNodes: {
full: 'https://api.trongrid.io',
solidity: 'https://api.trongrid.io',
Expand Down

0 comments on commit 7320d6d

Please sign in to comment.