Skip to content

Commit

Permalink
add @crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Feb 8, 2024
1 parent 39cbfa1 commit 23933b0
Show file tree
Hide file tree
Showing 10 changed files with 98 additions and 3 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import config from '@workspace/contented-config';

export default config('bip122:000000000933ea01ad0ee984209779ba', [
{
namespace: 'slip44',
},
]);
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
symbol: BTC
decimals: 8
---

# Bitcoin Testnet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
symbol: BTC
decimals: 8
---

# Bitcoin Testnet
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions packages/bip122-000000000933ea01ad0ee984209779ba/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba",
"version": "0.0.0",
"private": false,
"files": [
"_*/",
"index.js",
"index.d.ts",
"index.json"
],
"scripts": {
"build": "contented build",
"clean": "rm -rf index.js index.d.ts index.json _*/"
},
"devDependencies": {
"@contentedjs/contented": "^7.1.2",
"@workspace/contented-config": "workspace:*"
}
}
4 changes: 4 additions & 0 deletions packages/crypto-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
},
"peerDependencies": {
"@crypto-frontmatter/bip122-000000000019d6689c085ae165831e93": "workspace:*",
"@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba": "workspace:*",
"@crypto-frontmatter/bip122-279b1a87aedc7b9471d4ad4e5f12967a": "workspace:*",
"@crypto-frontmatter/eip155-1": "workspace:*",
"@crypto-frontmatter/eip155-10": "workspace:*",
Expand All @@ -59,6 +60,9 @@
"@crypto-frontmatter/bip122-000000000019d6689c085ae165831e93": {
"optional": true
},
"@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba": {
"optional": true
},
"@crypto-frontmatter/bip122-279b1a87aedc7b9471d4ad4e5f12967a": {
"optional": true
},
Expand Down
24 changes: 24 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"dependencies": {
"@crypto-frontmatter/bip122-000000000019d6689c085ae165831e93": "workspace:*",
"@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba": "workspace:*",
"@crypto-frontmatter/bip122-279b1a87aedc7b9471d4ad4e5f12967a": "workspace:*",
"@crypto-frontmatter/eip155-1": "workspace:*",
"@crypto-frontmatter/eip155-10": "workspace:*",
Expand Down

0 comments on commit 23933b0

Please sign in to comment.