Skip to content

Commit a13892a

Browse files
committed
add gmx bindings
1 parent a211132 commit a13892a

7 files changed

Lines changed: 1350 additions & 0 deletions

File tree

packages/eth_typeshed/src/eth_typeshed/gmx/__init__.py

Whitespace-only changes.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
CONTRACTS = {
2+
"datastore": {
3+
"arbitrum": "0xFD70de6b91282D8017aA4E741e9Ae325CAb992d8",
4+
"avalanche": "0x2F0b22339414ADeD7D5F06f9D604c7fF5b2fe3f6"
5+
},
6+
"eventemitter": {
7+
"arbitrum": "0xC8ee91A54287DB53897056e12D9819156D3822Fb",
8+
"avalanche": "0xDb17B211c34240B014ab6d61d4A31FA0C0e20c26"
9+
},
10+
"exchangerouter": {
11+
"arbitrum": "0x69C527fC77291722b52649E45c838e41be8Bf5d5",
12+
"avalanche": "0x3BE24AED1a4CcaDebF2956e02C27a00726D4327d"
13+
},
14+
"depositvault": {
15+
"arbitrum": "0xF89e77e8Dc11691C9e8757e84aaFbCD8A67d7A55",
16+
"avalanche": "0x90c670825d0C62ede1c5ee9571d6d9a17A722DFF"
17+
},
18+
"withdrawalvault": {
19+
"arbitrum": "0x0628D46b5D145f183AdB6Ef1f2c97eD1C4701C55",
20+
"avalanche": "0xf5F30B10141E1F63FC11eD772931A8294a591996"
21+
},
22+
"ordervault": {
23+
"arbitrum": "0x31eF83a530Fde1B38EE9A18093A333D8Bbbc40D5",
24+
"avalanche": "0xD3D60D22d415aD43b7e64b510D86A30f19B1B12C"
25+
},
26+
"syntheticsreader": {
27+
"arbitrum": "0x5Ca84c34a381434786738735265b9f3FD814b824",
28+
"avalanche": "0xBAD04dDcc5CC284A86493aFA75D2BEb970C72216"
29+
},
30+
"syntheticsrouter": {
31+
"arbitrum": "0x7452c558d45f8afC8c83dAe62C3f8A5BE19c71f6",
32+
"avalanche": "0x820F5FfC5b525cD4d88Cd91aCf2c28F16530Cc68"
33+
},
34+
"glvreader": {
35+
"arbitrum": "0xd4f522c4339Ae0A90a156bd716715547e44Bed65",
36+
"avalanche": None
37+
}
38+
}

0 commit comments

Comments
 (0)