@yodlpay/tokenlists 0.8.37 → 0.8.39

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