From 8876b99a0ff63eda706a9e1f629d110c896b8e8f Mon Sep 17 00:00:00 2001 From: syr0910 <99308606+syr0910@users.noreply.github.com> Date: Wed, 9 Mar 2022 20:07:39 +0800 Subject: [PATCH 1/2] Addition of Double-A chain and token (#955) * Create eip155-512.json add AAC * Update _data/chains/eip155-512.json * Update eip155-512.json Update url * Create aac.json add AAC-icon * Update eip155-512.json add aacicon Co-authored-by: syr0910 Co-authored-by: ligi --- _data/chains/eip155-512.json | 3 ++- _data/icons/aac.json | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 _data/icons/aac.json diff --git a/_data/chains/eip155-512.json b/_data/chains/eip155-512.json index 42e59cf0..f9f5305e 100644 --- a/_data/chains/eip155-512.json +++ b/_data/chains/eip155-512.json @@ -19,5 +19,6 @@ "name": "aacscan", "url": "https://scan.acuteangle.com", "standard": "EIP3091" - }] + }], + "icon": "aac" } \ No newline at end of file diff --git a/_data/icons/aac.json b/_data/icons/aac.json new file mode 100644 index 00000000..cd12bb98 --- /dev/null +++ b/_data/icons/aac.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmRUrz4dULaoaMpnqd8qXT7ehwz3aaqnYKY4ePsy7isGaF", + "width":512, + "height":512, + "format":"png" + } +] From 92d2e9bbeaaa96d85b930685ed31315e0cca40ee Mon Sep 17 00:00:00 2001 From: nithronium <45077058+nithronium@users.noreply.github.com> Date: Wed, 9 Mar 2022 17:48:29 +0300 Subject: [PATCH 2/2] Addition of omChain Network (#854) * Create eip155-21816.json addition of omChain to Chainlist * Update _data/chains/eip155-21816.json * Addition of icon Co-authored-by: ligi --- _data/chains/eip155-21816.json | 23 +++++++++++++++++++++++ _data/icons/omlira.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-21816.json create mode 100644 _data/icons/omlira.json diff --git a/_data/chains/eip155-21816.json b/_data/chains/eip155-21816.json new file mode 100644 index 00000000..c657423a --- /dev/null +++ b/_data/chains/eip155-21816.json @@ -0,0 +1,23 @@ +{ + "name": "omChain Mainnet", + "chain": "OML", + "icon": "omlira", + "rpc": [ + "https://seed.omlira.com" + ], + "faucets": [], + "nativeCurrency": { + "name": "Omlira", + "symbol": "OML", + "decimals": 18 + }, + "infoURL": "https://omlira.com", + "shortName": "oml", + "chainId": 21816, + "networkId": 21816, + "explorers": [{ + "name": "omChain Explorer", + "url": "https://explorer.omlira.com", + "standard": "EIP3091" + }] +} diff --git a/_data/icons/omlira.json b/_data/icons/omlira.json new file mode 100644 index 00000000..3c09e8d3 --- /dev/null +++ b/_data/icons/omlira.json @@ -0,0 +1,8 @@ +[ + { + "url":"ipfs://QmQtEHaejiDbmiCvbBYw9jNQv3DLK5XHCQwLRfnLNpdN5j", + "width":256, + "height":256, + "format":"png" + } +]