Skip to content

Commit 8f59551

Browse files
authored
Merge pull request #2362 from AmbireTech/feature/add-ZCHF
Add the ZCHF token as fee
2 parents 89aad91 + fa941cf commit 8f59551

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

src/consts/gasTankFeeTokens.ts

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,13 @@ export default [
344344
decimals: 18,
345345
icon: 'https://assets.coingecko.com/coins/images/56069/standard/BOLD_logo.png?1748265087'
346346
},
347+
{
348+
address: '0xB58E61C3098d85632Df34EecfB899A1Ed80921cB',
349+
symbol: 'zchf',
350+
chainId: 1n,
351+
decimals: 18,
352+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
353+
},
347354
{
348355
address: '0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270',
349356
symbol: 'wmatic',
@@ -482,6 +489,13 @@ export default [
482489
decimals: 18,
483490
icon: 'https://assets.coingecko.com/coins/images/877/standard/chainlink-new-logo.png?1696502009'
484491
},
492+
{
493+
chainId: 137n,
494+
address: '0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553',
495+
symbol: 'zchf',
496+
decimals: 18,
497+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
498+
},
485499
{
486500
address: '0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56',
487501
symbol: 'busd',
@@ -622,6 +636,13 @@ export default [
622636
decimals: 6,
623637
icon: 'https://assets.coingecko.com/coins/images/6319/small/USD_Coin_icon.png'
624638
},
639+
{
640+
address: '0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553',
641+
symbol: 'zchf',
642+
chainId: 43114n,
643+
decimals: 18,
644+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
645+
},
625646
// commenting these out as they are disabled in the relayer as fee
626647
// {
627648
// address: '0x82E64f49Ed5EC1bC6e43DAD4FC8Af9bb3A2312EE',
@@ -741,6 +762,14 @@ export default [
741762
decimals: 18,
742763
icon: 'https://assets.coingecko.com/coins/images/23354/standard/eur.png'
743764
},
765+
{
766+
address: '0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553',
767+
symbol: 'zchf',
768+
chainId: 100n,
769+
disableGasTankDeposit: true,
770+
decimals: 18,
771+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
772+
},
744773
{
745774
address: '0x94b008aA00579c1307B0EF2c499aD98a8ce58e58',
746775
symbol: 'usdt',
@@ -776,6 +805,13 @@ export default [
776805
decimals: 18,
777806
icon: 'https://assets.coingecko.com/coins/images/18834/standard/wstETH.png'
778807
},
808+
{
809+
address: '0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553',
810+
symbol: 'zchf',
811+
chainId: 10n,
812+
decimals: 18,
813+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
814+
},
779815
{
780816
address: '0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9',
781817
symbol: 'usdt',
@@ -874,6 +910,13 @@ export default [
874910
decimals: 6,
875911
currencyIcon: 'https://assets.coingecko.com/coins/images/53705/standard/usdt0.jpg?1737086183'
876912
},
913+
{
914+
chainId: 42161n,
915+
address: '0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553',
916+
symbol: 'zchf',
917+
decimals: 18,
918+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
919+
},
877920
{
878921
address: '0x382bB369d343125BfB2117af9c149795C6C65C50',
879922
symbol: 'usdc',
@@ -972,6 +1015,13 @@ export default [
9721015
decimals: 6,
9731016
icon: 'https://assets.coingecko.com/coins/images/26045/standard/euro.png?1696525125'
9741017
},
1018+
{
1019+
chainId: 8453n,
1020+
address: '0xD4dD9e2F021BB459D5A5f6c24C12fE09c5D45553',
1021+
symbol: 'zchf',
1022+
decimals: 18,
1023+
icon: 'https://assets.coingecko.com/coins/images/37150/standard/Coin_Logo_Frankencoin_1024px.png?1728679791'
1024+
},
9751025
{
9761026
chainId: 534352n,
9771027
address: '0x06eFdBFf2a14a7c8E15944D1F4A48F9F95F663A4',

0 commit comments

Comments
 (0)