@@ -17,7 +17,6 @@ module.exports = {
17
17
symbol : "EH" ,
18
18
baseUri : "https://ipfs.io/ipfs/QmbHSG2Y14wy2mSF7L57fzE4evv1BhTtUWtkzUaSnUsacB/" ,
19
19
royaltyBasePoints : 500 ,
20
- minGas : 100000 ,
21
20
} ,
22
21
UsdcOFT : {
23
22
name : "USD Coin" ,
@@ -33,6 +32,7 @@ module.exports = {
33
32
name : "Avalanche" ,
34
33
symbol : "AVAX" ,
35
34
withFee : true ,
35
+ minGas : 10000000 ,
36
36
} ,
37
37
GobOFT : {
38
38
name : "Goons of Balatroon" ,
@@ -49,13 +49,19 @@ module.exports = {
49
49
symbol : "FP" ,
50
50
withFee : true ,
51
51
} ,
52
+ CastleOfBlackwaterOFT : {
53
+ name : "Castle of Blackwater" ,
54
+ symbol : "COBE" ,
55
+ withFee : true ,
56
+ } ,
52
57
} ,
53
58
"beam-testnet" : {
54
59
BeamNativeOFT : {
55
60
name : "LayerZero Beam" ,
56
61
symbol : "LZBEAM" ,
57
62
withFee : true ,
58
63
isNative : true ,
64
+ minGas : 10000000 ,
59
65
} ,
60
66
NativeOFTWithFeeUpgradeable : {
61
67
name : "LayerZero Wrapped Merit Circle" ,
@@ -73,7 +79,6 @@ module.exports = {
73
79
symbol : "SNAKE" ,
74
80
baseUri : "https://snake-on-a-chain-euppi.ondigitalocean.app/token/" ,
75
81
royaltyBasePoints : 500 ,
76
- minGas : 100000 ,
77
82
} ,
78
83
UsdcOFT : {
79
84
name : "USD Coin" ,
@@ -95,52 +100,44 @@ module.exports = {
95
100
BeamProxyOFT : {
96
101
address : "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE" , // BEAM
97
102
withFee : true ,
98
- minGas : 10000000 ,
99
103
} ,
100
104
ProxyOFTWithFeeUpgradeable : {
101
105
address : "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" , // MC
102
106
withFee : true ,
103
107
} ,
104
108
ProxyONFT721Upgradeable : {
105
109
address : "0x9eEAeCBE2884AA7e82f450E3Fc174F30Fc2a8de3" , // Edenhorde Eclipse
106
- minGas : 10000000 ,
110
+ minGas : 100000 ,
107
111
} ,
108
112
UsdcProxyOFT : {
109
113
address : "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" , // USDC
110
114
withFee : true ,
111
- minGas : 10000000 ,
112
115
} ,
113
116
UsdtProxyOFT : {
114
117
address : "0xdac17f958d2ee523a2206206994597c13d831ec7" , // USDT
115
118
withFee : true ,
116
- minGas : 10000000 ,
117
119
} ,
118
120
DomiProxyOFT : {
119
121
address : "0x45C2F8c9B4c0bDC76200448cc26C48ab6ffef83F" ,
120
122
withFee : true ,
121
- minGas : 10000000 ,
122
123
} ,
123
124
ForgottenPlaylandProxyOFT : {
124
125
address : "0xEeee2A2E650697d2A8e8BC990C2f3d04203bE06f" ,
125
126
withFee : true ,
126
- minGas : 10000000 ,
127
127
} ,
128
- } ,
129
- goerli : {
130
- BeamProxyOFT : {
131
- address : "TODO" , // BEAM
128
+ CastleOfBlackwaterProxyOFT : {
129
+ address : "0xc61eDB127f58f42F47a8bE8aeBe83cF602A53878" ,
132
130
withFee : true ,
133
- minGas : 10000000 ,
134
131
} ,
132
+ } ,
133
+ goerli : {
135
134
UsdcProxyOFT : {
136
135
address : "0x2724A590fe9cC7c66A83204aa11D6ec7Aa8e7C58" , // USDC
137
136
withFee : true ,
138
- minGas : 10000000 ,
139
137
} ,
140
138
UsdtProxyOFT : {
141
139
address : "0x908C7A34a87FD8e207BC4585707E484Ed2c9E8aE" , // USDT
142
140
withFee : true ,
143
- minGas : 10000000 ,
144
141
} ,
145
142
} ,
146
143
avalanche : {
@@ -149,7 +146,6 @@ module.exports = {
149
146
symbol : "LZAVAX" ,
150
147
withFee : true ,
151
148
isNative : true ,
152
- minGas : 10000000 ,
153
149
} ,
154
150
BeamOFT : {
155
151
name : "Beam" ,
@@ -159,7 +155,6 @@ module.exports = {
159
155
DomiProxyOFT : {
160
156
address : "0xFc6Da929c031162841370af240dEc19099861d3B" ,
161
157
withFee : true ,
162
- minGas : 10000000 ,
163
158
} ,
164
159
} ,
165
160
fuji : {
@@ -169,14 +164,13 @@ module.exports = {
169
164
} ,
170
165
ProxyONFT721 : {
171
166
address : "0x588348d84498d0689B76F89438bE58999a5434EE" , // Snakes on a chain
172
- minGas : 10000000 ,
167
+ minGas : 100000 ,
173
168
} ,
174
169
AvaxNativeOFT : {
175
170
name : "LayerZero Avalanche" ,
176
171
symbol : "LZAVAX" ,
177
172
withFee : true ,
178
173
isNative : true ,
179
- minGas : 10000000 ,
180
174
} ,
181
175
BeamOFT : {
182
176
name : "Beam" ,
@@ -188,14 +182,12 @@ module.exports = {
188
182
GobProxyOFT : {
189
183
address : "0xa2f9ecf83a48b86265ff5fd36cdbaaa1f349916c" , // USDT
190
184
withFee : true ,
191
- minGas : 10000000 ,
192
185
} ,
193
186
} ,
194
187
bsc : {
195
188
DomiProxyOFT : {
196
189
address : "0xBBCA42c60b5290F2c48871A596492F93fF0Ddc82" ,
197
190
withFee : true ,
198
- minGas : 10000000 ,
199
191
} ,
200
192
} ,
201
193
}
0 commit comments