Skip to content

Commit

Permalink
Update metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mliu committed Nov 6, 2024
1 parent 3163cd6 commit 37453c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/huma-shared/src/stellar/types/metadata.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { networks as TestnetNetwork } from '@huma-finance/soroban-huma-config'
import { StellarChainEnum } from '../chain'
import { STELLAR_TESTNET_METADATA } from '../metadata/testnet'
import { POOL_NAME, POOL_TYPE } from '../../utils'
Expand Down Expand Up @@ -57,7 +56,7 @@ export const STELLAR_CHAINS_INFO: StellarChainsInfo = {
[StellarChainEnum.StellarTestnet]: {
rpc: 'https://soroban-testnet.stellar.org',
humaConfig: 'CDX6NBJ3OV4TWRCZK4DFBHDHE37UUDS66PPGNIPBGUI56D254EKVFETX',
networkPassphrase: TestnetNetwork.testnet.networkPassphrase,
networkPassphrase: 'Test SDF Network ; September 2015',
},
[StellarChainEnum.StellarMainnet]: {
rpc: '',
Expand Down

0 comments on commit 37453c3

Please sign in to comment.