Skip to content

Commit

Permalink
add @crypto-frontmatter/tip474-2494104990
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Feb 8, 2024
1 parent b802d5a commit 156ed1e
Show file tree
Hide file tree
Showing 8 changed files with 70 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/crypto-frontmatter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"@crypto-frontmatter/eip155-80001": "workspace:*",
"@crypto-frontmatter/eip155-8453": "workspace:*",
"@crypto-frontmatter/solana-5eykt4usfv8p8njdtrepy1vzqkqzkvdp": "workspace:*",
"@crypto-frontmatter/tip474-2494104990": "workspace:*",
"@crypto-frontmatter/tip474-728126428": "workspace:*"
},
"peerDependenciesMeta": {
Expand Down Expand Up @@ -112,6 +113,9 @@
"@crypto-frontmatter/solana-5eykt4usfv8p8njdtrepy1vzqkqzkvdp": {
"optional": true
},
"@crypto-frontmatter/tip474-2494104990": {
"optional": true
},
"@crypto-frontmatter/tip474-728126428": {
"optional": true
}
Expand Down
7 changes: 7 additions & 0 deletions packages/tip474-2494104990/contented.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
import config from '@workspace/contented-config';

export default config('tip474:2494104990', [
{
namespace: 'slip44',
},
]);
6 changes: 6 additions & 0 deletions packages/tip474-2494104990/frontmatter/slip44/195/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
symbol: TRX
decimals: 6
---

# Tron Shasta Testnet
13 changes: 13 additions & 0 deletions packages/tip474-2494104990/frontmatter/slip44/195/icon.svg
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/tip474-2494104990/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "@crypto-frontmatter/tip474-2494104990",
"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:*"
}
}
8 changes: 5 additions & 3 deletions packages/tip474-728126428/frontmatter/slip44/195/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 15 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 @@ -38,6 +38,7 @@
"@crypto-frontmatter/eip155-80001": "workspace:*",
"@crypto-frontmatter/eip155-8453": "workspace:*",
"@crypto-frontmatter/solana-5eykt4usfv8p8njdtrepy1vzqkqzkvdp": "workspace:*",
"@crypto-frontmatter/tip474-2494104990": "workspace:*",
"@crypto-frontmatter/tip474-728126428": "workspace:*",
"@heroicons/react": "^2.1.1",
"@vercel/analytics": "^1.1.3",
Expand Down

0 comments on commit 156ed1e

Please sign in to comment.