Skip to content

Commit

Permalink
Merge branch 'master' into debank
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptocifer authored Aug 24, 2023
2 parents 8a0f01b + e244b5c commit a3d3b60
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions _data/chains/eip155-165.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Omni Testnet 1",
"name": "Omni Testnet",
"chain": "Omni",
"rpc": ["https://testnet-1.omni.network"],
"rpc": ["https://testnet.omni.network"],
"features": [{ "name": "EIP155" }],
"faucets": [],
"nativeCurrency": {
Expand All @@ -16,7 +16,7 @@
"explorers": [
{
"name": "Omni Explorer",
"url": "https://testnet-1.explorer.omni.network",
"url": "https://testnet.explorer.omni.network",
"standard": "EIP3091"
}
]
Expand Down
4 changes: 2 additions & 2 deletions _data/chains/eip155-1663.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"chain": "Gobi",
"icon": "eon",
"rpc": [
"https://gobi-testnet.horizenlabs.io/ethv1",
"https://rpc.ankr.com/horizen_testnet_evm"
"https://gobi-rpc.horizenlabs.io/ethv1",
"https://rpc.ankr.com/horizen_gobi_testnet"
],
"features": [
{
Expand Down
5 changes: 4 additions & 1 deletion _data/chains/eip155-9977.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"name": "Mind Smart Chain Testnet",
"chain": "tMIND",
"icon": "mindchain",
"rpc": ["https://testnet-msc.mindchain.info/"],
"rpc": [
"https://testnet-msc.mindchain.info/",
"wss://testnet-msc.mindchain.info/ws"
],
"faucets": ["https://faucet.mindchain.info/"],
"nativeCurrency": {
"name": "MIND Coin",
Expand Down
2 changes: 1 addition & 1 deletion processor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
implementation "com.twelvemonkeys.imageio:imageio-jpeg:3.9.4"
implementation "com.twelvemonkeys.imageio:imageio-batik:3.9.4"

implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.16"
implementation "org.apache.xmlgraphics:batik-rasterizer-ext:1.17"
implementation project(":model")

testImplementation "org.jetbrains.kotlin:kotlin-test:${KOTLIN_VERSION}"
Expand Down

0 comments on commit a3d3b60

Please sign in to comment.