-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Add 0g chain mainnet info #7719
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
Merged
FrederikBolding
merged 13 commits into
ethereum-lists:master
from
Solovyov1796:add-0g-chain-mainnet-info
Sep 20, 2025
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
36afc60
Add 0g chain mainnet chainId: 16661
cdb9d18
update chain name
04f2320
update
6a3a929
Merge branch 'master' into add-0g-chain-mainnet-info
Solovyov1796 4a9c7dc
remove chainscan info temporary
07a7e68
Merge branch 'add-0g-chain-mainnet-info' of https://github.com/Solovy…
f1d0664
Remove chainscan info temporary.
88bd3d9
reformat
daaa05a
remove info of testnet "newton" and add info of testnet "galileo"
90be0e1
deprecated old testnet "newton"
d6bd695
Merge branch 'master' into add-0g-chain-mainnet-info
Solovyov1796 68d22eb
Update _data/chains/eip155-16600.json
FrederikBolding 0f881dd
Update _data/chains/eip155-16601.json
FrederikBolding File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"name": "0G-Galileo-Testnet", | ||
Solovyov1796 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"chain": "0G-Testnet", | ||
"rpc": ["https://evmrpc-testnet.0g.ai"], | ||
"faucets": ["https://faucet.0g.ai"], | ||
"nativeCurrency": { | ||
"name": "A0GI", | ||
"symbol": "A0GI", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://0g.ai", | ||
"shortName": "0gai-galileo-testnet", | ||
"chainId": 16601, | ||
"networkId": 16601, | ||
"icon": "0gai", | ||
"explorers": [ | ||
{ | ||
"name": "0G BlockChain Explorer", | ||
"url": "https://chainscan-galileo.0g.ai", | ||
"standard": "EIP3091" | ||
} | ||
] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"name": "0G Mainnet", | ||
"chain": "0G", | ||
"rpc": ["https://evmrpc.0g.ai"], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "0G", | ||
"symbol": "0G", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://0g.ai", | ||
"shortName": "0g", | ||
"chainId": 16661, | ||
"networkId": 16661, | ||
"icon": "0g", | ||
"explorers": [] | ||
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreicc5esbtgqwrptmyvp75hdefsmgzgozlrjx4d7zonxkwuh5fpne5m", | ||
"width": 500, | ||
"height": 500, | ||
"format": "svg" | ||
} | ||
] |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.