Skip to content

Commit 74305dc

Browse files
authored
chore: Update Tatara naming (#125)
1 parent 1a82584 commit 74305dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/constants",
3-
"version": "3.1.48",
3+
"version": "3.1.49",
44
"description": "Export commonly re-used values for Across repositories",
55
"repository": "https://github.com/across-protocol/constants.git",
66
"author": "[email protected]",

src/networks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
179179
hypDomainId: MAINNET_CHAIN_IDs.INK,
180180
},
181181
[CHAIN_IDs.TATARA]: {
182-
name: "Katana Tatara",
182+
name: "Tatara",
183183
family: NONE, // Snowflake family - tbd
184184
nativeToken: "ETH",
185185
publicRPC: "https://rpc.tatara.katanarpc.com/<apikey>",

0 commit comments

Comments
 (0)