-
Notifications
You must be signed in to change notification settings - Fork 154
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #193 from ChefMomota/pancakeswap-onramp
feat: Add pancakeswap onramp list
- Loading branch information
Showing
6 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,80 @@ | ||
{ | ||
"name": "PancakeSwap Onramp", | ||
"timestamp": "2023-08-10T04:09:50.147Z", | ||
"version": { | ||
"major": 0, | ||
"minor": 0, | ||
"patch": 2 | ||
}, | ||
"logoURI": "https://pancakeswap.finance/logo.png", | ||
"keywords": [ | ||
"pancakeswap", | ||
"onramp" | ||
], | ||
"tokens": [ | ||
{ | ||
"name": "DAI StableCoin", | ||
"address": "0x6B175474E89094C44Da98b954EedeAC495271d0F", | ||
"symbol": "DAI", | ||
"decimals": 18, | ||
"chainId": 1, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/dai.png" | ||
}, | ||
{ | ||
"name": "USD Coin", | ||
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"symbol": "USDC", | ||
"decimals": 6, | ||
"chainId": 1, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdc.png" | ||
}, | ||
{ | ||
"name": "Tether USD", | ||
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", | ||
"symbol": "USDT", | ||
"decimals": 6, | ||
"chainId": 1, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png" | ||
}, | ||
{ | ||
"name": "Binance USD", | ||
"address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", | ||
"symbol": "BUSD", | ||
"decimals": 18, | ||
"chainId": 56, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/BUSD.png" | ||
}, | ||
{ | ||
"name": "DAI StableCoin Zksync", | ||
"address": "0x6b175474e89094c44da98b954eedeac495271d0f", | ||
"symbol": "DAI", | ||
"decimals": 18, | ||
"chainId": 324, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/dai.png" | ||
}, | ||
{ | ||
"name": "USD Coin Zksync", | ||
"symbol": "USDC", | ||
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4", | ||
"chainId": 324, | ||
"decimals": 6, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4.png" | ||
}, | ||
{ | ||
"name": "Tether USD Zksync", | ||
"symbol": "USDT", | ||
"address": "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C", | ||
"chainId": 324, | ||
"decimals": 6, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x493257fD37EDB34451f62EDf8D2a0C418852bA4C.png" | ||
}, | ||
{ | ||
"name": "USD Coin Arbitrum", | ||
"address": "0xaf88d065e77c8cc2239327c5edb3a432268e5831", | ||
"symbol": "USDC", | ||
"decimals": 6, | ||
"chainId": 42161, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdc.png" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
[ | ||
{ | ||
"name": "Binance USD", | ||
"address": "0xe9e7CEA3DedcA5984780Bafc599bD69ADd087D56", | ||
"symbol": "BUSD", | ||
"decimals": 18, | ||
"chainId": 56, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/BUSD.png" | ||
}, | ||
{ | ||
"name": "USD Coin", | ||
"address": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48", | ||
"symbol": "USDC", | ||
"decimals": 6, | ||
"chainId": 1, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdc.png" | ||
}, | ||
{ | ||
"name": "Tether USD", | ||
"address": "0xdAC17F958D2ee523a2206206994597C13D831ec7", | ||
"symbol": "USDT", | ||
"decimals": 6, | ||
"chainId": 1, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdt.png" | ||
}, | ||
{ | ||
"name": "DAI StableCoin", | ||
"address": "0x6B175474E89094C44Da98b954EedeAC495271d0F", | ||
"symbol": "DAI", | ||
"decimals": 18, | ||
"chainId": 1, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/dai.png" | ||
}, | ||
{ | ||
"name": "DAI StableCoin Zksync", | ||
"address": "0x6b175474e89094c44da98b954eedeac495271d0f", | ||
"symbol": "DAI", | ||
"decimals": 18, | ||
"chainId": 324, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/dai.png" | ||
}, | ||
{ | ||
"name": "USD Coin Zksync", | ||
"symbol": "USDC", | ||
"address": "0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4", | ||
"chainId": 324, | ||
"decimals": 6, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x3355df6D4c9C3035724Fd0e3914dE96A5a83aaf4.png" | ||
}, | ||
{ | ||
"name": "Tether USD Zksync", | ||
"symbol": "USDT", | ||
"address": "0x493257fD37EDB34451f62EDf8D2a0C418852bA4C", | ||
"chainId": 324, | ||
"decimals": 6, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/zksync/0x493257fD37EDB34451f62EDf8D2a0C418852bA4C.png" | ||
}, | ||
{ | ||
"name": "USD Coin Arbitrum", | ||
"address": "0xaf88d065e77c8cc2239327c5edb3a432268e5831", | ||
"symbol": "USDC", | ||
"decimals": 6, | ||
"chainId": 42161, | ||
"logoURI": "https://tokens.pancakeswap.finance/images/symbol/usdc.png" | ||
} | ||
] |