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 Smart Pay Mobile Money chain and icon #6703

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
de7105c
Add Smart Pay Mobile Money chain and icon
Domengo Jan 31, 2025
f9b3e18
Fix formatting in Smart Pay Mobile Money chain JSON
Domengo Jan 31, 2025
fb2cdf0
Update native currency symbol for SmartPay Mobile Money
Domengo Jan 31, 2025
564908b
Update SmartPay Explorer URL in EIP155 chain JSON
Domengo Jan 31, 2025
d604ab5
Merge branch 'master' into pr/11111
ligi Jan 31, 2025
b6e7d19
Change SmartPay icon data format from object to array
Domengo Jan 31, 2025
63e2814
Merge branch 'pr/11111' of https://github.com/Domengo/chains into pr/…
Domengo Jan 31, 2025
9806c14
Fix SmartPay short name casing, update icon dimensions and format, an…
Domengo Feb 1, 2025
9eb5685
Add Smart Pay Mobile Money chain and icon
Domengo Jan 31, 2025
5351351
Fix formatting in Smart Pay Mobile Money chain JSON
Domengo Jan 31, 2025
7ff80dc
Update native currency symbol for SmartPay Mobile Money
Domengo Jan 31, 2025
3dd648f
Update SmartPay Explorer URL in EIP155 chain JSON
Domengo Jan 31, 2025
c58610e
Change SmartPay icon data format from object to array
Domengo Jan 31, 2025
332af03
Fix SmartPay short name casing, update icon dimensions and format, an…
Domengo Feb 1, 2025
f299efa
Merge branch 'pr/11111' of https://github.com/Domengo/chains into pr/…
Domengo Feb 3, 2025
e48c48b
Add package-lock.json and package.json for ajv dependency
Domengo Feb 3, 2025
f650ed4
Downgrade ajv version to 8.11.0 and update package-lock.json format
Domengo Feb 3, 2025
68a9e62
Merge branch 'master' into pr/11111
ligi Feb 5, 2025
682ac8c
Remove unused explorers data from SmartPay chain configuration
Domengo Feb 6, 2025
3159c70
Merge branch 'pr/11111' of https://github.com/Domengo/chains into pr/…
Domengo Feb 6, 2025
d59b7e9
Merge branch 'master' into pr/11111
Domengo Feb 6, 2025
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
21 changes: 21 additions & 0 deletions _data/chains/eip155-666301179999.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"name": "Smart Pay Mobile Money",
"chain": "Mobile Money",
"rpc": ["https://network.uat.smartmoneyewallet.com/"],
"faucets": [],
"nativeCurrency": {
"name": "SmartPay Mobile Money",
"symbol": "SMRTP",
"decimals": 18
},
"features": [
{
"name": "EIP155"
}
],
"infoURL": "https://network.uat.smartmoneyewallet.com/",
"shortName": "SmartPay",
"chainId": 666301179999,
"networkId": 666301179999,
"icon": "smartpay"
}
8 changes: 8 additions & 0 deletions _data/icons/smartpay.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreign3xx2pllwlykay6euiq2dv766cgt5zgycgpf4mkirulf7ufo5um",
"width": 200,
"height": 200,
"format": "png"
}
]