Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Sep 20, 2024
2 parents 8419327 + 431157c commit e502716
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/pr_intro_comment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
on: [pull_request_target]
on:
pull_request_target:
types: [opened]
jobs:
comment_on_pr:
runs-on: ubuntu-latest
Expand Down
27 changes: 27 additions & 0 deletions _data/chains/eip155-812397.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "SG Verse Mainnet",
"chain": "SG Verse",
"icon": "sg_verse",
"rpc": ["https://rpc.sgverse.net/"],
"faucets": [],
"nativeCurrency": {
"name": "OAS",
"symbol": "OAS",
"decimals": 18
},
"infoURL": "",
"shortName": "SGV",
"chainId": 812397,
"networkId": 812397,
"explorers": [
{
"name": "SG Verse Explorer",
"url": "https://explorer.sgverse.net",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-248"
}
}
8 changes: 8 additions & 0 deletions _data/icons/sg_verse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk",
"width": 100,
"height": 100,
"format": "png"
}
]

0 comments on commit e502716

Please sign in to comment.