@yodlpay/tokenlists 0.8.37 → 0.8.38

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.
@@ -4148,6 +4148,10 @@ var yodlRouterAbiV08 = [{
4148
4148
  }],
4149
4149
  name: 'ECDSAInvalidSignatureS',
4150
4150
  type: 'error'
4151
+ }, {
4152
+ inputs: [],
4153
+ name: 'ReentrancyGuardReentrantCall',
4154
+ type: 'error'
4151
4155
  }, {
4152
4156
  anonymous: false,
4153
4157
  inputs: [{
@@ -4784,6 +4788,116 @@ var yodlRouterAbiV08 = [{
4784
4788
  }],
4785
4789
  stateMutability: 'payable',
4786
4790
  type: 'function'
4791
+ }, {
4792
+ inputs: [{
4793
+ components: [{
4794
+ internalType: 'address',
4795
+ name: 'sender',
4796
+ type: 'address'
4797
+ }, {
4798
+ internalType: 'address',
4799
+ name: 'receiver',
4800
+ type: 'address'
4801
+ }, {
4802
+ internalType: 'uint256',
4803
+ name: 'amountIn',
4804
+ type: 'uint256'
4805
+ }, {
4806
+ internalType: 'uint256',
4807
+ name: 'amountOut',
4808
+ type: 'uint256'
4809
+ }, {
4810
+ internalType: 'bytes32',
4811
+ name: 'memo',
4812
+ type: 'bytes32'
4813
+ }, {
4814
+ internalType: 'bytes',
4815
+ name: 'path',
4816
+ type: 'bytes'
4817
+ }, {
4818
+ components: [{
4819
+ internalType: 'address',
4820
+ name: 'feedAddress',
4821
+ type: 'address'
4822
+ }, {
4823
+ internalType: 'int8',
4824
+ name: 'feedType',
4825
+ type: 'int8'
4826
+ }, {
4827
+ internalType: 'string',
4828
+ name: 'currency',
4829
+ type: 'string'
4830
+ }, {
4831
+ internalType: 'uint256',
4832
+ name: 'amount',
4833
+ type: 'uint256'
4834
+ }, {
4835
+ internalType: 'uint256',
4836
+ name: 'deadline',
4837
+ type: 'uint256'
4838
+ }, {
4839
+ internalType: 'bytes',
4840
+ name: 'signature',
4841
+ type: 'bytes'
4842
+ }],
4843
+ internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
4844
+ name: 'priceFeeds',
4845
+ type: 'tuple[2]'
4846
+ }, {
4847
+ internalType: 'address',
4848
+ name: 'extraFeeReceiver',
4849
+ type: 'address'
4850
+ }, {
4851
+ internalType: 'uint256',
4852
+ name: 'extraFeeBps',
4853
+ type: 'uint256'
4854
+ }, {
4855
+ internalType: 'enum YodlUniswapRouter.SwapType',
4856
+ name: 'swapType',
4857
+ type: 'uint8'
4858
+ }, {
4859
+ internalType: 'uint256',
4860
+ name: 'yd',
4861
+ type: 'uint256'
4862
+ }, {
4863
+ components: [{
4864
+ internalType: 'address',
4865
+ name: 'guardAddress',
4866
+ type: 'address'
4867
+ }, {
4868
+ internalType: 'bytes[]',
4869
+ name: 'payload',
4870
+ type: 'bytes[]'
4871
+ }],
4872
+ internalType: 'struct AbstractYodlRouter.Guard[]',
4873
+ name: 'guards',
4874
+ type: 'tuple[]'
4875
+ }, {
4876
+ components: [{
4877
+ internalType: 'address',
4878
+ name: 'webhookAddress',
4879
+ type: 'address'
4880
+ }, {
4881
+ internalType: 'bytes[]',
4882
+ name: 'payload',
4883
+ type: 'bytes[]'
4884
+ }],
4885
+ internalType: 'struct AbstractYodlRouter.Webhook[]',
4886
+ name: 'webhooks',
4887
+ type: 'tuple[]'
4888
+ }],
4889
+ internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
4890
+ name: 'params',
4891
+ type: 'tuple'
4892
+ }],
4893
+ name: 'yodlWithPancake',
4894
+ outputs: [{
4895
+ internalType: 'uint256',
4896
+ name: '',
4897
+ type: 'uint256'
4898
+ }],
4899
+ stateMutability: 'payable',
4900
+ type: 'function'
4787
4901
  }, {
4788
4902
  inputs: [{
4789
4903
  components: [{