Skip to content

Commit

Permalink
fix basetoken for isc chains
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkNerdi committed May 7, 2024
1 parent 502a84b commit 5876c5b
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 5876c5b

Please sign in to comment.