Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

- changed: (Sui) Enforce the arbitrary max spend limit
- fixed: (Solana) Fix SOL amount handling for DEX transactions
- added: (ZCHF) Frankencoin on Ethereum network
- added: (FPS) Frankencoin Pool Shares on Ethereum network

## 4.42.1 (2025-03-17)

Expand Down
8 changes: 8 additions & 0 deletions src/ethereum/info/arbitrumInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,14 @@ const builtinTokens: EdgeTokenMap = {
networkLocation: {
contractAddress: '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1'
}
},
b33c4255938de7a6ec1200d397b2b2f329397f9b: {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0xb33c4255938de7a6ec1200d397b2b2f329397f9b'
}
}
}

Expand Down
8 changes: 8 additions & 0 deletions src/ethereum/info/baseInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ const builtinTokens: EdgeTokenMap = {
networkLocation: {
contractAddress: '0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913'
}
},
'20d1c515e38ae9c345836853e2af98455f919637': {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0x20d1c515e38ae9c345836853e2af98455f919637'
}
}
}

Expand Down
8 changes: 8 additions & 0 deletions src/ethereum/info/ethereumInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1085,6 +1085,14 @@ export const builtinTokens: EdgeTokenMap = {
networkLocation: {
contractAddress: '0x3845badAde8e6dFF049820680d1F14bD3903a5d0'
}
},
b58e61c3098d85632df34eecfb899a1ed80921cb: {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0xb58e61c3098d85632df34eecfb899a1ed80921cb'
}
}
}

Expand Down
8 changes: 8 additions & 0 deletions src/ethereum/info/optimismInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ const builtinTokens: EdgeTokenMap = {
networkLocation: {
contractAddress: '0x1f514a61bcde34f94bc39731235690ab9da737f7'
}
},
'4f8a84c442f9675610c680990eddb2ccddb8ab6f': {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0x4f8a84c442f9675610c680990eddb2ccddb8ab6f'
}
}
}

Expand Down
8 changes: 8 additions & 0 deletions src/ethereum/info/polygonInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,14 @@ const builtinTokens: EdgeTokenMap = {
networkLocation: {
contractAddress: '0x53e0bca35ec356bd5dddfebbd1fc0fd03fabad39'
}
},
'02567e4b14b25549331fcee2b56c647a8bab16fd': {
currencyCode: 'ZCHF',
displayName: 'Frankencoin',
denominations: [{ name: 'ZCHF', multiplier: '1000000000000000000' }],
networkLocation: {
contractAddress: '0x02567e4b14b25549331fcee2b56c647a8bab16fd'
}
}
}

Expand Down