Skip to content

Commit 72124c8

Browse files
authored
Merge pull request #596 from dev-protocol/v4-l2
Implement L2 APIs
2 parents f450c80 + 9e601f2 commit 72124c8

File tree

388 files changed

+9373
-164
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

388 files changed

+9373
-164
lines changed

β€Žlib/addresses.ts

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,28 @@ export const addresses = {
99
sTokens: '0x0000000000000000000000000000000000000000',
1010
},
1111
},
12+
arbitrumOne: {
13+
main: {
14+
token: '0x0000000000000000000000000000000000000000',
15+
lockup: '0x0000000000000000000000000000000000000000',
16+
marketFactory: '0x0000000000000000000000000000000000000000',
17+
metricsFactory: '0x0000000000000000000000000000000000000000',
18+
policyFactory: '0x0000000000000000000000000000000000000000',
19+
propertyFactory: '0x0000000000000000000000000000000000000000',
20+
registry: '0x0000000000000000000000000000000000000000',
21+
sTokens: '0x0000000000000000000000000000000000000000',
22+
withdraw: '0x0000000000000000000000000000000000000000',
23+
},
24+
rinkeby: {
25+
token: '0x0000000000000000000000000000000000000000',
26+
lockup: '0x0000000000000000000000000000000000000000',
27+
marketFactory: '0x0000000000000000000000000000000000000000',
28+
metricsFactory: '0x0000000000000000000000000000000000000000',
29+
policyFactory: '0x0000000000000000000000000000000000000000',
30+
propertyFactory: '0x0000000000000000000000000000000000000000',
31+
registry: '0x0000000000000000000000000000000000000000',
32+
sTokens: '0x0000000000000000000000000000000000000000',
33+
withdraw: '0x0000000000000000000000000000000000000000',
34+
},
35+
},
1236
} as const
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
Β (0)