Skip to content

Commit

Permalink
Merge pull request #82 from availproject/ghali/update-ledger-mainnet
Browse files Browse the repository at this point in the history
ledger mainnet
  • Loading branch information
Leouarz authored Jul 25, 2024
2 parents 6156230 + cbbdfd4 commit fabfb9d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/react-hooks/src/useLedger.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const EMPTY_STATE: StateBase = {
};

const availGenesis: typeof knownGenesis = {
avail: ['0xb91746b45e0346cc2f815a520b9c6cb4d5c0902af848db0a80f85932d2e8276a'],
'avail-turing': ['0xd3d2f3a3495dc597434a99d7d449ebad6616db45e4e4f178f31cc6fa14378b70']
};
const newKnownGenesis: typeof knownGenesis = {
Expand All @@ -41,6 +42,7 @@ const newKnownGenesis: typeof knownGenesis = {
};

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

0 comments on commit fabfb9d

Please sign in to comment.