Skip to content

Commit eeff920

Browse files
authored
Merge pull request #1681 from GLEECBTC/feature/gleec-testnet
feat: add GLEECT (Gleec EVM testnet) coin config
2 parents 26e8be7 + 3120544 commit eeff920

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed

coins

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6311,6 +6311,24 @@
63116311
"derivation_path": "m/44'/141'",
63126312
"trezor_coin": "Komodo"
63136313
},
6314+
{
6315+
"coin": "GLEECT",
6316+
"name": "gleect",
6317+
"fname": "Gleec Testnet",
6318+
"is_testnet": true,
6319+
"rpcport": 80,
6320+
"mm2": 1,
6321+
"chain_id": 11169,
6322+
"required_confirmations": 3,
6323+
"avg_blocktime": 2.6,
6324+
"protocol": {
6325+
"type": "ETH",
6326+
"protocol_data": {
6327+
"chain_id": 11169
6328+
}
6329+
},
6330+
"derivation_path": "m/44'/60'"
6331+
},
63146332
{
63156333
"coin": "GLM-ERC20",
63166334
"name": "glm_erc20",

ethereum/GLEECT

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"swap_contract_address": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
3+
"fallback_swap_contract": "0x51d9EfFc20F6965bc8DFD37E797ac52a72fcdb9D",
4+
"rpc_nodes": [
5+
{
6+
"url": "https://rpc.gleec.dev"
7+
}
8+
]
9+
}

explorers/GLEECT

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
["https://explorer.gleec.dev/"]

0 commit comments

Comments
 (0)