From 405d35d85ad0b025563f8d3d9bfee958947dac48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 09:47:49 +0100 Subject: [PATCH 1/2] Bump moshi-kotlin from 1.12.0 to 1.13.0 (#648) Bumps [moshi-kotlin](https://github.com/square/moshi) from 1.12.0 to 1.13.0. - [Release notes](https://github.com/square/moshi/releases) - [Changelog](https://github.com/square/moshi/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/moshi/compare/moshi-parent-1.12.0...moshi-parent-1.13.0) --- updated-dependencies: - dependency-name: com.squareup.moshi:moshi-kotlin dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}" From 36aedab5d92282478b42aaa04a780f1893886ca5 Mon Sep 17 00:00:00 2001 From: Bittex <91625051+bittex-coin@users.noreply.github.com> Date: Fri, 10 Dec 2021 21:20:49 +0530 Subject: [PATCH 2/2] New Chain Related (#651) --- _data/chains/eip155-3690.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 _data/chains/eip155-3690.json 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" + }] +}