Skip to content

Commit

Permalink
Merge pull request #49 from override-coder/main
Browse files Browse the repository at this point in the history
Add yymmchain testnet
  • Loading branch information
liangping authored Mar 11, 2024
2 parents 5bfd660 + 42ab44c commit 3bc1af1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chains/testnet/yymm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"chain_name": "yymmchain",
"api": [
"http://node.bitverse-dev.bitverse.zone:1317"
],
"rpc": [
"http://node.bitverse-dev.bitverse.zone:26657"
],
"addr_prefix": "yymm",
"coin_type": "60",
"min_tx_fee": "5000000000000",
"assets": [
{
"base": "ubv",
"symbol": "BV",
"exponent": "18",
"logo": "/logos/bv.png"
}
],
"logo": "/logos/yymm.png",
"sdk_version": "v0.50.4"
}
Binary file added logos/bv.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added logos/yymm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 3bc1af1

Please sign in to comment.