Merge branch 'ethereum-lists:master' into master

This commit is contained in:
SolidityX 2021-12-13 22:56:51 +05:30 committed by GitHub
commit 46878b86c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 1 deletions

View 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"
}]
}

View File

@ -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}"