Skip to content

Commit

Permalink
feat: has the right tokenId's fix, upper / lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
samclassix committed Jan 27, 2025
1 parent ddbd1b6 commit 89f586e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions src/ethereum/info/arbitrumInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@ const builtinTokens: EdgeTokenMap = {
contractAddress: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'
}
},
B33c4255938de7A6ec1200d397B2b2F329397F9B: {
b33c4255938de7a6ec1200d397b2b2f329397f9b: {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0xB33c4255938de7A6ec1200d397B2b2F329397F9B'
contractAddress: '0xb33c4255938de7a6ec1200d397b2b2f329397f9b'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/ethereum/info/baseInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ const builtinTokens: EdgeTokenMap = {
contractAddress: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
}
},
'20D1c515e38aE9c345836853E2af98455F919637': {
'20d1c515e38ae9c345836853e2af98455f919637': {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0x20D1c515e38aE9c345836853E2af98455F919637'
contractAddress: '0x20d1c515e38ae9c345836853e2af98455f919637'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/ethereum/info/ethereumInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1070,12 +1070,12 @@ export const builtinTokens: EdgeTokenMap = {
contractAddress: '0x3845badAde8e6dFF049820680d1F14bD3903a5d0'
}
},
B58E61C3098d85632Df34EecfB899A1Ed80921cB: {
b58e61c3098d85632df34eecfb899a1ed80921cb: {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0xB58E61C3098d85632Df34EecfB899A1Ed80921cB'
contractAddress: '0xb58e61c3098d85632df34eecfb899a1ed80921cb'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/ethereum/info/optimismInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ const builtinTokens: EdgeTokenMap = {
contractAddress: '0x1f514a61bcde34f94bc39731235690ab9da737f7'
}
},
'4F8a84C442F9675610c680990EdDb2CCDDB8aB6f': {
'4f8a84c442f9675610c680990eddb2ccddb8ab6f': {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0x4F8a84C442F9675610c680990EdDb2CCDDB8aB6f'
contractAddress: '0x4f8a84c442f9675610c680990eddb2ccddb8ab6f'
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions src/ethereum/info/polygonInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ const builtinTokens: EdgeTokenMap = {
contractAddress: '0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39'
}
},
'02567e4b14b25549331fCEe2B56c647A8bAB16FD': {
'02567e4b14b25549331fcee2b56c647a8bab16fd': {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0x02567e4b14b25549331fCEe2B56c647A8bAB16FD'
contractAddress: '0x02567e4b14b25549331fcee2b56c647a8bab16fd'
}
}
}
Expand Down

0 comments on commit 89f586e

Please sign in to comment.