Skip to content

Commit

Permalink
add 1inch wampl knc to bridge ui
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrosario committed Sep 25, 2023
1 parent a683b95 commit 0e26036
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/bridge/.env.mainnet.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ASSETS=eth,dai,usdc,cbeth,bal,rpl,reth,sofi,zrx,sushi,crv
ASSETS=eth,dai,usdc,cbeth,bal,rpl,reth,sofi,zrx,sushi,crv,1inch,wampl,knc
L1_CHAIN_ID=1
L1_EXPLORER_URL=https://etherscan.io
L1_EXPLORER_API_URL=https://api.etherscan.io/api
Expand Down
36 changes: 36 additions & 0 deletions apps/bridge/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,42 @@ const assets: Asset[] = [
L2icon: '/icons/currency/curve.svg',
decimals: 18,
},
{
L1symbol: '1INCH',
L2symbol: '1INCH',
L1chainId: 1,
L2chainId: 8453,
L1contract: '0x111111111117dC0aa78b770fA6A738034120C302',
L2contract: '0xc5fecC3a29Fb57B5024eEc8a2239d4621e111CBE',
apiId: '1inch',
L1icon: '/icons/currency/1inch.svg',
L2icon: '/icons/currency/1inch.svg',
decimals: 18,
},
{
L1symbol: 'WAMPL',
L2symbol: 'WAMPL',
L1chainId: 1,
L2chainId: 8453,
L1contract: '0xEDB171C18cE90B633DB442f2A6F72874093b49Ef',
L2contract: '0x489fe42C267fe0366B16b0c39e7AEEf977E841eF',
apiId: 'wrapped-ampleforth',
L1icon: '/icons/currency/wampl.svg',
L2icon: '/icons/currency/wampl.svg',
decimals: 18,
},
{
L1symbol: 'KNC',
L2symbol: 'KNC',
L1chainId: 1,
L2chainId: 8453,
L1contract: '0xdeFA4e8a7bcBA345F687a2f1456F5Edd9CE97202',
L2contract: '0x28fe69Ff6864C1C218878BDCA01482D36B9D57b1',
apiId: 'kyber-network-crystal',
L1icon: '/icons/currency/knc.svg',
L2icon: '/icons/currency/knc.svg',
decimals: 18,
},
{
L1symbol: 'ETH',
L2symbol: 'ETH',
Expand Down
67 changes: 67 additions & 0 deletions apps/bridge/public/icons/currency/1inch.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions apps/bridge/public/icons/currency/knc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 18 additions & 0 deletions apps/bridge/public/icons/currency/wampl.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0e26036

Please sign in to comment.