Skip to content

Commit 8df29b1

Browse files
authored
fix: Tatara defs (#180)
1 parent 39819ed commit 8df29b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/networks.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ export const PRODUCTION_NETWORKS: { [chainId: number]: PublicNetwork } = {
229229
},
230230
[CHAIN_IDs.TATARA]: {
231231
name: "Tatara",
232-
family: NONE, // Snowflake family - tbd
232+
family: NONE,
233233
nativeToken: "ETH",
234-
publicRPC: ""
234+
publicRPC: "",
235235
blockExplorer: "",
236236
cctpDomain: CCTP_NO_DOMAIN,
237237
oftEid: OFT_NO_EID,

0 commit comments

Comments
 (0)