Skip to content

Commit

Permalink
fix(bridge-ui): make testnet naming consistent with UI (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
d1onys1us committed Dec 24, 2022
1 parent 08175b8 commit 58f4259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bridge-ui/src/domain/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export const mainnet: WagmiChain = {

export const taiko: WagmiChain = {
id: CHAIN_ID_TAIKO,
name: "Taiko Snæfellsjökull",
name: "Taiko A1",
network: "",
nativeCurrency: { name: "Ether", symbol: "ETH", decimals: 18 },
rpcUrls: {
Expand Down

0 comments on commit 58f4259

Please sign in to comment.