Skip to content

Commit 3dd4a3a

Browse files
fix: tezos-provider: ghostnet
1 parent 117d770 commit 3dd4a3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dapps/tezos-provider/src/utils/tezos-provider.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ export const TezosChainDataMainnet: ChainData = {
8989
};
9090

9191
export const TezosChainDataTestnet: ChainData = {
92-
name: "Tezos Testnet",
93-
id: "tezos:testnet",
92+
name: "Tezos Ghostnet",
93+
id: "tezos:ghostnet",
9494
rpc: ["https://rpc.ghostnet.teztnets.com"],
9595
api: "https://api.ghostnet.tzkt.io/v1",
9696
slip44: 1729,
@@ -102,7 +102,7 @@ export interface ChainsMap {
102102
}
103103
export const TezosChainMap: ChainsMap = {
104104
"tezos:mainnet": TezosChainDataMainnet,
105-
"tezos:testnet": TezosChainDataTestnet,
105+
"tezos:ghostnet": TezosChainDataTestnet,
106106
};
107107

108108
export interface AssetData {

0 commit comments

Comments
 (0)