diff --git a/_data/chains/eip155-1370.json b/_data/chains/eip155-1370.json new file mode 100644 index 000000000000..05858d8b7e93 --- /dev/null +++ b/_data/chains/eip155-1370.json @@ -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" + } + ] +} diff --git a/_data/chains/eip155-1377.json b/_data/chains/eip155-1377.json new file mode 100644 index 000000000000..7aa91175c954 --- /dev/null +++ b/_data/chains/eip155-1377.json @@ -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" + } + ] +} diff --git a/_data/icons/ramestta.json b/_data/icons/ramestta.json new file mode 100644 index 000000000000..e2eebca2a404 --- /dev/null +++ b/_data/icons/ramestta.json @@ -0,0 +1,9 @@ + +[ + { + "url": "ipfs://QmYakCk3haZomArhKGqLfDXp9f3Gxs3fmHYXaL3j4698nB", + "width": 1000, + "height": 1628, + "format": "png" + } +] diff --git a/build.gradle b/build.gradle index 48a8b577d018..749559285306 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { KOTLIN_VERSION = "1.9.24" KETHEREUM_VERSION = "0.86.0" } - + repositories { gradlePluginPortal() } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 761b8f088571..a68c7239e665 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -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 \ No newline at end of file