-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed exchange rate for chainlink non stable tokens (#143)
* fixed exchange rate for chainlink non stable tokens * updated package version
- Loading branch information
1 parent
5953d42
commit eed38aa
Showing
4 changed files
with
77 additions
and
11 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,33 @@ | ||
// Chainlink Native tokens/USD addresses | ||
export const NativeOracles: Record<number, string> = { | ||
1: "0x5f4eC3Df9cbd43714FE2740f5E3616155c5b8419", // Ethereum Mainnet | ||
10: "0x13e3Ee699D1909E989722E753853AE30b17e08c5", // Optimism | ||
56: "0x0567F2323251f0Aab15c8dFb1967E4e8A7D42aeE", // BNB | ||
97: "0x2514895c72f50D8bd4B4F9b1110F0D6bD2c97526", // BNB Testnet | ||
100: "0x22441d81416430A54336aB28765abd31a792Ad37", // Gnosis | ||
137: "0xAB594600376Ec9fD91F8e885dADF0CE036862dE0", // Polygon Mainnet | ||
8453: "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70", // Base Mainnet | ||
80002: "0x001382149eBa3441043c1c66972b4772963f5D43", // Polygon Amoy | ||
84532: "0x4aDC67696bA383F43DD60A9e78F2C97Fbbfc7cb1", // Base Sepolia | ||
43113: "0x5498BB86BC934c8D34FDA08E81D444153d0D06aD", // Avalanche Testnet | ||
43114: "0x0A77230d17318075983913bC2145DB16C7366156", // Avalanche Mainnet | ||
42161: "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612", // Arbitrum Mainnet | ||
421614: "0xd30e2101a97dcbAeBCBC04F14C3f624E67A35165", // Arbitrum Sepolia | ||
59144: "0x3c6Cd9Cc7c7a4c2Cf5a82734CD249D7D593354dA", // Linea Mainnet | ||
534352: "0x6bF14CB0A831078629D993FDeBcB182b21A8774C", // Scroll Mainnet | ||
534351: "0x59F1ec1f10bD7eD9B938431086bC1D9e233ECf41", // Scroll Sepolia | ||
|
||
// Yet to Support on Arka | ||
44787: "0x022F9dCC73C5Fb43F2b4eF2EF9ad3eDD1D853946", // Celo Alfajores testnet | ||
42220: "0x0568fD19986748cEfF3301e55c0eb1E729E0Ab7e", // Celo Mainnet | ||
1088: "0xD4a5Bb03B5D66d9bf81507379302Ac2C2DFDFa6D", // Metis Mainnet | ||
1284: "0x4497B606be93e773bbA5eaCFCb2ac5E2214220Eb", // Moonbeam Mainnet | ||
1285: "0x3f8BFbDc1e79777511c00Ad8591cef888C2113C1", // Moonriver Mainnet | ||
4002: "0xe04676B9A9A2973BCb0D1478b5E1E9098BBB7f3D", // Fantom Testnet | ||
250: "0xf4766552D15AE4d256Ad41B6cf2933482B0680dc", // Fantom | ||
324: "0x6D41d1dc818112880b40e26BD6FD347E41008eDA", // zkSync Mainnet | ||
300: "0xfEefF7c3fB57d18C5C6Cdd71e45D2D0b4F9377bF", // zkSync Testnet | ||
1101: "0x97d9F9A00dEE0004BE8ca0A8fa374d486567eE2D", // Polygon zkEVM | ||
2442: "0xd94522a6feF7779f672f4C88eb672da9222f2eAc", // Polygon zkEVM Cardona Testnet | ||
|
||
} |
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