Skip to content

Commit

Permalink
add @crypto-frontmatter/bip122-034ac8c88a1a9b846750768c1ad6f295
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Feb 8, 2024
1 parent 23933b0 commit b802d5a
Show file tree
Hide file tree
Showing 9 changed files with 76 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import config from '@workspace/contented-config';

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

# DeFiChain Testnet Token
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: DFI
decimals: 8
---

# DeFiChain 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-034ac8c88a1a9b846750768c1ad6f295/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@crypto-frontmatter/bip122-034ac8c88a1a9b846750768c1ad6f295",
"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 @@ -39,6 +39,7 @@
"peerDependencies": {
"@crypto-frontmatter/bip122-000000000019d6689c085ae165831e93": "workspace:*",
"@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba": "workspace:*",
"@crypto-frontmatter/bip122-034ac8c88a1a9b846750768c1ad6f295": "workspace:*",
"@crypto-frontmatter/bip122-279b1a87aedc7b9471d4ad4e5f12967a": "workspace:*",
"@crypto-frontmatter/eip155-1": "workspace:*",
"@crypto-frontmatter/eip155-10": "workspace:*",
Expand All @@ -63,6 +64,9 @@
"@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba": {
"optional": true
},
"@crypto-frontmatter/bip122-034ac8c88a1a9b846750768c1ad6f295": {
"optional": true
},
"@crypto-frontmatter/bip122-279b1a87aedc7b9471d4ad4e5f12967a": {
"optional": true
},
Expand Down
6 changes: 6 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 @@ -22,6 +22,7 @@
"dependencies": {
"@crypto-frontmatter/bip122-000000000019d6689c085ae165831e93": "workspace:*",
"@crypto-frontmatter/bip122-000000000933ea01ad0ee984209779ba": "workspace:*",
"@crypto-frontmatter/bip122-034ac8c88a1a9b846750768c1ad6f295": "workspace:*",
"@crypto-frontmatter/bip122-279b1a87aedc7b9471d4ad4e5f12967a": "workspace:*",
"@crypto-frontmatter/eip155-1": "workspace:*",
"@crypto-frontmatter/eip155-10": "workspace:*",
Expand Down

0 comments on commit b802d5a

Please sign in to comment.