We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a82584 commit 74305dcCopy full SHA for 74305dc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/constants",
3
- "version": "3.1.48",
+ "version": "3.1.49",
4
"description": "Export commonly re-used values for Across repositories",
5
"repository": "https://github.com/across-protocol/constants.git",
6
"author": "[email protected]",
src/networks.ts
@@ -179,7 +179,7 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
179
hypDomainId: MAINNET_CHAIN_IDs.INK,
180
},
181
[CHAIN_IDs.TATARA]: {
182
- name: "Katana Tatara",
+ name: "Tatara",
183
family: NONE, // Snowflake family - tbd
184
nativeToken: "ETH",
185
publicRPC: "https://rpc.tatara.katanarpc.com/<apikey>",
0 commit comments