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 Oragon Network Testnet #5758

Open
wants to merge 28 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
1daab2c
Add Oragon Network Testnet
SeftzZz Aug 28, 2024
1f9e251
revision oragonnetwork.json file
SeftzZz Aug 28, 2024
7697fbf
Add eip155-88808
SeftzZz Aug 28, 2024
c1a6fe2
Merge branch 'master' into master
SeftzZz Aug 29, 2024
7441e3f
Merge branch 'master' into master
SeftzZz Aug 29, 2024
fa99db9
Merge branch 'master' into master
ligi Aug 30, 2024
3e40eae
rename icon oragonnetwork
SeftzZz Aug 30, 2024
a67d18c
Merge branch 'master' of https://github.com/ethereum-lists/chains
SeftzZz Aug 30, 2024
cb2f045
Merge branch 'master' of https://github.com/SeftzZz/chains
SeftzZz Aug 30, 2024
4f416ba
update RPC oragonnetwork
SeftzZz Aug 30, 2024
ee65780
Merge branch 'master' into master
ligi Sep 2, 2024
f27a04f
change icon oragonnetwork
SeftzZz Sep 2, 2024
f809821
Merge branch 'master' of https://github.com/ethereum-lists/chains
SeftzZz Sep 2, 2024
a47b37b
Merge branch 'master' of https://github.com/SeftzZz/chains
SeftzZz Sep 2, 2024
582a1ec
Merge branch 'master' into master
SeftzZz Sep 2, 2024
4534518
update oragonnetwork.json
SeftzZz Sep 2, 2024
998bbd2
Merge branch 'master' of https://github.com/SeftzZz/chains
SeftzZz Sep 2, 2024
0f3cf04
Merge branch 'master' into master
ligi Sep 3, 2024
ca43225
update ipfs and eip-155-88808
SeftzZz Sep 12, 2024
9fecd4f
Merge branch 'ethereum-lists:master' into master
SeftzZz Sep 12, 2024
1366d02
update eip155-88808.json and ipfs
SeftzZz Sep 12, 2024
b5bd5ae
Merge branch 'master' into master
SeftzZz Sep 12, 2024
6a9c1bb
Merge branch 'master' of github.com:SeftzZz/chains
SeftzZz Sep 12, 2024
b76c05c
Merge branch 'master' into master
SeftzZz Sep 14, 2024
e589019
Merge branch 'master' into master
SeftzZz Sep 16, 2024
7877963
Merge branch 'master' into master
ligi Sep 16, 2024
29ec325
Merge branch 'master' into master
SeftzZz Sep 18, 2024
b698cd7
Merge branch 'master' into master
ligi Sep 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions _data/chains/eip155-88808.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "Oragon Network Testnet",
"chain": "Oragon Network Testnet",
"icon": "oragonnetwork",
"rpc": ["https://rpc.oragon.network/index.php/node/ethereum_api"],
"faucets": [],
"nativeCurrency": {
"name": "Oragon",
"symbol": "ORGN",
"decimals": 18
},
"infoURL": "https://oragon.network",
"shortName": "oragonnetwork",
"chainId": 88808,
"networkId": 88808,
"explorers": [
{
"name": "Oragon Network Explorer Testnet",
"url": "https://oragonscan.network/explorer",
"standard": "EIP3091",
"icon": "oragonnetwork",
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/oragonnetwork.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmS4qdJCaCYL8qHUSR7Y8DYZ1hdxR8qPpccFuZEcaWZeBw",
"width": 512,
"height": 512,
"format": "png"
}
]
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.3-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
15 changes: 10 additions & 5 deletions gradlew
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,8 @@ done
# This is normally unused
# shellcheck disable=SC2034
APP_BASE_NAME=${0##*/}
APP_HOME=$( cd "${APP_HOME:-./}" && pwd -P ) || exit

# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit

# Use the maximum available, or set MAX_FD != -1 to use that value.
MAX_FD=maximum
Expand Down Expand Up @@ -133,10 +131,13 @@ location of your Java installation."
fi
else
JAVACMD=java
which java >/dev/null 2>&1 || die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.
if ! command -v java >/dev/null 2>&1
then
die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH.

Please set the JAVA_HOME variable in your environment to match the
location of your Java installation."
fi
fi

# Increase the maximum file descriptors if we can.
Expand Down Expand Up @@ -197,6 +198,10 @@ if "$cygwin" || "$msys" ; then
done
fi


# Add default JVM options here. You can also use JAVA_OPTS and GRADLE_OPTS to pass JVM options to this script.
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'

# Collect all arguments for the java command;
# * $DEFAULT_JVM_OPTS, $JAVA_OPTS, and $GRADLE_OPTS can contain fragments of
# shell script including quotes and variable substitutions, so put them in
Expand Down
Loading