Sync coin parameters from trezor-firmware monorepo
This commit is contained in:
parent
5f6a8ca605
commit
bbc6ea4cec
@ -17,7 +17,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
configsDir = "configs"
|
configsDir = "configs"
|
||||||
trezorCommonDefsURL = "https://raw.githubusercontent.com/trezor/trezor-common/master/defs/bitcoin/"
|
trezorCommonDefsURL = "https://raw.githubusercontent.com/trezor/trezor-firmware/master/common/defs/bitcoin/"
|
||||||
)
|
)
|
||||||
|
|
||||||
type trezorCommonDef struct {
|
type trezorCommonDef struct {
|
||||||
|
|||||||
@ -55,6 +55,10 @@
|
|||||||
"mempool_workers": 8,
|
"mempool_workers": 8,
|
||||||
"mempool_sub_workers": 2,
|
"mempool_sub_workers": 2,
|
||||||
"block_addresses_to_keep": 300,
|
"block_addresses_to_keep": 300,
|
||||||
|
"xpub_magic": 76067358,
|
||||||
|
"xpub_magic_segwit_p2sh": 77429938,
|
||||||
|
"xpub_magic_segwit_native": 78792518,
|
||||||
|
"slip44": 25252,
|
||||||
"additional_params": {}
|
"additional_params": {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -62,4 +66,4 @@
|
|||||||
"package_maintainer": "ilmango-doge",
|
"package_maintainer": "ilmango-doge",
|
||||||
"package_maintainer_email": "ilmango.doge@gmail.com"
|
"package_maintainer_email": "ilmango.doge@gmail.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -55,6 +55,9 @@
|
|||||||
"mempool_workers": 8,
|
"mempool_workers": 8,
|
||||||
"mempool_sub_workers": 2,
|
"mempool_sub_workers": 2,
|
||||||
"block_addresses_to_keep": 300,
|
"block_addresses_to_keep": 300,
|
||||||
|
"xpub_magic": 76067358,
|
||||||
|
"xpub_magic_segwit_p2sh": 77429938,
|
||||||
|
"xpub_magic_segwit_native": 78792518,
|
||||||
"slip44": 1919,
|
"slip44": 1919,
|
||||||
"additional_params": {}
|
"additional_params": {}
|
||||||
}
|
}
|
||||||
@ -63,4 +66,4 @@
|
|||||||
"package_maintainer": "y-chan",
|
"package_maintainer": "y-chan",
|
||||||
"package_maintainer_email": "yuto_tetuota@yahoo.co.jp"
|
"package_maintainer_email": "yuto_tetuota@yahoo.co.jp"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue
Block a user