Skip to content

Commit

Permalink
Merge branch 'master' into feat/RocketEthLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
brucedonovan authored Feb 1, 2023
2 parents f1ca0de + 416f8fa commit 9190d76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "app-v2",
"version": "2.4.45",
"version": "2.4.46",
"private": true,
"dependencies": {
"@ethersproject/providers": "^5.6.8",
Expand Down
14 changes: 3 additions & 11 deletions src/config/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ ASSETS.set(
digitFormat: 2,
tokenType: TokenType.ERC1155_,
tokenIdentifier: 563381925773313,
limitToSeries: ['0x0031FF00028B'],
limitToSeries: ['0x0031ff00028b'],
},
],
[
Expand All @@ -477,7 +477,7 @@ ASSETS.set(
digitFormat: 2,
tokenType: TokenType.ERC1155_,
tokenIdentifier: 844856902483969,
limitToSeries: ['0x0032FF00028B'],
limitToSeries: ['0x0032ff00028b'],
},
],
[
Expand All @@ -493,7 +493,7 @@ ASSETS.set(
digitFormat: 6,
tokenType: TokenType.ERC1155_,
tokenIdentifier: 281906949062657,
limitToSeries: ['0x0030FF00028B'],
limitToSeries: ['0x0030ff00028b'],
},
],
[
Expand All @@ -508,14 +508,6 @@ ASSETS.set(
showToken: true,
digitFormat: 2,
tokenType: TokenType.ERC20_,
limitToSeries: [
'0x303030380000',
'0x303030390000',
'0x303130380000',
'0x303130390000',
'0x303230380000',
'0x303230390000',
],
isYieldBase: false,
},
],
Expand Down

0 comments on commit 9190d76

Please sign in to comment.