Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ramestta Mainnet & Testnet #5019

Closed
wants to merge 12 commits into from
26 changes: 26 additions & 0 deletions _data/chains/eip155-1370.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "Ramestta Mainnet",
"chain": "Ramestta",
"icon": "ramestta",
"rpc": [
"https://blockchain.ramestta.com",
"https://blockchain2.ramestta.com"
],
"faucets": [],
"nativeCurrency": {
"name": "Rama",
"symbol": "RAMA",
"decimals": 18
},
"infoURL": "https://www.ramestta.com",
"shortName": "RAMA",
"chainId": 1370,
"networkId": 1370,
"explorers": [
{
"name": "ramascan",
"url": "https://ramascan.com",
"standard": "EIP3091"
}
]
}
23 changes: 23 additions & 0 deletions _data/chains/eip155-1377.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "tRAMA",
"title": "Pingaksha Testnet",
"chain": "Ramestta",
"rpc": ["https://testnet.ramestta.com"],
"faucets": ["https://pingaksha.ramascan.com/faucet"],
"nativeCurrency": {
"name": "tRAMA",
"symbol": "tRAMA",
"decimals": 18
},
"infoURL": "https://www.ramestta.com",
"shortName": "Ramestta",
"chainId": 1377,
"networkId": 1377,
"explorers": [
{
"name": "Pingaksha Testnet",
"url": "https://pingaksha.ramascan.com",
"standard": "EIP3091"
}
]
}
9 changes: 9 additions & 0 deletions _data/icons/ramestta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

[
{
"url": "ipfs://QmYakCk3haZomArhKGqLfDXp9f3Gxs3fmHYXaL3j4698nB",
"width": 1000,
"height": 1628,
"format": "png"
}
]
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
KOTLIN_VERSION = "1.9.24"
KOTLIN_VERSION = "1.9.0"
KETHEREUM_VERSION = "0.86.0"
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
zipStorePath=wrapper/dists