Skip to content

Commit

Permalink
Update chains.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
fenix2222 authored Mar 12, 2024
1 parent e2f615d commit fc29256
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/web3/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export enum ChainId {
AURORIA = 205205,
}

export const DEFAULT_CHAIN_ID = ChainId.AURORIA
export const DEFAULT_CHAIN_ID = ChainId.STRATIS

export const STRATIS_CURRENCY: AddEthereumChainParameter['nativeCurrency'] = {
name: 'Stratis',
Expand Down Expand Up @@ -59,8 +59,9 @@ export const CHAINS: ChainConfig = {
id: ChainId.STRATIS,
name: 'Stratis',
icon: STRATIS_ICON,
urls: [],
urls: ['https://rpc.stratisevm.com'],
nativeCurrency: STRATIS_CURRENCY,
blockExplorerUrls: ['https://explorer.stratisevm.com'],
available: false,
testnet: false,
},
Expand Down

0 comments on commit fc29256

Please sign in to comment.