Skip to content

Commit cbc5e00

Browse files
committed
feat: updating explorerviews
1 parent ba4d56f commit cbc5e00

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

libs/ledgerjs/packages/cryptoassets/src/currencies.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -168,14 +168,7 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
168168
ethereumLikeInfo: {
169169
chainId: 36900,
170170
},
171-
explorerViews: [
172-
{
173-
tx: "https://explorer.adifoundation.ai/tx/$hash",
174-
address: "https://explorer.adifoundation.ai/address/$address",
175-
token:
176-
"https://explorer.adifoundation.ai/address/$address?tab=token_transfer&token=$contractAddress",
177-
},
178-
],
171+
explorerViews: [blockscoutExplorerView("https://explorer.adifoundation.ai")],
179172
keywords: ["adi", "adi chain"],
180173
tokenTypes: ["erc20"],
181174
},

0 commit comments

Comments
 (0)