From b8703b6d00eb62f222fb1dee38d2cc9efcab48f9 Mon Sep 17 00:00:00 2001 From: musclemikiya Date: Fri, 20 Sep 2024 16:19:04 +0900 Subject: [PATCH 1/2] Add SG Verse Mainnet (#5860) * Add SG Verse Mainnet * prettier --------- Co-authored-by: ligi --- _data/chains/eip155-812397.json | 27 +++++++++++++++++++++++++++ _data/icons/sg_verse.json | 8 ++++++++ 2 files changed, 35 insertions(+) create mode 100644 _data/chains/eip155-812397.json create mode 100644 _data/icons/sg_verse.json diff --git a/_data/chains/eip155-812397.json b/_data/chains/eip155-812397.json new file mode 100644 index 000000000000..523ccc9d708a --- /dev/null +++ b/_data/chains/eip155-812397.json @@ -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" + } +} diff --git a/_data/icons/sg_verse.json b/_data/icons/sg_verse.json new file mode 100644 index 000000000000..3e6761ec74d6 --- /dev/null +++ b/_data/icons/sg_verse.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmXBm2hTGzFeYT5YYixzRnTdPNWnkNUaT1bBL3LYD4QvUk", + "width": 100, + "height": 100, + "format": "png" + } +] From 431157cb0aada775b5ca5625e8f581a3ea1d481d Mon Sep 17 00:00:00 2001 From: ligi Date: Fri, 20 Sep 2024 09:25:41 +0200 Subject: [PATCH 2/2] Reduce frequency (#5880) --- .github/workflows/pr_intro_comment.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr_intro_comment.yml b/.github/workflows/pr_intro_comment.yml index 02ca25f7dd29..a9e7d2e74cb0 100644 --- a/.github/workflows/pr_intro_comment.yml +++ b/.github/workflows/pr_intro_comment.yml @@ -1,4 +1,6 @@ -on: [pull_request_target] +on: + pull_request_target: + types: [opened] jobs: comment_on_pr: runs-on: ubuntu-latest