Skip to content

Commit

Permalink
chore: Update constants
Browse files Browse the repository at this point in the history
  • Loading branch information
duanyytop committed Feb 23, 2022
1 parent 0cfe203 commit 9f891bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export const FEE = BigInt(160000)
export const MIN_CAPACITY = BigInt(61) * BigInt(100000000)

export const TestnetInfo = {
const TestnetInfo = {
RegistryTypeScript: {
codeHash: '0x9302db6cc1344b81a5efee06962abcb40427ecfcbe69d471b01b2658ed948075',
hashType: 'type',
Expand Down Expand Up @@ -31,7 +31,7 @@ export const TestnetInfo = {
} as CKBComponents.CellDep,
}

export const MainnetInfo = {
const MainnetInfo = {
RegistryTypeScript: {
codeHash: '0x90ca618be6c15f5857d3cbd09f9f24ca6770af047ba9ee70989ec3b229419ac7',
hashType: 'type',
Expand Down

0 comments on commit 9f891bb

Please sign in to comment.