Skip to content

Commit

Permalink
Merge pull request #19 from rsksmart/pago-linea
Browse files Browse the repository at this point in the history
Add PagoLinea main tokens
  • Loading branch information
ilanolkies authored May 19, 2021
2 parents 9409881 + bf79cf7 commit 97807b5
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 3 deletions.
30 changes: 29 additions & 1 deletion contract-map.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,38 @@
"decimals": 18
},
"0x70566D8541beaBe984c8BAbF8A816Ed908514Ba8": {
"name": "Universal Basic Income tokens",
"name": "Universal Basic Income Token",
"logo": "ubi.png",
"erc20": true,
"symbol": "rUBI",
"decimals": 18
},
"0xd52da63689543924dcA66bCBe2e2Ea599c45d575": {
"name": "Pesos Argentinos PagoLinea",
"logo": "arscb.png",
"erc20": true,
"symbol": "ARSCB",
"decimals": 18
},
"0xaA5dc2Ea0E056Fc962F48aB25547d66d3586eE8a": {
"name": "Dólar Americano PagoLinea",
"logo": "usdcb.png",
"erc20": true,
"symbol": "USDCB",
"decimals": 18
},
"0xE9F78E507F24537f3f78c212Cf93F65eEC9054C2": {
"name": "Bolívares PagoLinea",
"logo": "vescb.png",
"erc20": true,
"symbol": "VESCB",
"decimals": 18
},
"0x7C459C5B11E2815DB085DDA9EC314a9cDe00a082": {
"name": "Pesos Colombianos PagoLinea",
"logo": "copcb.png",
"erc20": true,
"symbol": "COPCB",
"decimals": 18
}
}
Binary file added images/arscb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/copcb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/usdcb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/vescb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rsksmart/rsk-contract-metadata",
"version": "1.0.10",
"version": "1.0.11",
"description": "A mapping of RSK contract addresses to broadly accepted icons for those addresses.",
"main": "index.js",
"scripts": {
Expand All @@ -18,7 +18,10 @@
"keywords": [
"rsk",
"contract",
"icons"
"icons",
"tokens",
"metadata",
"logo"
],
"license": "ISC",
"bugs": {
Expand Down

0 comments on commit 97807b5

Please sign in to comment.