mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Merge branch 'ethereum-lists:master' into master
This commit is contained in:
commit
46878b86c4
26
_data/chains/eip155-3690.json
Normal file
26
_data/chains/eip155-3690.json
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
{
|
||||||
|
"name": "Bittex Mainnet",
|
||||||
|
"chain": "BTTX",
|
||||||
|
"network": "mainnet",
|
||||||
|
"rpc": [
|
||||||
|
"https://rpc1.bittexscan.info",
|
||||||
|
"https://rpc2.bittexscan.info"
|
||||||
|
],
|
||||||
|
"faucets": [],
|
||||||
|
"nativeCurrency": {
|
||||||
|
"name": "Bittex",
|
||||||
|
"symbol": "BTTX",
|
||||||
|
"decimals": 18
|
||||||
|
},
|
||||||
|
"infoURL": "https://bittexscan.com",
|
||||||
|
"shortName": "bttx",
|
||||||
|
"chainId": 3690,
|
||||||
|
"networkId": 3690,
|
||||||
|
"icon": "ethereum",
|
||||||
|
"explorers": [{
|
||||||
|
"name": "bittexscan",
|
||||||
|
"url": "https://bittexscan.com",
|
||||||
|
"icon": "etherscan",
|
||||||
|
"standard": "EIP3091"
|
||||||
|
}]
|
||||||
|
}
|
|
@ -34,7 +34,7 @@ dependencies {
|
||||||
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"
|
implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}"
|
||||||
|
|
||||||
implementation 'com.beust:klaxon:5.5'
|
implementation 'com.beust:klaxon:5.5'
|
||||||
implementation 'com.squareup.moshi:moshi-kotlin:1.12.0'
|
implementation 'com.squareup.moshi:moshi-kotlin:1.13.0'
|
||||||
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
implementation 'com.squareup.okhttp3:okhttp:4.9.3'
|
||||||
|
|
||||||
testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"
|
testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user