Skip to content

Instantly share code, notes, and snippets.

View kaymomin's full-sized avatar
🍕
probs overestimating the opportunity cost

krinza.eth kaymomin

🍕
probs overestimating the opportunity cost
View GitHub Profile
@kaymomin
kaymomin / api.ts
Created July 14, 2022 18:48
api.ts | Defi-Dashboard Project
import AnkrscanProvider from '@ankr.com/ankr.js';
import type { Blockchain } from '@ankr.com/ankr.js/dist/types';
const provider = new AnkrscanProvider('');
//defining the list of supported blockchains
const listOfChains: Blockchain[] = ['eth', 'arbitrum', 'avalanche',
'bsc', 'fantom', 'polygon', ];
//key-value pair mapping of chains to their native symbols