@orderly.network/hooks 0.0.62 → 0.0.64
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +7 -7
package/dist/index.mjs
CHANGED
|
@@ -2964,6 +2964,7 @@ var useChains = (networkId, options = {}) => {
|
|
|
2964
2964
|
name: chain.chain_name ?? "--",
|
|
2965
2965
|
// "public_rpc_url": "https://arb1.arbitrum.io/rpc",
|
|
2966
2966
|
chain_id: chainId,
|
|
2967
|
+
withdrawal_fee: chain.withdrawal_fee,
|
|
2967
2968
|
bridgeless: true
|
|
2968
2969
|
},
|
|
2969
2970
|
token_infos: [
|