-
Notifications
You must be signed in to change notification settings - Fork 3
/
sharedConfig.json
87 lines (87 loc) · 2.36 KB
/
sharedConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"domains": [
{
"id": 1,
"chainId": 1,
"name": "ethereum",
"type": "evm",
"bridge": "0x4D878E8Fb90178588Cda4cf1DCcdC9a6d2757089",
"handlers": [
{
"type": "erc20",
"address": "0xC832588193cd5ED2185daDA4A531e0B26eC5B830"
},
{
"type": "permissionlessGeneric",
"address": "0x31282123E7bcd947e2c1Bc364d564839574fAdCD"
}
],
"nativeTokenSymbol": "eth",
"nativeTokenFullName": "ether",
"nativeTokenDecimals": 18,
"blockConfirmations": 5,
"startBlock": 17471012,
"feeRouter": "0x1d34808907607FA82Fa1b51F5fBA5Ff5a3Fa90cF",
"feeHandlers": [
{
"address": "0x9f9778DA7c1D0AbE148314d6C1EA6E0A93C151C7",
"type": "basic"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000001",
"type": "fungible",
"address": "0x6c5bA91642F10282b576d91922Ae6448C9d52f4E",
"symbol": "PHA",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 18
}
]
},
{
"id": 6,
"chainId": 100,
"name": "gnosis",
"type": "evm",
"bridge": "0x5FdC38c9b32909CcfF4629ffBFe5394852584C59",
"handlers": [
{
"type": "erc20",
"address": "0x89b835B4b01E29C9464860189a394297913fD65B"
},
{
"type": "permissionlessGeneric",
"address": "0xde57DEfEe28F0F59C5Ad3B7116B3E98d257f6f27"
}
],
"nativeTokenSymbol": "XDAI",
"nativeTokenFullName": "xDai",
"nativeTokenDecimals": 18,
"blockConfirmations": 5,
"startBlock": 31074851,
"feeRouter": "0xbb2bf03eD554571EFe9BEE2b46dFdc7e44c157e4",
"feeHandlers": [
{
"address": "0xDAC861f54368cD917f6dbEb93FF90727B2c37cB2",
"type": "basic"
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000000",
"type": "permissionlessGeneric",
"address": "",
"symbol": "",
"decimals": 18
}
]
}
]
}