Skip to content

Commit

Permalink
add watr testnet chains config
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijeetbhagat committed Jan 10, 2024
1 parent 6ef51a8 commit 1a72635
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions squid-ink/src/chain-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,14 @@ const chainConfig: Record<string, ChainConfig> = {
tokenSymbol: "WATRD",
},
},
watr_test: {
name: "Watr Network Testnet",
ss58Format: 19,
token: {
tokenDecimals: 18,
tokenSymbol: "WATRD",
},
},
alephzero: {
name: "Aleph Zero",
ss58Format: 5,
Expand Down

0 comments on commit 1a72635

Please sign in to comment.