Skip to content

Commit

Permalink
add tBTC v2 for Arbitrum One, OP Mainnet and Polygon (#95)
Browse files Browse the repository at this point in the history
resolves #94
  • Loading branch information
mhluongo authored Jul 7, 2023
2 parents 4151fb6 + 3948620 commit 57d0286
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
9 changes: 8 additions & 1 deletion chains/10.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,12 @@
"symbol": "HOP",
"decimals": 18,
"logoURI": "../images/hop.png"
},
{
"address": "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40",
"name": "tBTC",
"symbol": "tBTC",
"decimals": 18,
"logoURI": "../images/tBTCv2.png"
}
]
]
7 changes: 7 additions & 0 deletions chains/137.json
Original file line number Diff line number Diff line change
Expand Up @@ -572,5 +572,12 @@
"symbol": "sSPORK",
"decimals": 18,
"logoURI": "../images/sspork.png"
},
{
"address": "0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b",
"name": "tBTC",
"symbol": "tBTC",
"decimals": 18,
"logoURI": "../images/tBTCv2.png"
}
]
9 changes: 9 additions & 0 deletions chains/42161.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"address": "0x6c84a8f1c29108F47a79964b5Fe888D4f4D0dE40",
"name": "tBTC",
"symbol": "tBTC",
"decimals": 18,
"logoURI": "../images/tBTCv2.png"
}
]

0 comments on commit 57d0286

Please sign in to comment.