We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40f2ec0 + 24480b7 commit c9fc92eCopy full SHA for c9fc92e
src/adapters/peggedAssets/gaib-aid/index.ts
@@ -0,0 +1,18 @@
1
+const chainContracts = {
2
+ ethereum: {
3
+ issued: ["0x18f52b3fb465118731d9e0d276d4eb3599d57596"],
4
+ },
5
+ arbitrum: {
6
7
8
+ base: {
9
10
11
+ bsc: {
12
13
14
+ };
15
+
16
+import { addChainExports } from "../helper/getSupply";
17
+const adapter = addChainExports(chainContracts);
18
+export default adapter;
0 commit comments