Skip to content

Commit

Permalink
fix: add dev contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Aman035 committed Jul 7, 2024
1 parent ed87273 commit 36b69e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dnode/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ export const VALIDATOR_CONFIG = {
},
[ENV.DEV]: {
NETWORK: sepolia,
VALIDATOR_CONTRACT: 'TODO',
VALIDATOR_CONTRACT: '0xb08d2cA537F6183138955eD4fCb012f94f681954',
},
[ENV.LOCAL]: {
NETWORK: localhost,
Expand Down

0 comments on commit 36b69e7

Please sign in to comment.