Skip to content

Commit

Permalink
Merge pull request #1061 from laruh/nft-configurations
Browse files Browse the repository at this point in the history
provide EVM NFT configs
  • Loading branch information
smk762 authored Sep 3, 2024
2 parents 8bd87b2 + 2f71406 commit 1741fb7
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

.idea
.DS_Store
115 changes: 108 additions & 7 deletions coins
Original file line number Diff line number Diff line change
Expand Up @@ -4172,7 +4172,7 @@
"erc20_receiver_spend": 85000,
"erc20_sender_refund": 85000
}
},
},
{
"coin": "DPC",
"name": "dualpowecoin",
Expand All @@ -4192,7 +4192,7 @@
"type": "UTXO"
}
},
{
{
"coin": "DIAC",
"name": "diabasecore",
"fname": "Diabase",
Expand Down Expand Up @@ -4886,7 +4886,6 @@
"derivation_path": "m/44'/60'",
"use_access_list": true,
"max_eth_tx_type": 2,
"max_eth_tx_type": 2,
"gas_limit": {
"eth_send_coins": 100000,
"eth_payment": 250000,
Expand Down Expand Up @@ -13977,7 +13976,7 @@
"homepage": "https://viacoin.org"
}
},
{
{
"coin": "VIA-segwit",
"name": "viacoin",
"fname": "Viacoin",
Expand All @@ -13986,7 +13985,7 @@
"pubtype": 71,
"p2shtype": 33,
"wiftype": 199,
"txfee": 100000,
"txfee": 100000,
"dust": 54600,
"required_confirmations": 7,
"mature_confirmations": 3600,
Expand Down Expand Up @@ -14086,7 +14085,7 @@
"derivation_path": "m/44'/141'",
"trezor_coin": "Komodo"
},
{
{
"coin": "VPRM",
"sign_message_prefix": "Komodo Signed Message:\n",
"asset": "VPRM",
Expand Down Expand Up @@ -16708,5 +16707,107 @@
"github": "https://github.com/seopub/zoincomumity",
"homepage": "http://zoincommunity.com/"
}
},
{
"coin": "NFT_ETH",
"name": "nft_ethereum",
"fname": "Ethereum",
"rpcport": 80,
"mm2": 1,
"chain_id": 1,
"sign_message_prefix": "Ethereum Signed Message:\n",
"required_confirmations": 3,
"avg_blocktime": 15,
"protocol": {
"type": "NFT",
"protocol_data": {
"platform": "ETH"
}
},
"derivation_path": "m/44'/60'"
},
{
"coin": "NFT_AVAX",
"name": "nft_avax",
"fname": "Avalanche",
"rpcport": 80,
"mm2": 1,
"chain_id": 43114,
"required_confirmations": 3,
"avg_blocktime": 2.4,
"protocol": {
"type": "NFT",
"protocol_data": {
"platform": "AVAX"
}
},
"derivation_path": "m/44'/9000'",
"trezor_coin": "Avalanche C-Chain",
"links": {
"homepage": "https://www.avax.network/"
}
},
{
"coin": "NFT_BNB",
"name": "nft_binancesmartchain",
"fname": "Binance Coin",
"avg_blocktime": 3,
"rpcport": 80,
"mm2": 1,
"chain_id": 56,
"required_confirmations": 3,
"protocol": {
"type": "NFT",
"protocol_data": {
"platform": "BNB"
}
},
"derivation_path": "m/44'/714'",
"trezor_coin": "Binance Smart Chain",
"links": {
"homepage": "https://www.binance.org"
}
},
{
"coin": "NFT_FTM",
"name": "nft_ftm",
"fname": "Fantom",
"rpcport": 80,
"mm2": 1,
"chain_id": 250,
"required_confirmations": 3,
"avg_blocktime": 1.8,
"protocol": {
"type": "NFT",
"protocol_data": {
"platform": "FTM"
}
},
"derivation_path": "m/44'/1007'",
"trezor_coin": "Fantom Opera",
"links": {
"homepage": "https://fantom.foundation"
}
},
{
"coin": "NFT_MATIC",
"name": "nft_matic",
"fname": "Polygon",
"rpcport": 80,
"mm2": 1,
"chain_id": 137,
"avg_blocktime": 1.8,
"required_confirmations": 20,
"protocol": {
"type": "NFT",
"protocol_data": {
"platform": "MATIC"
}
},
"derivation_path": "m/44'/966'",
"trezor_coin": "Polygon",
"links": {
"homepage": "https://polygon.technology/"
}
}
]
]

0 comments on commit 1741fb7

Please sign in to comment.