diff --git a/_data/chains/eip155-3690.json b/_data/chains/eip155-3690.json new file mode 100644 index 00000000..81701fb2 --- /dev/null +++ b/_data/chains/eip155-3690.json @@ -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" + }] +} diff --git a/build.gradle b/build.gradle index 096b3e75..36cf31a6 100644 --- a/build.gradle +++ b/build.gradle @@ -34,7 +34,7 @@ dependencies { implementation "com.github.komputing.kethereum:crypto_impl_bouncycastle:${KETHEREUM_VERSION}" 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' testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"