Skip to content

Commit

Permalink
feat: expand networks whitelist with testnets/dev (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Nov 28, 2023
1 parent 7184d3c commit 276b8fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion frontend/src/Connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ export class Connection {
}

return [
'0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763'
'0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763', // Vara Network
'0x525639f713f397dcf839bd022cd821f367ebcf179de7b9253531f8adbe5436d6', // Vara Network Testnet
'0x0305133fadfabb97be82d04e7ab12165b3fa177fd7302e43e6e2cc82081c274d', // Vara Local Testnet
'0x4428a3649036efe9745b67c0214bc829b00036bac074c75cf2700e749e570b94' // Development
];
}

Expand Down

0 comments on commit 276b8fa

Please sign in to comment.