Skip to content

Commit

Permalink
feat: dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
prodesert22 committed Sep 6, 2023
1 parent 944d125 commit c6d2e42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2268,7 +2268,7 @@ export const SOROBAN = {
name: 'Stellar',
symbol: 'XLM'
},
logo: 'https://raw.githubusercontent.com/prodesert22/sdk/feat/soroban/src/images/chains/stellar.svg' // change this before the merge
logo: 'https://raw.githubusercontent.com/prodesert22/sdk/feat/soroban/src/images/chains/stellar.svg' //change this before the merge
}

export const SOROBAN_TESTNET = {
Expand All @@ -2289,7 +2289,7 @@ export const SOROBAN_TESTNET = {
name: 'Stellar',
symbol: 'XLM'
},
logo: 'https://raw.githubusercontent.com/prodesert22/sdk/feat/soroban/src/images/chains/stellar.svg' // change this before the merge
logo: 'https://raw.githubusercontent.com/prodesert22/sdk/feat/soroban/src/images/chains/stellar.svg' //change this before the merge
}

export const CHAINS: { [chainId in ChainId]: Chain } = {
Expand Down

0 comments on commit c6d2e42

Please sign in to comment.