Skip to content

Commit e4df441

Browse files
committed
feat(stoc): add EVM RPC endpoint and update to v2-evm
1 parent ee85fcc commit e4df441

File tree

2 files changed

+34
-7
lines changed

2 files changed

+34
-7
lines changed

stoc/chain.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@
3434
},
3535
"codebase": {
3636
"git_repo": "https://github.com/stochainassociation/stoc-blockchain-mainnet",
37-
"recommended_version": "latest-a2d23f37",
37+
"recommended_version": "latest-83111dde",
3838
"compatible_versions": [
39-
"latest-a2d23f37"
39+
"latest-83111dde"
4040
],
4141
"consensus": {
4242
"type": "cometbft",
43-
"version": "v0.38.19"
43+
"version": "v0.38.18"
4444
},
4545
"genesis": {
4646
"genesis_url": "https://rpc-stoc-mainnet.stochainscan.io/genesis"
4747
},
4848
"sdk": {
4949
"type": "cosmos",
50-
"version": "v0.53.3"
50+
"version": "v0.53.4"
5151
},
5252
"ibc": {
5353
"type": "go",
54-
"version": "v8.7.0"
54+
"version": "v10.2.0"
5555
}
5656
},
5757
"description": "STO Chain is a Cosmos-based blockchain network designed to enable the digitization, compliance, and cross-chain circulation of real assets such as real estate, stocks, and commodities through blockchain technology.",
@@ -93,6 +93,12 @@
9393
"address": "grpc-stoc-mainnet.stochainscan.io:443",
9494
"provider": "STO Chain"
9595
}
96+
],
97+
"evm-http-jsonrpc": [
98+
{
99+
"address": "https://evm-stoc-mainnet.stochainscan.io",
100+
"provider": "STO Chain"
101+
}
96102
]
97103
},
98104
"explorers": [

stoc/versions.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,32 @@
1717
"type": "cometbft",
1818
"version": "v0.38.19"
1919
},
20-
"next_version_name": "",
20+
"next_version_name": "v2-evm",
2121
"ibc": {
2222
"type": "go",
2323
"version": "v8.7.0"
2424
}
25+
},
26+
{
27+
"name": "v2-evm",
28+
"tag": "latest-83111dde",
29+
"height": 4455679,
30+
"recommended_version": "latest-83111dde",
31+
"compatible_versions": [
32+
"latest-83111dde"
33+
],
34+
"sdk": {
35+
"type": "cosmos",
36+
"version": "v0.53.4"
37+
},
38+
"consensus": {
39+
"type": "cometbft",
40+
"version": "v0.38.18"
41+
},
42+
"ibc": {
43+
"type": "go",
44+
"version": "v10.2.0"
45+
}
2546
}
2647
]
27-
}
48+
}

0 commit comments

Comments
 (0)