Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Leouarz committed Jul 25, 2024
1 parent 1a5ca42 commit cbbdfd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/react-hooks/src/useLedger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@ const EMPTY_STATE: StateBase = {
};

const availGenesis: typeof knownGenesis = {
'avail-turing': ['0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70'],
'avail': ['0xb91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a']
avail: ['0xb91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a'],
'avail-turing': ['0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70']
};
const newKnownGenesis: typeof knownGenesis = {
...knownGenesis,
...availGenesis
};

const availLedger: typeof knownLedger = {
'avail-turing': 0x800002c5,
'avail': 0x800002c5,
avail: 0x800002c5,
'avail-turing': 0x800002c5
};
const newKnownLedger: typeof knownLedger = {
...knownLedger,
Expand Down

0 comments on commit cbbdfd4

Please sign in to comment.