@@ -17,7 +17,6 @@ module.exports = {
1717 symbol : "EH" ,
1818 baseUri : "https://ipfs.io/ipfs/QmbHSG2Y14wy2mSF7L57fzE4evv1BhTtUWtkzUaSnUsacB/" ,
1919 royaltyBasePoints : 500 ,
20- minGas : 100000 ,
2120 } ,
2221 UsdcOFT : {
2322 name : "USD Coin" ,
@@ -33,6 +32,7 @@ module.exports = {
3332 name : "Avalanche" ,
3433 symbol : "AVAX" ,
3534 withFee : true ,
35+ minGas : 10000000 ,
3636 } ,
3737 GobOFT : {
3838 name : "Goons of Balatroon" ,
@@ -49,13 +49,19 @@ module.exports = {
4949 symbol : "FP" ,
5050 withFee : true ,
5151 } ,
52+ CastleOfBlackwaterOFT : {
53+ name : "Castle of Blackwater" ,
54+ symbol : "COBE" ,
55+ withFee : true ,
56+ } ,
5257 } ,
5358 "beam-testnet" : {
5459 BeamNativeOFT : {
5560 name : "LayerZero Beam" ,
5661 symbol : "LZBEAM" ,
5762 withFee : true ,
5863 isNative : true ,
64+ minGas : 10000000 ,
5965 } ,
6066 NativeOFTWithFeeUpgradeable : {
6167 name : "LayerZero Wrapped Merit Circle" ,
@@ -73,7 +79,6 @@ module.exports = {
7379 symbol : "SNAKE" ,
7480 baseUri : "https://snake-on-a-chain-euppi.ondigitalocean.app/token/" ,
7581 royaltyBasePoints : 500 ,
76- minGas : 100000 ,
7782 } ,
7883 UsdcOFT : {
7984 name : "USD Coin" ,
@@ -95,52 +100,44 @@ module.exports = {
95100 BeamProxyOFT : {
96101 address : "0x62D0A8458eD7719FDAF978fe5929C6D342B0bFcE" , // BEAM
97102 withFee : true ,
98- minGas : 10000000 ,
99103 } ,
100104 ProxyOFTWithFeeUpgradeable : {
101105 address : "0x949D48EcA67b17269629c7194F4b727d4Ef9E5d6" , // MC
102106 withFee : true ,
103107 } ,
104108 ProxyONFT721Upgradeable : {
105109 address : "0x9eEAeCBE2884AA7e82f450E3Fc174F30Fc2a8de3" , // Edenhorde Eclipse
106- minGas : 10000000 ,
110+ minGas : 100000 ,
107111 } ,
108112 UsdcProxyOFT : {
109113 address : "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48" , // USDC
110114 withFee : true ,
111- minGas : 10000000 ,
112115 } ,
113116 UsdtProxyOFT : {
114117 address : "0xdac17f958d2ee523a2206206994597c13d831ec7" , // USDT
115118 withFee : true ,
116- minGas : 10000000 ,
117119 } ,
118120 DomiProxyOFT : {
119121 address : "0x45C2F8c9B4c0bDC76200448cc26C48ab6ffef83F" ,
120122 withFee : true ,
121- minGas : 10000000 ,
122123 } ,
123124 ForgottenPlaylandProxyOFT : {
124125 address : "0xEeee2A2E650697d2A8e8BC990C2f3d04203bE06f" ,
125126 withFee : true ,
126- minGas : 10000000 ,
127127 } ,
128- } ,
129- goerli : {
130- BeamProxyOFT : {
131- address : "TODO" , // BEAM
128+ CastleOfBlackwaterProxyOFT : {
129+ address : "0xc61eDB127f58f42F47a8bE8aeBe83cF602A53878" ,
132130 withFee : true ,
133- minGas : 10000000 ,
134131 } ,
132+ } ,
133+ goerli : {
135134 UsdcProxyOFT : {
136135 address : "0x2724A590fe9cC7c66A83204aa11D6ec7Aa8e7C58" , // USDC
137136 withFee : true ,
138- minGas : 10000000 ,
139137 } ,
140138 UsdtProxyOFT : {
141139 address : "0x908C7A34a87FD8e207BC4585707E484Ed2c9E8aE" , // USDT
142140 withFee : true ,
143- minGas : 10000000 ,
144141 } ,
145142 } ,
146143 avalanche : {
@@ -149,7 +146,6 @@ module.exports = {
149146 symbol : "LZAVAX" ,
150147 withFee : true ,
151148 isNative : true ,
152- minGas : 10000000 ,
153149 } ,
154150 BeamOFT : {
155151 name : "Beam" ,
@@ -159,7 +155,6 @@ module.exports = {
159155 DomiProxyOFT : {
160156 address : "0xFc6Da929c031162841370af240dEc19099861d3B" ,
161157 withFee : true ,
162- minGas : 10000000 ,
163158 } ,
164159 } ,
165160 fuji : {
@@ -169,14 +164,13 @@ module.exports = {
169164 } ,
170165 ProxyONFT721 : {
171166 address : "0x588348d84498d0689B76F89438bE58999a5434EE" , // Snakes on a chain
172- minGas : 10000000 ,
167+ minGas : 100000 ,
173168 } ,
174169 AvaxNativeOFT : {
175170 name : "LayerZero Avalanche" ,
176171 symbol : "LZAVAX" ,
177172 withFee : true ,
178173 isNative : true ,
179- minGas : 10000000 ,
180174 } ,
181175 BeamOFT : {
182176 name : "Beam" ,
@@ -188,14 +182,12 @@ module.exports = {
188182 GobProxyOFT : {
189183 address : "0xa2f9ecf83a48b86265ff5fd36cdbaaa1f349916c" , // USDT
190184 withFee : true ,
191- minGas : 10000000 ,
192185 } ,
193186 } ,
194187 bsc : {
195188 DomiProxyOFT : {
196189 address : "0xBBCA42c60b5290F2c48871A596492F93fF0Ddc82" ,
197190 withFee : true ,
198- minGas : 10000000 ,
199191 } ,
200192 } ,
201193}
0 commit comments