Skip to content

Commit

Permalink
reverting change to movement support
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderLiteplo committed Jan 28, 2025
1 parent 957b00e commit 1fe0caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/devtools-move/sdk/moveVMConnectionBuilder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ const CHAIN_APTOS = 'aptos'
const MOVEMENT_INDEXER_URLS = {
[Network.TESTNET]: 'https://indexer.testnet.porto.movementnetwork.xyz/v1/graphql',
[Network.MAINNET]: 'N/A',
[Network.DEVNET]: 'N/A',
[Network.LOCAL]: 'N/A',
[Network.CUSTOM]: 'N/A',
}
Expand Down

0 comments on commit 1fe0caf

Please sign in to comment.