-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: Add solana tokens * feat: Add solana tokens and prop support custom fees * fix: Link asset
- Loading branch information
1 parent
c28fb94
commit 4036ed2
Showing
5 changed files
with
64 additions
and
3 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
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,40 @@ | ||
{ | ||
"sUSDT": { | ||
"name": "sUSDT", | ||
"code": "sUSDT", | ||
"decimals": 6, | ||
"coinGeckoId": "tether", | ||
"contractAddress": "Es9vMFrzaCERmJfrF4H2FYD4KCoNkY11McCe8BenwNYB", | ||
"matchingAsset": "USDT" | ||
}, | ||
"sUSDC": { | ||
"name": "sUSDC", | ||
"code": "sUSDC", | ||
"decimals": 6, | ||
"coinGeckoId": "tether", | ||
"contractAddress": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v", | ||
"matchingAsset": "USDC" | ||
}, | ||
"RAY": { | ||
"name": "RAY", | ||
"code": "RAY", | ||
"decimals": 6, | ||
"coinGeckoId": "raydium", | ||
"contractAddress": "4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R" | ||
}, | ||
"SRM": { | ||
"name": "SERUM", | ||
"code": "SRM", | ||
"decimals": 6, | ||
"coinGeckoId": "serum", | ||
"contractAddress": "SRMuApVNdxXokk5GT7XD5cUUgXMBCoAz2LHeuAoKWRt" | ||
}, | ||
"soLINK": { | ||
"name": "soLINK", | ||
"code": "LINK", | ||
"decimals": 6, | ||
"coinGeckoId": "chainlink", | ||
"contractAddress": "CWE8jPTUYhdCTZYWPTe1o5DFqfdjzWKc9WKz6rSjQUdG", | ||
"matchingAsset": "LINK" | ||
} | ||
} |
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