forked from tablelandnetwork/evm-tableland
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproxies.js
20 lines (20 loc) · 957 Bytes
/
proxies.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.proxies = void 0;
exports.proxies = {
// tableland testnet mainnets
ethereum: "0x012969f7e3439a9B04025b5a049EB9BAD82A8C12",
optimism: "0xfad44BF5B843dE943a09D4f3E84949A11d3aa3e6",
polygon: "0x5c4e6A9e5C1e1BF445A062006faF19EA6c49aFeA",
// tableland testnet testnets
"ethereum-goerli": "0xDA8EA22d092307874f30A1F277D1388dca0BA97a",
"optimism-kovan": "0xf2C9Fc73884A9c6e6Db58778176Ab67989139D06",
"optimism-goerli": "0xC72E8a7Be04f2469f8C2dB3F1BdF69A7D516aBbA",
"arbitrum-goerli": "0x033f69e8d119205089Ab15D340F5b797732f646b",
"polygon-mumbai": "0x4b48841d4b32C4650E4ABc117A03FE8B51f38F68",
// tableland staging testnets
"optimism-kovan-staging": "0x7E57BaA6724c7742de6843094002c4e58FF6c7c3",
"optimism-goerli-staging": "0xfe79824f6E5894a3DD86908e637B7B4AF57eEE28",
localhost: "",
};
//# sourceMappingURL=proxies.js.map