Skip to content

Commit

Permalink
fix basetoken for isc chains (#2454)
Browse files Browse the repository at this point in the history
Co-authored-by: Jean Ribeiro <[email protected]>
  • Loading branch information
MarkNerdi and jeeanribeiro authored May 7, 2024
1 parent 7f56f85 commit 6018f6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const SHIMMER_EVM_CHAIN_CONFIGURATION: IIscChainConfiguration = {
name: 'Shimmer EVM',
chainId: ChainId.ShimmerEvm,
namespace: NetworkNamespace.Evm,
baseToken: DEFAULT_BASE_TOKEN[SupportedNetworkId.ShimmerEVM],
baseToken: DEFAULT_BASE_TOKEN[SupportedNetworkId.ShimmerEvm],
coinType: DEFAULT_COIN_TYPE[SupportedNetworkId.ShimmerEvm] ?? 0,
aliasAddress: 'smr1prxvwqvwf7nru5q5xvh5thwg54zsm2y4wfnk6yk56hj3exxkg92mx20wl3s',
rpcEndpoint: 'https://json-rpc.evm.shimmer.network/',
Expand Down

0 comments on commit 6018f6a

Please sign in to comment.