We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb0a939 commit 068c78eCopy full SHA for 068c78e
src/adapters/peggedAssets/elixir-deusd/index.ts
@@ -1,9 +1,10 @@
1
const chainContracts = {
2
ethereum: {
3
- issued: [
4
- "0x15700B564Ca08D9439C58cA5053166E8317aa138",
5
- ],
+ issued: ["0x15700B564Ca08D9439C58cA5053166E8317aa138"],
6
},
+ sei: {
+ bridgedFromETH: ["0x37a4dd9ced2b19cfe8fac251cd727b5787e45269"]
7
+ }
8
};
9
10
import { addChainExports } from "../helper/getSupply";
0 commit comments