@yodlpay/tokenlists 0.9.0-alpha.9 → 0.9.0
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/abis-ts/YodlRouterV0.9.abi.d.ts +389 -513
- package/dist/chainlist-v1.json +6 -6
- package/dist/fiatCurrencies.json +7 -1
- package/dist/index.d.ts +389 -513
- package/dist/tokenlist-featured.json +554 -155
- package/dist/tokenlist-generated.json +25 -13
- package/dist/tokenlists.cjs.development.js +758 -942
- package/dist/tokenlists.cjs.development.js.map +1 -1
- package/dist/tokenlists.cjs.production.min.js +1 -1
- package/dist/tokenlists.cjs.production.min.js.map +1 -1
- package/dist/tokenlists.esm.js +768 -954
- package/dist/tokenlists.esm.js.map +1 -1
- package/dist/types.d.ts +2 -14
- package/package.json +2 -2
package/dist/tokenlists.esm.js
CHANGED
|
@@ -5108,1106 +5108,982 @@ var yodlRouterAbiV08 = [{
|
|
|
5108
5108
|
}];
|
|
5109
5109
|
|
|
5110
5110
|
var yodlRouterAbiV09 = [{
|
|
5111
|
-
type: 'constructor',
|
|
5112
5111
|
inputs: [],
|
|
5113
|
-
stateMutability: 'nonpayable'
|
|
5112
|
+
stateMutability: 'nonpayable',
|
|
5113
|
+
type: 'constructor'
|
|
5114
5114
|
}, {
|
|
5115
|
-
|
|
5116
|
-
|
|
5115
|
+
inputs: [],
|
|
5116
|
+
name: 'ECDSAInvalidSignature',
|
|
5117
|
+
type: 'error'
|
|
5118
|
+
}, {
|
|
5119
|
+
inputs: [{
|
|
5120
|
+
internalType: 'uint256',
|
|
5121
|
+
name: 'length',
|
|
5122
|
+
type: 'uint256'
|
|
5123
|
+
}],
|
|
5124
|
+
name: 'ECDSAInvalidSignatureLength',
|
|
5125
|
+
type: 'error'
|
|
5126
|
+
}, {
|
|
5127
|
+
inputs: [{
|
|
5128
|
+
internalType: 'bytes32',
|
|
5129
|
+
name: 's',
|
|
5130
|
+
type: 'bytes32'
|
|
5131
|
+
}],
|
|
5132
|
+
name: 'ECDSAInvalidSignatureS',
|
|
5133
|
+
type: 'error'
|
|
5117
5134
|
}, {
|
|
5118
|
-
type: 'function',
|
|
5119
|
-
name: 'CHAINLINK_FEED',
|
|
5120
5135
|
inputs: [],
|
|
5121
|
-
|
|
5122
|
-
|
|
5123
|
-
|
|
5124
|
-
|
|
5136
|
+
name: 'ReentrancyGuardReentrantCall',
|
|
5137
|
+
type: 'error'
|
|
5138
|
+
}, {
|
|
5139
|
+
anonymous: false,
|
|
5140
|
+
inputs: [{
|
|
5141
|
+
indexed: true,
|
|
5142
|
+
internalType: 'address',
|
|
5143
|
+
name: 'priceFeed0',
|
|
5144
|
+
type: 'address'
|
|
5145
|
+
}, {
|
|
5146
|
+
indexed: true,
|
|
5147
|
+
internalType: 'address',
|
|
5148
|
+
name: 'priceFeed1',
|
|
5149
|
+
type: 'address'
|
|
5150
|
+
}, {
|
|
5151
|
+
indexed: false,
|
|
5152
|
+
internalType: 'int256',
|
|
5153
|
+
name: 'exchangeRate0',
|
|
5154
|
+
type: 'int256'
|
|
5155
|
+
}, {
|
|
5156
|
+
indexed: false,
|
|
5157
|
+
internalType: 'int256',
|
|
5158
|
+
name: 'exchangeRate1',
|
|
5159
|
+
type: 'int256'
|
|
5125
5160
|
}],
|
|
5126
|
-
|
|
5161
|
+
name: 'Convert',
|
|
5162
|
+
type: 'event'
|
|
5163
|
+
}, {
|
|
5164
|
+
anonymous: false,
|
|
5165
|
+
inputs: [{
|
|
5166
|
+
indexed: true,
|
|
5167
|
+
internalType: 'string',
|
|
5168
|
+
name: 'currency0',
|
|
5169
|
+
type: 'string'
|
|
5170
|
+
}, {
|
|
5171
|
+
indexed: true,
|
|
5172
|
+
internalType: 'address',
|
|
5173
|
+
name: 'priceFeed1',
|
|
5174
|
+
type: 'address'
|
|
5175
|
+
}, {
|
|
5176
|
+
indexed: false,
|
|
5177
|
+
internalType: 'int256',
|
|
5178
|
+
name: 'exchangeRate0',
|
|
5179
|
+
type: 'int256'
|
|
5180
|
+
}, {
|
|
5181
|
+
indexed: false,
|
|
5182
|
+
internalType: 'int256',
|
|
5183
|
+
name: 'exchangeRate1',
|
|
5184
|
+
type: 'int256'
|
|
5185
|
+
}],
|
|
5186
|
+
name: 'ConvertWithExternalRate',
|
|
5187
|
+
type: 'event'
|
|
5188
|
+
}, {
|
|
5189
|
+
anonymous: false,
|
|
5190
|
+
inputs: [{
|
|
5191
|
+
indexed: true,
|
|
5192
|
+
internalType: 'address',
|
|
5193
|
+
name: 'sender',
|
|
5194
|
+
type: 'address'
|
|
5195
|
+
}, {
|
|
5196
|
+
indexed: true,
|
|
5197
|
+
internalType: 'address',
|
|
5198
|
+
name: 'receiver',
|
|
5199
|
+
type: 'address'
|
|
5200
|
+
}, {
|
|
5201
|
+
indexed: false,
|
|
5202
|
+
internalType: 'address',
|
|
5203
|
+
name: 'token',
|
|
5204
|
+
type: 'address'
|
|
5205
|
+
}, {
|
|
5206
|
+
indexed: false,
|
|
5207
|
+
internalType: 'uint256',
|
|
5208
|
+
name: 'amount',
|
|
5209
|
+
type: 'uint256'
|
|
5210
|
+
}, {
|
|
5211
|
+
indexed: false,
|
|
5212
|
+
internalType: 'uint256',
|
|
5213
|
+
name: 'fees',
|
|
5214
|
+
type: 'uint256'
|
|
5215
|
+
}, {
|
|
5216
|
+
indexed: false,
|
|
5217
|
+
internalType: 'bytes32',
|
|
5218
|
+
name: 'memo',
|
|
5219
|
+
type: 'bytes32'
|
|
5220
|
+
}],
|
|
5221
|
+
name: 'Yodl',
|
|
5222
|
+
type: 'event'
|
|
5223
|
+
}, {
|
|
5224
|
+
anonymous: false,
|
|
5225
|
+
inputs: [{
|
|
5226
|
+
indexed: true,
|
|
5227
|
+
internalType: 'address',
|
|
5228
|
+
name: 'sender',
|
|
5229
|
+
type: 'address'
|
|
5230
|
+
}, {
|
|
5231
|
+
indexed: true,
|
|
5232
|
+
internalType: 'address',
|
|
5233
|
+
name: 'receiver',
|
|
5234
|
+
type: 'address'
|
|
5235
|
+
}, {
|
|
5236
|
+
indexed: true,
|
|
5237
|
+
internalType: 'uint256',
|
|
5238
|
+
name: 'amount',
|
|
5239
|
+
type: 'uint256'
|
|
5240
|
+
}],
|
|
5241
|
+
name: 'YodlNativeTokenTransfer',
|
|
5242
|
+
type: 'event'
|
|
5127
5243
|
}, {
|
|
5128
|
-
type: 'function',
|
|
5129
|
-
name: 'EXTERNAL_FEED',
|
|
5130
5244
|
inputs: [],
|
|
5245
|
+
name: 'CHAINLINK_FEED',
|
|
5131
5246
|
outputs: [{
|
|
5247
|
+
internalType: 'int8',
|
|
5132
5248
|
name: '',
|
|
5133
|
-
type: 'int8'
|
|
5134
|
-
internalType: 'int8'
|
|
5249
|
+
type: 'int8'
|
|
5135
5250
|
}],
|
|
5136
|
-
stateMutability: 'view'
|
|
5251
|
+
stateMutability: 'view',
|
|
5252
|
+
type: 'function'
|
|
5137
5253
|
}, {
|
|
5138
|
-
type: 'function',
|
|
5139
|
-
name: 'MAX_CONVENIENCE_FEE_BPS',
|
|
5140
5254
|
inputs: [],
|
|
5255
|
+
name: 'EXTERNAL_FEED',
|
|
5141
5256
|
outputs: [{
|
|
5257
|
+
internalType: 'int8',
|
|
5142
5258
|
name: '',
|
|
5143
|
-
type: '
|
|
5144
|
-
internalType: 'uint256'
|
|
5259
|
+
type: 'int8'
|
|
5145
5260
|
}],
|
|
5146
|
-
stateMutability: 'view'
|
|
5261
|
+
stateMutability: 'view',
|
|
5262
|
+
type: 'function'
|
|
5147
5263
|
}, {
|
|
5148
|
-
type: 'function',
|
|
5149
|
-
name: 'MAX_EXTRA_FEE_BPS',
|
|
5150
5264
|
inputs: [],
|
|
5265
|
+
name: 'MAX_EXTRA_FEE_BPS',
|
|
5151
5266
|
outputs: [{
|
|
5267
|
+
internalType: 'uint256',
|
|
5152
5268
|
name: '',
|
|
5153
|
-
type: 'uint256'
|
|
5154
|
-
internalType: 'uint256'
|
|
5269
|
+
type: 'uint256'
|
|
5155
5270
|
}],
|
|
5156
|
-
stateMutability: 'view'
|
|
5271
|
+
stateMutability: 'view',
|
|
5272
|
+
type: 'function'
|
|
5157
5273
|
}, {
|
|
5158
|
-
type: 'function',
|
|
5159
|
-
name: 'NATIVE_TOKEN',
|
|
5160
5274
|
inputs: [],
|
|
5275
|
+
name: 'NATIVE_TOKEN',
|
|
5161
5276
|
outputs: [{
|
|
5277
|
+
internalType: 'address',
|
|
5162
5278
|
name: '',
|
|
5163
|
-
type: 'address'
|
|
5164
|
-
internalType: 'address'
|
|
5279
|
+
type: 'address'
|
|
5165
5280
|
}],
|
|
5166
|
-
stateMutability: 'view'
|
|
5281
|
+
stateMutability: 'view',
|
|
5282
|
+
type: 'function'
|
|
5167
5283
|
}, {
|
|
5168
|
-
type: 'function',
|
|
5169
|
-
name: 'NULL_FEED',
|
|
5170
5284
|
inputs: [],
|
|
5285
|
+
name: 'NULL_FEED',
|
|
5171
5286
|
outputs: [{
|
|
5287
|
+
internalType: 'int8',
|
|
5172
5288
|
name: '',
|
|
5173
|
-
type: 'int8'
|
|
5174
|
-
internalType: 'int8'
|
|
5289
|
+
type: 'int8'
|
|
5175
5290
|
}],
|
|
5176
|
-
stateMutability: 'view'
|
|
5291
|
+
stateMutability: 'view',
|
|
5292
|
+
type: 'function'
|
|
5177
5293
|
}, {
|
|
5178
|
-
type: 'function',
|
|
5179
|
-
name: 'RATE_VERIFIER',
|
|
5180
5294
|
inputs: [],
|
|
5295
|
+
name: 'RATE_VERIFIER',
|
|
5181
5296
|
outputs: [{
|
|
5297
|
+
internalType: 'address',
|
|
5182
5298
|
name: '',
|
|
5183
|
-
type: 'address'
|
|
5184
|
-
internalType: 'address'
|
|
5299
|
+
type: 'address'
|
|
5185
5300
|
}],
|
|
5186
|
-
stateMutability: 'view'
|
|
5301
|
+
stateMutability: 'view',
|
|
5302
|
+
type: 'function'
|
|
5187
5303
|
}, {
|
|
5188
|
-
type: 'function',
|
|
5189
|
-
name: 'acrossSpokePool',
|
|
5190
5304
|
inputs: [],
|
|
5305
|
+
name: 'acrossSpokePool',
|
|
5191
5306
|
outputs: [{
|
|
5307
|
+
internalType: 'contract V3SpokePoolInterface',
|
|
5192
5308
|
name: '',
|
|
5193
|
-
type: 'address'
|
|
5194
|
-
internalType: 'contract V3SpokePoolInterface'
|
|
5309
|
+
type: 'address'
|
|
5195
5310
|
}],
|
|
5196
|
-
stateMutability: 'view'
|
|
5311
|
+
stateMutability: 'view',
|
|
5312
|
+
type: 'function'
|
|
5197
5313
|
}, {
|
|
5198
|
-
type: 'function',
|
|
5199
|
-
name: 'calculateFee',
|
|
5200
5314
|
inputs: [{
|
|
5315
|
+
internalType: 'uint256',
|
|
5201
5316
|
name: 'amount',
|
|
5202
|
-
type: 'uint256'
|
|
5203
|
-
internalType: 'uint256'
|
|
5317
|
+
type: 'uint256'
|
|
5204
5318
|
}, {
|
|
5319
|
+
internalType: 'uint256',
|
|
5205
5320
|
name: 'feeBps',
|
|
5206
|
-
type: 'uint256'
|
|
5207
|
-
internalType: 'uint256'
|
|
5321
|
+
type: 'uint256'
|
|
5208
5322
|
}],
|
|
5323
|
+
name: 'calculateFee',
|
|
5209
5324
|
outputs: [{
|
|
5325
|
+
internalType: 'uint256',
|
|
5210
5326
|
name: '',
|
|
5211
|
-
type: 'uint256'
|
|
5212
|
-
internalType: 'uint256'
|
|
5327
|
+
type: 'uint256'
|
|
5213
5328
|
}],
|
|
5214
|
-
stateMutability: 'pure'
|
|
5329
|
+
stateMutability: 'pure',
|
|
5330
|
+
type: 'function'
|
|
5215
5331
|
}, {
|
|
5216
|
-
type: 'function',
|
|
5217
|
-
name: 'curveRouter',
|
|
5218
5332
|
inputs: [],
|
|
5333
|
+
name: 'curveRouter',
|
|
5219
5334
|
outputs: [{
|
|
5335
|
+
internalType: 'contract ICurveRouterNG',
|
|
5220
5336
|
name: '',
|
|
5221
|
-
type: 'address'
|
|
5222
|
-
internalType: 'contract ICurveRouterNG'
|
|
5337
|
+
type: 'address'
|
|
5223
5338
|
}],
|
|
5224
|
-
stateMutability: 'view'
|
|
5339
|
+
stateMutability: 'view',
|
|
5340
|
+
type: 'function'
|
|
5225
5341
|
}, {
|
|
5226
|
-
type: 'function',
|
|
5227
|
-
name: 'emitConversionEvent',
|
|
5228
5342
|
inputs: [{
|
|
5229
|
-
name: 'priceFeeds',
|
|
5230
|
-
type: 'tuple[2]',
|
|
5231
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5232
5343
|
components: [{
|
|
5344
|
+
internalType: 'address',
|
|
5233
5345
|
name: 'feedAddress',
|
|
5234
|
-
type: 'address'
|
|
5235
|
-
internalType: 'address'
|
|
5346
|
+
type: 'address'
|
|
5236
5347
|
}, {
|
|
5348
|
+
internalType: 'int8',
|
|
5237
5349
|
name: 'feedType',
|
|
5238
|
-
type: 'int8'
|
|
5239
|
-
internalType: 'int8'
|
|
5350
|
+
type: 'int8'
|
|
5240
5351
|
}, {
|
|
5352
|
+
internalType: 'string',
|
|
5241
5353
|
name: 'currency',
|
|
5242
|
-
type: 'string'
|
|
5243
|
-
internalType: 'string'
|
|
5354
|
+
type: 'string'
|
|
5244
5355
|
}, {
|
|
5356
|
+
internalType: 'uint256',
|
|
5245
5357
|
name: 'amount',
|
|
5246
|
-
type: 'uint256'
|
|
5247
|
-
internalType: 'uint256'
|
|
5358
|
+
type: 'uint256'
|
|
5248
5359
|
}, {
|
|
5360
|
+
internalType: 'uint256',
|
|
5249
5361
|
name: 'deadline',
|
|
5250
|
-
type: 'uint256'
|
|
5251
|
-
internalType: 'uint256'
|
|
5362
|
+
type: 'uint256'
|
|
5252
5363
|
}, {
|
|
5364
|
+
internalType: 'bytes',
|
|
5253
5365
|
name: 'signature',
|
|
5254
|
-
type: 'bytes'
|
|
5255
|
-
|
|
5256
|
-
|
|
5366
|
+
type: 'bytes'
|
|
5367
|
+
}],
|
|
5368
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5369
|
+
name: 'priceFeeds',
|
|
5370
|
+
type: 'tuple[2]'
|
|
5257
5371
|
}, {
|
|
5372
|
+
internalType: 'int256[2]',
|
|
5258
5373
|
name: 'prices',
|
|
5259
|
-
type: 'int256[2]'
|
|
5260
|
-
internalType: 'int256[2]'
|
|
5374
|
+
type: 'int256[2]'
|
|
5261
5375
|
}],
|
|
5376
|
+
name: 'emitConversionEvent',
|
|
5262
5377
|
outputs: [],
|
|
5263
|
-
stateMutability: 'nonpayable'
|
|
5378
|
+
stateMutability: 'nonpayable',
|
|
5379
|
+
type: 'function'
|
|
5264
5380
|
}, {
|
|
5265
|
-
type: 'function',
|
|
5266
|
-
name: 'exchangeRate',
|
|
5267
5381
|
inputs: [{
|
|
5268
|
-
name: 'priceFeeds',
|
|
5269
|
-
type: 'tuple[2]',
|
|
5270
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5271
5382
|
components: [{
|
|
5383
|
+
internalType: 'address',
|
|
5272
5384
|
name: 'feedAddress',
|
|
5273
|
-
type: 'address'
|
|
5274
|
-
internalType: 'address'
|
|
5385
|
+
type: 'address'
|
|
5275
5386
|
}, {
|
|
5387
|
+
internalType: 'int8',
|
|
5276
5388
|
name: 'feedType',
|
|
5277
|
-
type: 'int8'
|
|
5278
|
-
internalType: 'int8'
|
|
5389
|
+
type: 'int8'
|
|
5279
5390
|
}, {
|
|
5391
|
+
internalType: 'string',
|
|
5280
5392
|
name: 'currency',
|
|
5281
|
-
type: 'string'
|
|
5282
|
-
internalType: 'string'
|
|
5393
|
+
type: 'string'
|
|
5283
5394
|
}, {
|
|
5395
|
+
internalType: 'uint256',
|
|
5284
5396
|
name: 'amount',
|
|
5285
|
-
type: 'uint256'
|
|
5286
|
-
internalType: 'uint256'
|
|
5397
|
+
type: 'uint256'
|
|
5287
5398
|
}, {
|
|
5399
|
+
internalType: 'uint256',
|
|
5288
5400
|
name: 'deadline',
|
|
5289
|
-
type: 'uint256'
|
|
5290
|
-
internalType: 'uint256'
|
|
5401
|
+
type: 'uint256'
|
|
5291
5402
|
}, {
|
|
5403
|
+
internalType: 'bytes',
|
|
5292
5404
|
name: 'signature',
|
|
5293
|
-
type: 'bytes'
|
|
5294
|
-
|
|
5295
|
-
|
|
5405
|
+
type: 'bytes'
|
|
5406
|
+
}],
|
|
5407
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5408
|
+
name: 'priceFeeds',
|
|
5409
|
+
type: 'tuple[2]'
|
|
5296
5410
|
}, {
|
|
5411
|
+
internalType: 'uint256',
|
|
5297
5412
|
name: 'amount',
|
|
5298
|
-
type: 'uint256'
|
|
5299
|
-
internalType: 'uint256'
|
|
5413
|
+
type: 'uint256'
|
|
5300
5414
|
}],
|
|
5415
|
+
name: 'exchangeRate',
|
|
5301
5416
|
outputs: [{
|
|
5417
|
+
internalType: 'uint256',
|
|
5302
5418
|
name: 'converted',
|
|
5303
|
-
type: 'uint256'
|
|
5304
|
-
internalType: 'uint256'
|
|
5419
|
+
type: 'uint256'
|
|
5305
5420
|
}, {
|
|
5421
|
+
internalType: 'address[2]',
|
|
5306
5422
|
name: 'priceFeedsUsed',
|
|
5307
|
-
type: 'address[2]'
|
|
5308
|
-
internalType: 'address[2]'
|
|
5423
|
+
type: 'address[2]'
|
|
5309
5424
|
}, {
|
|
5425
|
+
internalType: 'int256[2]',
|
|
5310
5426
|
name: 'prices',
|
|
5311
|
-
type: 'int256[2]'
|
|
5312
|
-
internalType: 'int256[2]'
|
|
5427
|
+
type: 'int256[2]'
|
|
5313
5428
|
}],
|
|
5314
|
-
stateMutability: 'view'
|
|
5429
|
+
stateMutability: 'view',
|
|
5430
|
+
type: 'function'
|
|
5315
5431
|
}, {
|
|
5316
|
-
type: 'function',
|
|
5317
|
-
name: 'sweep',
|
|
5318
5432
|
inputs: [{
|
|
5433
|
+
internalType: 'address',
|
|
5319
5434
|
name: 'token',
|
|
5320
|
-
type: 'address'
|
|
5321
|
-
internalType: 'address'
|
|
5435
|
+
type: 'address'
|
|
5322
5436
|
}],
|
|
5437
|
+
name: 'sweep',
|
|
5323
5438
|
outputs: [],
|
|
5324
|
-
stateMutability: 'nonpayable'
|
|
5439
|
+
stateMutability: 'nonpayable',
|
|
5440
|
+
type: 'function'
|
|
5325
5441
|
}, {
|
|
5326
|
-
type: 'function',
|
|
5327
|
-
name: 'uniswapRouter',
|
|
5328
5442
|
inputs: [],
|
|
5443
|
+
name: 'uniswapRouter',
|
|
5329
5444
|
outputs: [{
|
|
5445
|
+
internalType: 'contract ISwapRouter02',
|
|
5330
5446
|
name: '',
|
|
5331
|
-
type: 'address'
|
|
5332
|
-
internalType: 'contract ISwapRouter02'
|
|
5447
|
+
type: 'address'
|
|
5333
5448
|
}],
|
|
5334
|
-
stateMutability: 'view'
|
|
5449
|
+
stateMutability: 'view',
|
|
5450
|
+
type: 'function'
|
|
5335
5451
|
}, {
|
|
5336
|
-
type: 'function',
|
|
5337
|
-
name: 'verifyRateSignature',
|
|
5338
5452
|
inputs: [{
|
|
5339
|
-
name: 'priceFeed',
|
|
5340
|
-
type: 'tuple',
|
|
5341
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5342
5453
|
components: [{
|
|
5454
|
+
internalType: 'address',
|
|
5343
5455
|
name: 'feedAddress',
|
|
5344
|
-
type: 'address'
|
|
5345
|
-
internalType: 'address'
|
|
5456
|
+
type: 'address'
|
|
5346
5457
|
}, {
|
|
5458
|
+
internalType: 'int8',
|
|
5347
5459
|
name: 'feedType',
|
|
5348
|
-
type: 'int8'
|
|
5349
|
-
internalType: 'int8'
|
|
5460
|
+
type: 'int8'
|
|
5350
5461
|
}, {
|
|
5462
|
+
internalType: 'string',
|
|
5351
5463
|
name: 'currency',
|
|
5352
|
-
type: 'string'
|
|
5353
|
-
internalType: 'string'
|
|
5464
|
+
type: 'string'
|
|
5354
5465
|
}, {
|
|
5466
|
+
internalType: 'uint256',
|
|
5355
5467
|
name: 'amount',
|
|
5356
|
-
type: 'uint256'
|
|
5357
|
-
internalType: 'uint256'
|
|
5468
|
+
type: 'uint256'
|
|
5358
5469
|
}, {
|
|
5470
|
+
internalType: 'uint256',
|
|
5359
5471
|
name: 'deadline',
|
|
5360
|
-
type: 'uint256'
|
|
5361
|
-
internalType: 'uint256'
|
|
5472
|
+
type: 'uint256'
|
|
5362
5473
|
}, {
|
|
5474
|
+
internalType: 'bytes',
|
|
5363
5475
|
name: 'signature',
|
|
5364
|
-
type: 'bytes'
|
|
5365
|
-
|
|
5366
|
-
|
|
5476
|
+
type: 'bytes'
|
|
5477
|
+
}],
|
|
5478
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed',
|
|
5479
|
+
name: 'priceFeed',
|
|
5480
|
+
type: 'tuple'
|
|
5367
5481
|
}],
|
|
5482
|
+
name: 'verifyRateSignature',
|
|
5368
5483
|
outputs: [{
|
|
5484
|
+
internalType: 'bool',
|
|
5369
5485
|
name: '',
|
|
5370
|
-
type: 'bool'
|
|
5371
|
-
internalType: 'bool'
|
|
5486
|
+
type: 'bool'
|
|
5372
5487
|
}],
|
|
5373
|
-
stateMutability: 'view'
|
|
5488
|
+
stateMutability: 'view',
|
|
5489
|
+
type: 'function'
|
|
5374
5490
|
}, {
|
|
5375
|
-
type: 'function',
|
|
5376
|
-
name: 'version',
|
|
5377
5491
|
inputs: [],
|
|
5492
|
+
name: 'version',
|
|
5378
5493
|
outputs: [{
|
|
5494
|
+
internalType: 'string',
|
|
5379
5495
|
name: '',
|
|
5380
|
-
type: 'string'
|
|
5381
|
-
internalType: 'string'
|
|
5496
|
+
type: 'string'
|
|
5382
5497
|
}],
|
|
5383
|
-
stateMutability: 'view'
|
|
5498
|
+
stateMutability: 'view',
|
|
5499
|
+
type: 'function'
|
|
5384
5500
|
}, {
|
|
5385
|
-
type: 'function',
|
|
5386
|
-
name: 'wrappedNativeToken',
|
|
5387
5501
|
inputs: [],
|
|
5502
|
+
name: 'wrappedNativeToken',
|
|
5388
5503
|
outputs: [{
|
|
5504
|
+
internalType: 'contract IWETH9',
|
|
5389
5505
|
name: '',
|
|
5390
|
-
type: 'address'
|
|
5391
|
-
internalType: 'contract IWETH9'
|
|
5506
|
+
type: 'address'
|
|
5392
5507
|
}],
|
|
5393
|
-
stateMutability: 'view'
|
|
5508
|
+
stateMutability: 'view',
|
|
5509
|
+
type: 'function'
|
|
5394
5510
|
}, {
|
|
5395
|
-
type: 'function',
|
|
5396
|
-
name: 'yodlFeeBps',
|
|
5397
5511
|
inputs: [],
|
|
5512
|
+
name: 'yodlFeeBps',
|
|
5398
5513
|
outputs: [{
|
|
5514
|
+
internalType: 'uint256',
|
|
5399
5515
|
name: '',
|
|
5400
|
-
type: 'uint256'
|
|
5401
|
-
internalType: 'uint256'
|
|
5516
|
+
type: 'uint256'
|
|
5402
5517
|
}],
|
|
5403
|
-
stateMutability: 'view'
|
|
5518
|
+
stateMutability: 'view',
|
|
5519
|
+
type: 'function'
|
|
5404
5520
|
}, {
|
|
5405
|
-
type: 'function',
|
|
5406
|
-
name: 'yodlFeeTreasury',
|
|
5407
5521
|
inputs: [],
|
|
5522
|
+
name: 'yodlFeeTreasury',
|
|
5408
5523
|
outputs: [{
|
|
5524
|
+
internalType: 'address',
|
|
5409
5525
|
name: '',
|
|
5410
|
-
type: 'address'
|
|
5411
|
-
internalType: 'address'
|
|
5526
|
+
type: 'address'
|
|
5412
5527
|
}],
|
|
5413
|
-
stateMutability: 'view'
|
|
5528
|
+
stateMutability: 'view',
|
|
5529
|
+
type: 'function'
|
|
5414
5530
|
}, {
|
|
5415
|
-
type: 'function',
|
|
5416
|
-
name: 'yodlWithAcross',
|
|
5417
5531
|
inputs: [{
|
|
5418
|
-
name: 'params',
|
|
5419
|
-
type: 'tuple',
|
|
5420
|
-
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5421
5532
|
components: [{
|
|
5533
|
+
internalType: 'bytes32',
|
|
5422
5534
|
name: 'memo',
|
|
5423
|
-
type: 'bytes32'
|
|
5424
|
-
internalType: 'bytes32'
|
|
5535
|
+
type: 'bytes32'
|
|
5425
5536
|
}, {
|
|
5537
|
+
internalType: 'uint256',
|
|
5426
5538
|
name: 'amount',
|
|
5427
|
-
type: 'uint256'
|
|
5428
|
-
internalType: 'uint256'
|
|
5539
|
+
type: 'uint256'
|
|
5429
5540
|
}, {
|
|
5430
|
-
name: 'priceFeeds',
|
|
5431
|
-
type: 'tuple[2]',
|
|
5432
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5433
5541
|
components: [{
|
|
5542
|
+
internalType: 'address',
|
|
5434
5543
|
name: 'feedAddress',
|
|
5435
|
-
type: 'address'
|
|
5436
|
-
internalType: 'address'
|
|
5544
|
+
type: 'address'
|
|
5437
5545
|
}, {
|
|
5546
|
+
internalType: 'int8',
|
|
5438
5547
|
name: 'feedType',
|
|
5439
|
-
type: 'int8'
|
|
5440
|
-
internalType: 'int8'
|
|
5548
|
+
type: 'int8'
|
|
5441
5549
|
}, {
|
|
5550
|
+
internalType: 'string',
|
|
5442
5551
|
name: 'currency',
|
|
5443
|
-
type: 'string'
|
|
5444
|
-
internalType: 'string'
|
|
5552
|
+
type: 'string'
|
|
5445
5553
|
}, {
|
|
5554
|
+
internalType: 'uint256',
|
|
5446
5555
|
name: 'amount',
|
|
5447
|
-
type: 'uint256'
|
|
5448
|
-
internalType: 'uint256'
|
|
5556
|
+
type: 'uint256'
|
|
5449
5557
|
}, {
|
|
5558
|
+
internalType: 'uint256',
|
|
5450
5559
|
name: 'deadline',
|
|
5451
|
-
type: 'uint256'
|
|
5452
|
-
internalType: 'uint256'
|
|
5560
|
+
type: 'uint256'
|
|
5453
5561
|
}, {
|
|
5562
|
+
internalType: 'bytes',
|
|
5454
5563
|
name: 'signature',
|
|
5455
|
-
type: 'bytes'
|
|
5456
|
-
|
|
5457
|
-
|
|
5564
|
+
type: 'bytes'
|
|
5565
|
+
}],
|
|
5566
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5567
|
+
name: 'priceFeeds',
|
|
5568
|
+
type: 'tuple[2]'
|
|
5458
5569
|
}, {
|
|
5570
|
+
internalType: 'address',
|
|
5459
5571
|
name: 'token',
|
|
5460
|
-
type: 'address'
|
|
5461
|
-
internalType: 'address'
|
|
5572
|
+
type: 'address'
|
|
5462
5573
|
}, {
|
|
5574
|
+
internalType: 'address',
|
|
5463
5575
|
name: 'receiver',
|
|
5464
|
-
type: 'address'
|
|
5465
|
-
internalType: 'address'
|
|
5576
|
+
type: 'address'
|
|
5466
5577
|
}, {
|
|
5578
|
+
internalType: 'address',
|
|
5467
5579
|
name: 'extraFeeReceiver',
|
|
5468
|
-
type: 'address'
|
|
5469
|
-
internalType: 'address'
|
|
5580
|
+
type: 'address'
|
|
5470
5581
|
}, {
|
|
5582
|
+
internalType: 'uint256',
|
|
5471
5583
|
name: 'extraFeeBps',
|
|
5472
|
-
type: 'uint256'
|
|
5473
|
-
internalType: 'uint256'
|
|
5584
|
+
type: 'uint256'
|
|
5474
5585
|
}, {
|
|
5586
|
+
internalType: 'uint256',
|
|
5475
5587
|
name: 'yd',
|
|
5476
|
-
type: 'uint256'
|
|
5477
|
-
internalType: 'uint256'
|
|
5588
|
+
type: 'uint256'
|
|
5478
5589
|
}, {
|
|
5479
|
-
name: 'guards',
|
|
5480
|
-
type: 'tuple[]',
|
|
5481
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5482
5590
|
components: [{
|
|
5591
|
+
internalType: 'address',
|
|
5483
5592
|
name: 'guardAddress',
|
|
5484
|
-
type: 'address'
|
|
5485
|
-
internalType: 'address'
|
|
5593
|
+
type: 'address'
|
|
5486
5594
|
}, {
|
|
5595
|
+
internalType: 'bytes[]',
|
|
5487
5596
|
name: 'payload',
|
|
5488
|
-
type: 'bytes[]'
|
|
5489
|
-
|
|
5490
|
-
|
|
5597
|
+
type: 'bytes[]'
|
|
5598
|
+
}],
|
|
5599
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5600
|
+
name: 'guards',
|
|
5601
|
+
type: 'tuple[]'
|
|
5491
5602
|
}, {
|
|
5492
|
-
name: 'webhooks',
|
|
5493
|
-
type: 'tuple[]',
|
|
5494
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5495
5603
|
components: [{
|
|
5604
|
+
internalType: 'address',
|
|
5496
5605
|
name: 'webhookAddress',
|
|
5497
|
-
type: 'address'
|
|
5498
|
-
internalType: 'address'
|
|
5606
|
+
type: 'address'
|
|
5499
5607
|
}, {
|
|
5608
|
+
internalType: 'bytes[]',
|
|
5500
5609
|
name: 'payload',
|
|
5501
|
-
type: 'bytes[]'
|
|
5502
|
-
|
|
5503
|
-
|
|
5610
|
+
type: 'bytes[]'
|
|
5611
|
+
}],
|
|
5612
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5613
|
+
name: 'webhooks',
|
|
5614
|
+
type: 'tuple[]'
|
|
5504
5615
|
}, {
|
|
5616
|
+
internalType: 'address',
|
|
5505
5617
|
name: 'outputToken',
|
|
5506
|
-
type: 'address'
|
|
5507
|
-
internalType: 'address'
|
|
5618
|
+
type: 'address'
|
|
5508
5619
|
}, {
|
|
5620
|
+
internalType: 'uint256',
|
|
5509
5621
|
name: 'outputAmount',
|
|
5510
|
-
type: 'uint256'
|
|
5511
|
-
internalType: 'uint256'
|
|
5622
|
+
type: 'uint256'
|
|
5512
5623
|
}, {
|
|
5624
|
+
internalType: 'uint256',
|
|
5513
5625
|
name: 'destinationChainId',
|
|
5514
|
-
type: 'uint256'
|
|
5515
|
-
internalType: 'uint256'
|
|
5626
|
+
type: 'uint256'
|
|
5516
5627
|
}, {
|
|
5628
|
+
internalType: 'address',
|
|
5517
5629
|
name: 'exclusiveRelayer',
|
|
5518
|
-
type: 'address'
|
|
5519
|
-
internalType: 'address'
|
|
5630
|
+
type: 'address'
|
|
5520
5631
|
}, {
|
|
5632
|
+
internalType: 'uint32',
|
|
5521
5633
|
name: 'quoteTimestamp',
|
|
5522
|
-
type: 'uint32'
|
|
5523
|
-
internalType: 'uint32'
|
|
5634
|
+
type: 'uint32'
|
|
5524
5635
|
}, {
|
|
5636
|
+
internalType: 'uint32',
|
|
5525
5637
|
name: 'fillDeadline',
|
|
5526
|
-
type: 'uint32'
|
|
5527
|
-
internalType: 'uint32'
|
|
5638
|
+
type: 'uint32'
|
|
5528
5639
|
}, {
|
|
5640
|
+
internalType: 'uint32',
|
|
5529
5641
|
name: 'exclusivityDeadline',
|
|
5530
|
-
type: 'uint32'
|
|
5531
|
-
internalType: 'uint32'
|
|
5642
|
+
type: 'uint32'
|
|
5532
5643
|
}, {
|
|
5644
|
+
internalType: 'bytes',
|
|
5533
5645
|
name: 'message',
|
|
5534
|
-
type: 'bytes'
|
|
5535
|
-
|
|
5536
|
-
|
|
5646
|
+
type: 'bytes'
|
|
5647
|
+
}],
|
|
5648
|
+
internalType: 'struct YodlAcrossRouter.YodlAcrossParams',
|
|
5649
|
+
name: 'params',
|
|
5650
|
+
type: 'tuple'
|
|
5537
5651
|
}],
|
|
5652
|
+
name: 'yodlWithAcross',
|
|
5538
5653
|
outputs: [{
|
|
5654
|
+
internalType: 'uint256',
|
|
5539
5655
|
name: '',
|
|
5540
|
-
type: 'uint256'
|
|
5541
|
-
internalType: 'uint256'
|
|
5656
|
+
type: 'uint256'
|
|
5542
5657
|
}],
|
|
5543
|
-
stateMutability: 'payable'
|
|
5658
|
+
stateMutability: 'payable',
|
|
5659
|
+
type: 'function'
|
|
5544
5660
|
}, {
|
|
5545
|
-
type: 'function',
|
|
5546
|
-
name: 'yodlWithCurve',
|
|
5547
5661
|
inputs: [{
|
|
5548
|
-
name: 'params',
|
|
5549
|
-
type: 'tuple',
|
|
5550
|
-
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5551
5662
|
components: [{
|
|
5663
|
+
internalType: 'address',
|
|
5552
5664
|
name: 'sender',
|
|
5553
|
-
type: 'address'
|
|
5554
|
-
internalType: 'address'
|
|
5665
|
+
type: 'address'
|
|
5555
5666
|
}, {
|
|
5667
|
+
internalType: 'address',
|
|
5556
5668
|
name: 'receiver',
|
|
5557
|
-
type: 'address'
|
|
5558
|
-
internalType: 'address'
|
|
5669
|
+
type: 'address'
|
|
5559
5670
|
}, {
|
|
5671
|
+
internalType: 'uint256',
|
|
5560
5672
|
name: 'amountIn',
|
|
5561
|
-
type: 'uint256'
|
|
5562
|
-
internalType: 'uint256'
|
|
5673
|
+
type: 'uint256'
|
|
5563
5674
|
}, {
|
|
5675
|
+
internalType: 'uint256',
|
|
5564
5676
|
name: 'amountOut',
|
|
5565
|
-
type: 'uint256'
|
|
5566
|
-
internalType: 'uint256'
|
|
5677
|
+
type: 'uint256'
|
|
5567
5678
|
}, {
|
|
5679
|
+
internalType: 'bytes32',
|
|
5568
5680
|
name: 'memo',
|
|
5569
|
-
type: 'bytes32'
|
|
5570
|
-
internalType: 'bytes32'
|
|
5681
|
+
type: 'bytes32'
|
|
5571
5682
|
}, {
|
|
5683
|
+
internalType: 'address[11]',
|
|
5572
5684
|
name: 'route',
|
|
5573
|
-
type: 'address[11]'
|
|
5574
|
-
internalType: 'address[11]'
|
|
5685
|
+
type: 'address[11]'
|
|
5575
5686
|
}, {
|
|
5687
|
+
internalType: 'uint256[5][5]',
|
|
5576
5688
|
name: 'swapParams',
|
|
5577
|
-
type: 'uint256[5][5]'
|
|
5578
|
-
internalType: 'uint256[5][5]'
|
|
5689
|
+
type: 'uint256[5][5]'
|
|
5579
5690
|
}, {
|
|
5691
|
+
internalType: 'address[5]',
|
|
5580
5692
|
name: 'pools',
|
|
5581
|
-
type: 'address[5]'
|
|
5582
|
-
internalType: 'address[5]'
|
|
5583
|
-
}, {
|
|
5584
|
-
name: 'priceFeeds',
|
|
5585
|
-
type: 'tuple[2]',
|
|
5586
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5587
|
-
components: [{
|
|
5588
|
-
name: 'feedAddress',
|
|
5589
|
-
type: 'address',
|
|
5590
|
-
internalType: 'address'
|
|
5591
|
-
}, {
|
|
5592
|
-
name: 'feedType',
|
|
5593
|
-
type: 'int8',
|
|
5594
|
-
internalType: 'int8'
|
|
5595
|
-
}, {
|
|
5596
|
-
name: 'currency',
|
|
5597
|
-
type: 'string',
|
|
5598
|
-
internalType: 'string'
|
|
5599
|
-
}, {
|
|
5600
|
-
name: 'amount',
|
|
5601
|
-
type: 'uint256',
|
|
5602
|
-
internalType: 'uint256'
|
|
5603
|
-
}, {
|
|
5604
|
-
name: 'deadline',
|
|
5605
|
-
type: 'uint256',
|
|
5606
|
-
internalType: 'uint256'
|
|
5607
|
-
}, {
|
|
5608
|
-
name: 'signature',
|
|
5609
|
-
type: 'bytes',
|
|
5610
|
-
internalType: 'bytes'
|
|
5611
|
-
}]
|
|
5612
|
-
}, {
|
|
5613
|
-
name: 'extraFeeReceiver',
|
|
5614
|
-
type: 'address',
|
|
5615
|
-
internalType: 'address'
|
|
5616
|
-
}, {
|
|
5617
|
-
name: 'extraFeeBps',
|
|
5618
|
-
type: 'uint256',
|
|
5619
|
-
internalType: 'uint256'
|
|
5620
|
-
}, {
|
|
5621
|
-
name: 'yd',
|
|
5622
|
-
type: 'uint256',
|
|
5623
|
-
internalType: 'uint256'
|
|
5624
|
-
}, {
|
|
5625
|
-
name: 'guards',
|
|
5626
|
-
type: 'tuple[]',
|
|
5627
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5628
|
-
components: [{
|
|
5629
|
-
name: 'guardAddress',
|
|
5630
|
-
type: 'address',
|
|
5631
|
-
internalType: 'address'
|
|
5632
|
-
}, {
|
|
5633
|
-
name: 'payload',
|
|
5634
|
-
type: 'bytes[]',
|
|
5635
|
-
internalType: 'bytes[]'
|
|
5636
|
-
}]
|
|
5637
|
-
}, {
|
|
5638
|
-
name: 'webhooks',
|
|
5639
|
-
type: 'tuple[]',
|
|
5640
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5641
|
-
components: [{
|
|
5642
|
-
name: 'webhookAddress',
|
|
5643
|
-
type: 'address',
|
|
5644
|
-
internalType: 'address'
|
|
5645
|
-
}, {
|
|
5646
|
-
name: 'payload',
|
|
5647
|
-
type: 'bytes[]',
|
|
5648
|
-
internalType: 'bytes[]'
|
|
5649
|
-
}]
|
|
5650
|
-
}]
|
|
5651
|
-
}],
|
|
5652
|
-
outputs: [{
|
|
5653
|
-
name: '',
|
|
5654
|
-
type: 'uint256',
|
|
5655
|
-
internalType: 'uint256'
|
|
5656
|
-
}],
|
|
5657
|
-
stateMutability: 'payable'
|
|
5658
|
-
}, {
|
|
5659
|
-
type: 'function',
|
|
5660
|
-
name: 'yodlWithExternal',
|
|
5661
|
-
inputs: [{
|
|
5662
|
-
name: 'params',
|
|
5663
|
-
type: 'tuple',
|
|
5664
|
-
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5665
|
-
components: [{
|
|
5666
|
-
name: 'memo',
|
|
5667
|
-
type: 'bytes32',
|
|
5668
|
-
internalType: 'bytes32'
|
|
5669
|
-
}, {
|
|
5670
|
-
name: 'outAmountGross',
|
|
5671
|
-
type: 'uint256',
|
|
5672
|
-
internalType: 'uint256'
|
|
5673
|
-
}, {
|
|
5674
|
-
name: 'invoiceAmount',
|
|
5675
|
-
type: 'uint256',
|
|
5676
|
-
internalType: 'uint256'
|
|
5693
|
+
type: 'address[5]'
|
|
5677
5694
|
}, {
|
|
5678
|
-
name: 'priceFeeds',
|
|
5679
|
-
type: 'tuple[2]',
|
|
5680
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5681
5695
|
components: [{
|
|
5696
|
+
internalType: 'address',
|
|
5682
5697
|
name: 'feedAddress',
|
|
5683
|
-
type: 'address'
|
|
5684
|
-
internalType: 'address'
|
|
5698
|
+
type: 'address'
|
|
5685
5699
|
}, {
|
|
5700
|
+
internalType: 'int8',
|
|
5686
5701
|
name: 'feedType',
|
|
5687
|
-
type: 'int8'
|
|
5688
|
-
internalType: 'int8'
|
|
5702
|
+
type: 'int8'
|
|
5689
5703
|
}, {
|
|
5704
|
+
internalType: 'string',
|
|
5690
5705
|
name: 'currency',
|
|
5691
|
-
type: 'string'
|
|
5692
|
-
internalType: 'string'
|
|
5706
|
+
type: 'string'
|
|
5693
5707
|
}, {
|
|
5708
|
+
internalType: 'uint256',
|
|
5694
5709
|
name: 'amount',
|
|
5695
|
-
type: 'uint256'
|
|
5696
|
-
internalType: 'uint256'
|
|
5697
|
-
}, {
|
|
5698
|
-
name: 'deadline',
|
|
5699
|
-
type: 'uint256',
|
|
5700
|
-
internalType: 'uint256'
|
|
5710
|
+
type: 'uint256'
|
|
5701
5711
|
}, {
|
|
5702
|
-
|
|
5703
|
-
|
|
5704
|
-
|
|
5705
|
-
}
|
|
5706
|
-
|
|
5707
|
-
|
|
5708
|
-
|
|
5709
|
-
|
|
5710
|
-
|
|
5711
|
-
name: '
|
|
5712
|
-
type: '
|
|
5713
|
-
internalType: 'address'
|
|
5712
|
+
internalType: 'uint256',
|
|
5713
|
+
name: 'deadline',
|
|
5714
|
+
type: 'uint256'
|
|
5715
|
+
}, {
|
|
5716
|
+
internalType: 'bytes',
|
|
5717
|
+
name: 'signature',
|
|
5718
|
+
type: 'bytes'
|
|
5719
|
+
}],
|
|
5720
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5721
|
+
name: 'priceFeeds',
|
|
5722
|
+
type: 'tuple[2]'
|
|
5714
5723
|
}, {
|
|
5724
|
+
internalType: 'address',
|
|
5715
5725
|
name: 'extraFeeReceiver',
|
|
5716
|
-
type: 'address'
|
|
5717
|
-
internalType: 'address'
|
|
5726
|
+
type: 'address'
|
|
5718
5727
|
}, {
|
|
5728
|
+
internalType: 'uint256',
|
|
5719
5729
|
name: 'extraFeeBps',
|
|
5720
|
-
type: 'uint256'
|
|
5721
|
-
internalType: 'uint256'
|
|
5730
|
+
type: 'uint256'
|
|
5722
5731
|
}, {
|
|
5732
|
+
internalType: 'uint256',
|
|
5723
5733
|
name: 'yd',
|
|
5724
|
-
type: 'uint256'
|
|
5725
|
-
internalType: 'uint256'
|
|
5734
|
+
type: 'uint256'
|
|
5726
5735
|
}, {
|
|
5727
|
-
name: 'guards',
|
|
5728
|
-
type: 'tuple[]',
|
|
5729
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5730
5736
|
components: [{
|
|
5737
|
+
internalType: 'address',
|
|
5731
5738
|
name: 'guardAddress',
|
|
5732
|
-
type: 'address'
|
|
5733
|
-
internalType: 'address'
|
|
5739
|
+
type: 'address'
|
|
5734
5740
|
}, {
|
|
5741
|
+
internalType: 'bytes[]',
|
|
5735
5742
|
name: 'payload',
|
|
5736
|
-
type: 'bytes[]'
|
|
5737
|
-
|
|
5738
|
-
|
|
5743
|
+
type: 'bytes[]'
|
|
5744
|
+
}],
|
|
5745
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5746
|
+
name: 'guards',
|
|
5747
|
+
type: 'tuple[]'
|
|
5739
5748
|
}, {
|
|
5740
|
-
name: 'webhooks',
|
|
5741
|
-
type: 'tuple[]',
|
|
5742
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5743
5749
|
components: [{
|
|
5750
|
+
internalType: 'address',
|
|
5744
5751
|
name: 'webhookAddress',
|
|
5745
|
-
type: 'address'
|
|
5746
|
-
internalType: 'address'
|
|
5752
|
+
type: 'address'
|
|
5747
5753
|
}, {
|
|
5754
|
+
internalType: 'bytes[]',
|
|
5748
5755
|
name: 'payload',
|
|
5749
|
-
type: 'bytes[]'
|
|
5750
|
-
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
|
|
5756
|
-
|
|
5756
|
+
type: 'bytes[]'
|
|
5757
|
+
}],
|
|
5758
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5759
|
+
name: 'webhooks',
|
|
5760
|
+
type: 'tuple[]'
|
|
5761
|
+
}],
|
|
5762
|
+
internalType: 'struct YodlCurveRouter.YodlCurveParams',
|
|
5763
|
+
name: 'params',
|
|
5764
|
+
type: 'tuple'
|
|
5757
5765
|
}],
|
|
5766
|
+
name: 'yodlWithCurve',
|
|
5758
5767
|
outputs: [{
|
|
5768
|
+
internalType: 'uint256',
|
|
5759
5769
|
name: '',
|
|
5760
|
-
type: 'uint256'
|
|
5761
|
-
internalType: 'uint256'
|
|
5770
|
+
type: 'uint256'
|
|
5762
5771
|
}],
|
|
5763
|
-
stateMutability: 'payable'
|
|
5772
|
+
stateMutability: 'payable',
|
|
5773
|
+
type: 'function'
|
|
5764
5774
|
}, {
|
|
5765
|
-
type: 'function',
|
|
5766
|
-
name: 'yodlWithPancake',
|
|
5767
5775
|
inputs: [{
|
|
5768
|
-
name: 'params',
|
|
5769
|
-
type: 'tuple',
|
|
5770
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5771
5776
|
components: [{
|
|
5772
|
-
|
|
5773
|
-
type: 'address',
|
|
5774
|
-
internalType: 'address'
|
|
5775
|
-
}, {
|
|
5776
|
-
name: 'receiver',
|
|
5777
|
-
type: 'address',
|
|
5778
|
-
internalType: 'address'
|
|
5779
|
-
}, {
|
|
5780
|
-
name: 'amountIn',
|
|
5781
|
-
type: 'uint256',
|
|
5782
|
-
internalType: 'uint256'
|
|
5783
|
-
}, {
|
|
5784
|
-
name: 'amountOut',
|
|
5785
|
-
type: 'uint256',
|
|
5786
|
-
internalType: 'uint256'
|
|
5787
|
-
}, {
|
|
5777
|
+
internalType: 'bytes32',
|
|
5788
5778
|
name: 'memo',
|
|
5789
|
-
type: 'bytes32'
|
|
5790
|
-
internalType: 'bytes32'
|
|
5779
|
+
type: 'bytes32'
|
|
5791
5780
|
}, {
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5781
|
+
internalType: 'uint256',
|
|
5782
|
+
name: 'amount',
|
|
5783
|
+
type: 'uint256'
|
|
5795
5784
|
}, {
|
|
5796
|
-
name: 'priceFeeds',
|
|
5797
|
-
type: 'tuple[2]',
|
|
5798
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5799
5785
|
components: [{
|
|
5786
|
+
internalType: 'address',
|
|
5800
5787
|
name: 'feedAddress',
|
|
5801
|
-
type: 'address'
|
|
5802
|
-
internalType: 'address'
|
|
5788
|
+
type: 'address'
|
|
5803
5789
|
}, {
|
|
5790
|
+
internalType: 'int8',
|
|
5804
5791
|
name: 'feedType',
|
|
5805
|
-
type: 'int8'
|
|
5806
|
-
internalType: 'int8'
|
|
5792
|
+
type: 'int8'
|
|
5807
5793
|
}, {
|
|
5794
|
+
internalType: 'string',
|
|
5808
5795
|
name: 'currency',
|
|
5809
|
-
type: 'string'
|
|
5810
|
-
internalType: 'string'
|
|
5796
|
+
type: 'string'
|
|
5811
5797
|
}, {
|
|
5798
|
+
internalType: 'uint256',
|
|
5812
5799
|
name: 'amount',
|
|
5813
|
-
type: 'uint256'
|
|
5814
|
-
internalType: 'uint256'
|
|
5800
|
+
type: 'uint256'
|
|
5815
5801
|
}, {
|
|
5802
|
+
internalType: 'uint256',
|
|
5816
5803
|
name: 'deadline',
|
|
5817
|
-
type: 'uint256'
|
|
5818
|
-
internalType: 'uint256'
|
|
5804
|
+
type: 'uint256'
|
|
5819
5805
|
}, {
|
|
5806
|
+
internalType: 'bytes',
|
|
5820
5807
|
name: 'signature',
|
|
5821
|
-
type: 'bytes'
|
|
5822
|
-
|
|
5823
|
-
|
|
5808
|
+
type: 'bytes'
|
|
5809
|
+
}],
|
|
5810
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5811
|
+
name: 'priceFeeds',
|
|
5812
|
+
type: 'tuple[2]'
|
|
5813
|
+
}, {
|
|
5814
|
+
internalType: 'address',
|
|
5815
|
+
name: 'token',
|
|
5816
|
+
type: 'address'
|
|
5817
|
+
}, {
|
|
5818
|
+
internalType: 'address',
|
|
5819
|
+
name: 'receiver',
|
|
5820
|
+
type: 'address'
|
|
5824
5821
|
}, {
|
|
5822
|
+
internalType: 'address',
|
|
5825
5823
|
name: 'extraFeeReceiver',
|
|
5826
|
-
type: 'address'
|
|
5827
|
-
internalType: 'address'
|
|
5824
|
+
type: 'address'
|
|
5828
5825
|
}, {
|
|
5826
|
+
internalType: 'uint256',
|
|
5829
5827
|
name: 'extraFeeBps',
|
|
5830
|
-
type: 'uint256'
|
|
5831
|
-
internalType: 'uint256'
|
|
5832
|
-
}, {
|
|
5833
|
-
name: 'swapType',
|
|
5834
|
-
type: 'uint8',
|
|
5835
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
5828
|
+
type: 'uint256'
|
|
5836
5829
|
}, {
|
|
5830
|
+
internalType: 'uint256',
|
|
5837
5831
|
name: 'yd',
|
|
5838
|
-
type: 'uint256'
|
|
5839
|
-
internalType: 'uint256'
|
|
5832
|
+
type: 'uint256'
|
|
5840
5833
|
}, {
|
|
5841
|
-
name: 'guards',
|
|
5842
|
-
type: 'tuple[]',
|
|
5843
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5844
5834
|
components: [{
|
|
5835
|
+
internalType: 'address',
|
|
5845
5836
|
name: 'guardAddress',
|
|
5846
|
-
type: 'address'
|
|
5847
|
-
internalType: 'address'
|
|
5837
|
+
type: 'address'
|
|
5848
5838
|
}, {
|
|
5839
|
+
internalType: 'bytes[]',
|
|
5849
5840
|
name: 'payload',
|
|
5850
|
-
type: 'bytes[]'
|
|
5851
|
-
|
|
5852
|
-
|
|
5841
|
+
type: 'bytes[]'
|
|
5842
|
+
}],
|
|
5843
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5844
|
+
name: 'guards',
|
|
5845
|
+
type: 'tuple[]'
|
|
5853
5846
|
}, {
|
|
5854
|
-
name: 'webhooks',
|
|
5855
|
-
type: 'tuple[]',
|
|
5856
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5857
5847
|
components: [{
|
|
5848
|
+
internalType: 'address',
|
|
5858
5849
|
name: 'webhookAddress',
|
|
5859
|
-
type: 'address'
|
|
5860
|
-
internalType: 'address'
|
|
5850
|
+
type: 'address'
|
|
5861
5851
|
}, {
|
|
5852
|
+
internalType: 'bytes[]',
|
|
5862
5853
|
name: 'payload',
|
|
5863
|
-
type: 'bytes[]'
|
|
5864
|
-
|
|
5865
|
-
|
|
5866
|
-
|
|
5854
|
+
type: 'bytes[]'
|
|
5855
|
+
}],
|
|
5856
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5857
|
+
name: 'webhooks',
|
|
5858
|
+
type: 'tuple[]'
|
|
5859
|
+
}, {
|
|
5860
|
+
internalType: 'uint256',
|
|
5861
|
+
name: 'convenienceFeeBps',
|
|
5862
|
+
type: 'uint256'
|
|
5863
|
+
}],
|
|
5864
|
+
internalType: 'struct YodlExternalFundingRouter.YodlExternalFundingParams',
|
|
5865
|
+
name: 'params',
|
|
5866
|
+
type: 'tuple'
|
|
5867
5867
|
}],
|
|
5868
|
+
name: 'yodlWithSwappedToken',
|
|
5868
5869
|
outputs: [{
|
|
5870
|
+
internalType: 'uint256',
|
|
5869
5871
|
name: '',
|
|
5870
|
-
type: 'uint256'
|
|
5871
|
-
internalType: 'uint256'
|
|
5872
|
+
type: 'uint256'
|
|
5872
5873
|
}],
|
|
5873
|
-
stateMutability: 'payable'
|
|
5874
|
+
stateMutability: 'payable',
|
|
5875
|
+
type: 'function'
|
|
5874
5876
|
}, {
|
|
5875
|
-
type: 'function',
|
|
5876
|
-
name: 'yodlWithToken',
|
|
5877
5877
|
inputs: [{
|
|
5878
|
-
name: 'params',
|
|
5879
|
-
type: 'tuple',
|
|
5880
|
-
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5881
5878
|
components: [{
|
|
5879
|
+
internalType: 'bytes32',
|
|
5882
5880
|
name: 'memo',
|
|
5883
|
-
type: 'bytes32'
|
|
5884
|
-
internalType: 'bytes32'
|
|
5881
|
+
type: 'bytes32'
|
|
5885
5882
|
}, {
|
|
5883
|
+
internalType: 'uint256',
|
|
5886
5884
|
name: 'amount',
|
|
5887
|
-
type: 'uint256'
|
|
5888
|
-
internalType: 'uint256'
|
|
5885
|
+
type: 'uint256'
|
|
5889
5886
|
}, {
|
|
5890
|
-
name: 'priceFeeds',
|
|
5891
|
-
type: 'tuple[2]',
|
|
5892
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5893
5887
|
components: [{
|
|
5888
|
+
internalType: 'address',
|
|
5894
5889
|
name: 'feedAddress',
|
|
5895
|
-
type: 'address'
|
|
5896
|
-
internalType: 'address'
|
|
5890
|
+
type: 'address'
|
|
5897
5891
|
}, {
|
|
5892
|
+
internalType: 'int8',
|
|
5898
5893
|
name: 'feedType',
|
|
5899
|
-
type: 'int8'
|
|
5900
|
-
internalType: 'int8'
|
|
5894
|
+
type: 'int8'
|
|
5901
5895
|
}, {
|
|
5896
|
+
internalType: 'string',
|
|
5902
5897
|
name: 'currency',
|
|
5903
|
-
type: 'string'
|
|
5904
|
-
internalType: 'string'
|
|
5898
|
+
type: 'string'
|
|
5905
5899
|
}, {
|
|
5900
|
+
internalType: 'uint256',
|
|
5906
5901
|
name: 'amount',
|
|
5907
|
-
type: 'uint256'
|
|
5908
|
-
internalType: 'uint256'
|
|
5902
|
+
type: 'uint256'
|
|
5909
5903
|
}, {
|
|
5904
|
+
internalType: 'uint256',
|
|
5910
5905
|
name: 'deadline',
|
|
5911
|
-
type: 'uint256'
|
|
5912
|
-
internalType: 'uint256'
|
|
5906
|
+
type: 'uint256'
|
|
5913
5907
|
}, {
|
|
5908
|
+
internalType: 'bytes',
|
|
5914
5909
|
name: 'signature',
|
|
5915
|
-
type: 'bytes'
|
|
5916
|
-
|
|
5917
|
-
|
|
5910
|
+
type: 'bytes'
|
|
5911
|
+
}],
|
|
5912
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
5913
|
+
name: 'priceFeeds',
|
|
5914
|
+
type: 'tuple[2]'
|
|
5918
5915
|
}, {
|
|
5916
|
+
internalType: 'address',
|
|
5919
5917
|
name: 'token',
|
|
5920
|
-
type: 'address'
|
|
5921
|
-
internalType: 'address'
|
|
5918
|
+
type: 'address'
|
|
5922
5919
|
}, {
|
|
5920
|
+
internalType: 'address',
|
|
5923
5921
|
name: 'receiver',
|
|
5924
|
-
type: 'address'
|
|
5925
|
-
internalType: 'address'
|
|
5922
|
+
type: 'address'
|
|
5926
5923
|
}, {
|
|
5924
|
+
internalType: 'address',
|
|
5927
5925
|
name: 'extraFeeReceiver',
|
|
5928
|
-
type: 'address'
|
|
5929
|
-
internalType: 'address'
|
|
5926
|
+
type: 'address'
|
|
5930
5927
|
}, {
|
|
5928
|
+
internalType: 'uint256',
|
|
5931
5929
|
name: 'extraFeeBps',
|
|
5932
|
-
type: 'uint256'
|
|
5933
|
-
internalType: 'uint256'
|
|
5930
|
+
type: 'uint256'
|
|
5934
5931
|
}, {
|
|
5932
|
+
internalType: 'uint256',
|
|
5935
5933
|
name: 'yd',
|
|
5936
|
-
type: 'uint256'
|
|
5937
|
-
internalType: 'uint256'
|
|
5934
|
+
type: 'uint256'
|
|
5938
5935
|
}, {
|
|
5939
|
-
name: 'guards',
|
|
5940
|
-
type: 'tuple[]',
|
|
5941
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5942
5936
|
components: [{
|
|
5937
|
+
internalType: 'address',
|
|
5943
5938
|
name: 'guardAddress',
|
|
5944
|
-
type: 'address'
|
|
5945
|
-
internalType: 'address'
|
|
5939
|
+
type: 'address'
|
|
5946
5940
|
}, {
|
|
5941
|
+
internalType: 'bytes[]',
|
|
5947
5942
|
name: 'payload',
|
|
5948
|
-
type: 'bytes[]'
|
|
5949
|
-
|
|
5950
|
-
|
|
5943
|
+
type: 'bytes[]'
|
|
5944
|
+
}],
|
|
5945
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
5946
|
+
name: 'guards',
|
|
5947
|
+
type: 'tuple[]'
|
|
5951
5948
|
}, {
|
|
5952
|
-
name: 'webhooks',
|
|
5953
|
-
type: 'tuple[]',
|
|
5954
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5955
5949
|
components: [{
|
|
5950
|
+
internalType: 'address',
|
|
5956
5951
|
name: 'webhookAddress',
|
|
5957
|
-
type: 'address'
|
|
5958
|
-
internalType: 'address'
|
|
5952
|
+
type: 'address'
|
|
5959
5953
|
}, {
|
|
5954
|
+
internalType: 'bytes[]',
|
|
5960
5955
|
name: 'payload',
|
|
5961
|
-
type: 'bytes[]'
|
|
5962
|
-
|
|
5963
|
-
|
|
5964
|
-
|
|
5956
|
+
type: 'bytes[]'
|
|
5957
|
+
}],
|
|
5958
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
5959
|
+
name: 'webhooks',
|
|
5960
|
+
type: 'tuple[]'
|
|
5961
|
+
}],
|
|
5962
|
+
internalType: 'struct YodlTransferRouter.YodlTransferParams',
|
|
5963
|
+
name: 'params',
|
|
5964
|
+
type: 'tuple'
|
|
5965
5965
|
}],
|
|
5966
|
+
name: 'yodlWithToken',
|
|
5966
5967
|
outputs: [{
|
|
5968
|
+
internalType: 'uint256',
|
|
5967
5969
|
name: '',
|
|
5968
|
-
type: 'uint256'
|
|
5969
|
-
internalType: 'uint256'
|
|
5970
|
+
type: 'uint256'
|
|
5970
5971
|
}],
|
|
5971
|
-
stateMutability: 'payable'
|
|
5972
|
+
stateMutability: 'payable',
|
|
5973
|
+
type: 'function'
|
|
5972
5974
|
}, {
|
|
5973
|
-
type: 'function',
|
|
5974
|
-
name: 'yodlWithUniswap',
|
|
5975
5975
|
inputs: [{
|
|
5976
|
-
name: 'params',
|
|
5977
|
-
type: 'tuple',
|
|
5978
|
-
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
5979
5976
|
components: [{
|
|
5977
|
+
internalType: 'address',
|
|
5980
5978
|
name: 'sender',
|
|
5981
|
-
type: 'address'
|
|
5982
|
-
internalType: 'address'
|
|
5979
|
+
type: 'address'
|
|
5983
5980
|
}, {
|
|
5981
|
+
internalType: 'address',
|
|
5984
5982
|
name: 'receiver',
|
|
5985
|
-
type: 'address'
|
|
5986
|
-
internalType: 'address'
|
|
5983
|
+
type: 'address'
|
|
5987
5984
|
}, {
|
|
5985
|
+
internalType: 'uint256',
|
|
5988
5986
|
name: 'amountIn',
|
|
5989
|
-
type: 'uint256'
|
|
5990
|
-
internalType: 'uint256'
|
|
5987
|
+
type: 'uint256'
|
|
5991
5988
|
}, {
|
|
5989
|
+
internalType: 'uint256',
|
|
5992
5990
|
name: 'amountOut',
|
|
5993
|
-
type: 'uint256'
|
|
5994
|
-
internalType: 'uint256'
|
|
5991
|
+
type: 'uint256'
|
|
5995
5992
|
}, {
|
|
5993
|
+
internalType: 'bytes32',
|
|
5996
5994
|
name: 'memo',
|
|
5997
|
-
type: 'bytes32'
|
|
5998
|
-
internalType: 'bytes32'
|
|
5995
|
+
type: 'bytes32'
|
|
5999
5996
|
}, {
|
|
5997
|
+
internalType: 'bytes',
|
|
6000
5998
|
name: 'path',
|
|
6001
|
-
type: 'bytes'
|
|
6002
|
-
internalType: 'bytes'
|
|
5999
|
+
type: 'bytes'
|
|
6003
6000
|
}, {
|
|
6004
|
-
name: 'priceFeeds',
|
|
6005
|
-
type: 'tuple[2]',
|
|
6006
|
-
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6007
6001
|
components: [{
|
|
6002
|
+
internalType: 'address',
|
|
6008
6003
|
name: 'feedAddress',
|
|
6009
|
-
type: 'address'
|
|
6010
|
-
internalType: 'address'
|
|
6004
|
+
type: 'address'
|
|
6011
6005
|
}, {
|
|
6006
|
+
internalType: 'int8',
|
|
6012
6007
|
name: 'feedType',
|
|
6013
|
-
type: 'int8'
|
|
6014
|
-
internalType: 'int8'
|
|
6008
|
+
type: 'int8'
|
|
6015
6009
|
}, {
|
|
6010
|
+
internalType: 'string',
|
|
6016
6011
|
name: 'currency',
|
|
6017
|
-
type: 'string'
|
|
6018
|
-
internalType: 'string'
|
|
6012
|
+
type: 'string'
|
|
6019
6013
|
}, {
|
|
6014
|
+
internalType: 'uint256',
|
|
6020
6015
|
name: 'amount',
|
|
6021
|
-
type: 'uint256'
|
|
6022
|
-
internalType: 'uint256'
|
|
6016
|
+
type: 'uint256'
|
|
6023
6017
|
}, {
|
|
6018
|
+
internalType: 'uint256',
|
|
6024
6019
|
name: 'deadline',
|
|
6025
|
-
type: 'uint256'
|
|
6026
|
-
internalType: 'uint256'
|
|
6020
|
+
type: 'uint256'
|
|
6027
6021
|
}, {
|
|
6022
|
+
internalType: 'bytes',
|
|
6028
6023
|
name: 'signature',
|
|
6029
|
-
type: 'bytes'
|
|
6030
|
-
|
|
6031
|
-
|
|
6024
|
+
type: 'bytes'
|
|
6025
|
+
}],
|
|
6026
|
+
internalType: 'struct AbstractYodlRouter.PriceFeed[2]',
|
|
6027
|
+
name: 'priceFeeds',
|
|
6028
|
+
type: 'tuple[2]'
|
|
6032
6029
|
}, {
|
|
6030
|
+
internalType: 'address',
|
|
6033
6031
|
name: 'extraFeeReceiver',
|
|
6034
|
-
type: 'address'
|
|
6035
|
-
internalType: 'address'
|
|
6032
|
+
type: 'address'
|
|
6036
6033
|
}, {
|
|
6034
|
+
internalType: 'uint256',
|
|
6037
6035
|
name: 'extraFeeBps',
|
|
6038
|
-
type: 'uint256'
|
|
6039
|
-
internalType: 'uint256'
|
|
6036
|
+
type: 'uint256'
|
|
6040
6037
|
}, {
|
|
6038
|
+
internalType: 'enum YodlUniswapRouter.SwapType',
|
|
6041
6039
|
name: 'swapType',
|
|
6042
|
-
type: 'uint8'
|
|
6043
|
-
internalType: 'enum YodlUniswapRouter.SwapType'
|
|
6040
|
+
type: 'uint8'
|
|
6044
6041
|
}, {
|
|
6042
|
+
internalType: 'uint256',
|
|
6045
6043
|
name: 'yd',
|
|
6046
|
-
type: 'uint256'
|
|
6047
|
-
internalType: 'uint256'
|
|
6044
|
+
type: 'uint256'
|
|
6048
6045
|
}, {
|
|
6049
|
-
name: 'guards',
|
|
6050
|
-
type: 'tuple[]',
|
|
6051
|
-
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6052
6046
|
components: [{
|
|
6047
|
+
internalType: 'address',
|
|
6053
6048
|
name: 'guardAddress',
|
|
6054
|
-
type: 'address'
|
|
6055
|
-
internalType: 'address'
|
|
6049
|
+
type: 'address'
|
|
6056
6050
|
}, {
|
|
6051
|
+
internalType: 'bytes[]',
|
|
6057
6052
|
name: 'payload',
|
|
6058
|
-
type: 'bytes[]'
|
|
6059
|
-
|
|
6060
|
-
|
|
6053
|
+
type: 'bytes[]'
|
|
6054
|
+
}],
|
|
6055
|
+
internalType: 'struct AbstractYodlRouter.Guard[]',
|
|
6056
|
+
name: 'guards',
|
|
6057
|
+
type: 'tuple[]'
|
|
6061
6058
|
}, {
|
|
6062
|
-
name: 'webhooks',
|
|
6063
|
-
type: 'tuple[]',
|
|
6064
|
-
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6065
6059
|
components: [{
|
|
6060
|
+
internalType: 'address',
|
|
6066
6061
|
name: 'webhookAddress',
|
|
6067
|
-
type: 'address'
|
|
6068
|
-
internalType: 'address'
|
|
6062
|
+
type: 'address'
|
|
6069
6063
|
}, {
|
|
6064
|
+
internalType: 'bytes[]',
|
|
6070
6065
|
name: 'payload',
|
|
6071
|
-
type: 'bytes[]'
|
|
6072
|
-
|
|
6073
|
-
|
|
6074
|
-
|
|
6075
|
-
|
|
6076
|
-
|
|
6077
|
-
|
|
6078
|
-
|
|
6079
|
-
|
|
6080
|
-
}],
|
|
6081
|
-
stateMutability: 'payable'
|
|
6082
|
-
}, {
|
|
6083
|
-
type: 'event',
|
|
6084
|
-
name: 'Convert',
|
|
6085
|
-
inputs: [{
|
|
6086
|
-
name: 'priceFeed0',
|
|
6087
|
-
type: 'address',
|
|
6088
|
-
indexed: true,
|
|
6089
|
-
internalType: 'address'
|
|
6090
|
-
}, {
|
|
6091
|
-
name: 'priceFeed1',
|
|
6092
|
-
type: 'address',
|
|
6093
|
-
indexed: true,
|
|
6094
|
-
internalType: 'address'
|
|
6095
|
-
}, {
|
|
6096
|
-
name: 'exchangeRate0',
|
|
6097
|
-
type: 'int256',
|
|
6098
|
-
indexed: false,
|
|
6099
|
-
internalType: 'int256'
|
|
6100
|
-
}, {
|
|
6101
|
-
name: 'exchangeRate1',
|
|
6102
|
-
type: 'int256',
|
|
6103
|
-
indexed: false,
|
|
6104
|
-
internalType: 'int256'
|
|
6105
|
-
}],
|
|
6106
|
-
anonymous: false
|
|
6107
|
-
}, {
|
|
6108
|
-
type: 'event',
|
|
6109
|
-
name: 'ConvertWithExternalRate',
|
|
6110
|
-
inputs: [{
|
|
6111
|
-
name: 'currency0',
|
|
6112
|
-
type: 'string',
|
|
6113
|
-
indexed: true,
|
|
6114
|
-
internalType: 'string'
|
|
6115
|
-
}, {
|
|
6116
|
-
name: 'priceFeed1',
|
|
6117
|
-
type: 'address',
|
|
6118
|
-
indexed: true,
|
|
6119
|
-
internalType: 'address'
|
|
6120
|
-
}, {
|
|
6121
|
-
name: 'exchangeRate0',
|
|
6122
|
-
type: 'int256',
|
|
6123
|
-
indexed: false,
|
|
6124
|
-
internalType: 'int256'
|
|
6125
|
-
}, {
|
|
6126
|
-
name: 'exchangeRate1',
|
|
6127
|
-
type: 'int256',
|
|
6128
|
-
indexed: false,
|
|
6129
|
-
internalType: 'int256'
|
|
6130
|
-
}],
|
|
6131
|
-
anonymous: false
|
|
6132
|
-
}, {
|
|
6133
|
-
type: 'event',
|
|
6134
|
-
name: 'Yodl',
|
|
6135
|
-
inputs: [{
|
|
6136
|
-
name: 'sender',
|
|
6137
|
-
type: 'address',
|
|
6138
|
-
indexed: true,
|
|
6139
|
-
internalType: 'address'
|
|
6140
|
-
}, {
|
|
6141
|
-
name: 'receiver',
|
|
6142
|
-
type: 'address',
|
|
6143
|
-
indexed: true,
|
|
6144
|
-
internalType: 'address'
|
|
6145
|
-
}, {
|
|
6146
|
-
name: 'token',
|
|
6147
|
-
type: 'address',
|
|
6148
|
-
indexed: false,
|
|
6149
|
-
internalType: 'address'
|
|
6150
|
-
}, {
|
|
6151
|
-
name: 'amount',
|
|
6152
|
-
type: 'uint256',
|
|
6153
|
-
indexed: false,
|
|
6154
|
-
internalType: 'uint256'
|
|
6155
|
-
}, {
|
|
6156
|
-
name: 'fees',
|
|
6157
|
-
type: 'uint256',
|
|
6158
|
-
indexed: false,
|
|
6159
|
-
internalType: 'uint256'
|
|
6160
|
-
}, {
|
|
6161
|
-
name: 'memo',
|
|
6162
|
-
type: 'bytes32',
|
|
6163
|
-
indexed: false,
|
|
6164
|
-
internalType: 'bytes32'
|
|
6066
|
+
type: 'bytes[]'
|
|
6067
|
+
}],
|
|
6068
|
+
internalType: 'struct AbstractYodlRouter.Webhook[]',
|
|
6069
|
+
name: 'webhooks',
|
|
6070
|
+
type: 'tuple[]'
|
|
6071
|
+
}],
|
|
6072
|
+
internalType: 'struct YodlUniswapRouter.YodlUniswapParams',
|
|
6073
|
+
name: 'params',
|
|
6074
|
+
type: 'tuple'
|
|
6165
6075
|
}],
|
|
6166
|
-
|
|
6167
|
-
|
|
6168
|
-
|
|
6169
|
-
|
|
6170
|
-
|
|
6171
|
-
name: 'sender',
|
|
6172
|
-
type: 'address',
|
|
6173
|
-
indexed: true,
|
|
6174
|
-
internalType: 'address'
|
|
6175
|
-
}, {
|
|
6176
|
-
name: 'receiver',
|
|
6177
|
-
type: 'address',
|
|
6178
|
-
indexed: true,
|
|
6179
|
-
internalType: 'address'
|
|
6180
|
-
}, {
|
|
6181
|
-
name: 'amount',
|
|
6182
|
-
type: 'uint256',
|
|
6183
|
-
indexed: true,
|
|
6184
|
-
internalType: 'uint256'
|
|
6076
|
+
name: 'yodlWithUniswap',
|
|
6077
|
+
outputs: [{
|
|
6078
|
+
internalType: 'uint256',
|
|
6079
|
+
name: '',
|
|
6080
|
+
type: 'uint256'
|
|
6185
6081
|
}],
|
|
6186
|
-
|
|
6187
|
-
|
|
6188
|
-
type: 'error',
|
|
6189
|
-
name: 'ECDSAInvalidSignature',
|
|
6190
|
-
inputs: []
|
|
6191
|
-
}, {
|
|
6192
|
-
type: 'error',
|
|
6193
|
-
name: 'ECDSAInvalidSignatureLength',
|
|
6194
|
-
inputs: [{
|
|
6195
|
-
name: 'length',
|
|
6196
|
-
type: 'uint256',
|
|
6197
|
-
internalType: 'uint256'
|
|
6198
|
-
}]
|
|
6199
|
-
}, {
|
|
6200
|
-
type: 'error',
|
|
6201
|
-
name: 'ECDSAInvalidSignatureS',
|
|
6202
|
-
inputs: [{
|
|
6203
|
-
name: 's',
|
|
6204
|
-
type: 'bytes32',
|
|
6205
|
-
internalType: 'bytes32'
|
|
6206
|
-
}]
|
|
6082
|
+
stateMutability: 'payable',
|
|
6083
|
+
type: 'function'
|
|
6207
6084
|
}, {
|
|
6208
|
-
|
|
6209
|
-
|
|
6210
|
-
inputs: []
|
|
6085
|
+
stateMutability: 'payable',
|
|
6086
|
+
type: 'receive'
|
|
6211
6087
|
}];
|
|
6212
6088
|
|
|
6213
6089
|
var YODL_ROUTER_ABIS = {
|
|
@@ -6253,9 +6129,7 @@ var chains = [
|
|
|
6253
6129
|
"UNISWAP",
|
|
6254
6130
|
"CURVE",
|
|
6255
6131
|
"ODOS",
|
|
6256
|
-
"ONE_INCH"
|
|
6257
|
-
"OKX",
|
|
6258
|
-
"UNIZEN"
|
|
6132
|
+
"ONE_INCH"
|
|
6259
6133
|
]
|
|
6260
6134
|
},
|
|
6261
6135
|
{
|
|
@@ -6277,9 +6151,7 @@ var chains = [
|
|
|
6277
6151
|
"UNISWAP",
|
|
6278
6152
|
"CURVE",
|
|
6279
6153
|
"ODOS",
|
|
6280
|
-
"ONE_INCH"
|
|
6281
|
-
"OKX",
|
|
6282
|
-
"UNIZEN"
|
|
6154
|
+
"ONE_INCH"
|
|
6283
6155
|
]
|
|
6284
6156
|
},
|
|
6285
6157
|
{
|
|
@@ -6301,8 +6173,7 @@ var chains = [
|
|
|
6301
6173
|
"UNISWAP",
|
|
6302
6174
|
"CURVE",
|
|
6303
6175
|
"ODOS",
|
|
6304
|
-
"ONE_INCH"
|
|
6305
|
-
"UNIZEN"
|
|
6176
|
+
"ONE_INCH"
|
|
6306
6177
|
]
|
|
6307
6178
|
},
|
|
6308
6179
|
{
|
|
@@ -6344,9 +6215,7 @@ var chains = [
|
|
|
6344
6215
|
"UNISWAP",
|
|
6345
6216
|
"CURVE",
|
|
6346
6217
|
"ODOS",
|
|
6347
|
-
"ONE_INCH"
|
|
6348
|
-
"OKX",
|
|
6349
|
-
"UNIZEN"
|
|
6218
|
+
"ONE_INCH"
|
|
6350
6219
|
]
|
|
6351
6220
|
},
|
|
6352
6221
|
{
|
|
@@ -6368,8 +6237,7 @@ var chains = [
|
|
|
6368
6237
|
"UNISWAP",
|
|
6369
6238
|
"CURVE",
|
|
6370
6239
|
"ODOS",
|
|
6371
|
-
"ONE_INCH"
|
|
6372
|
-
"UNIZEN"
|
|
6240
|
+
"ONE_INCH"
|
|
6373
6241
|
]
|
|
6374
6242
|
},
|
|
6375
6243
|
{
|
|
@@ -6394,9 +6262,7 @@ var chains = [
|
|
|
6394
6262
|
"PANCAKE",
|
|
6395
6263
|
"CURVE",
|
|
6396
6264
|
"ODOS",
|
|
6397
|
-
"ONE_INCH"
|
|
6398
|
-
"OKX",
|
|
6399
|
-
"UNIZEN"
|
|
6265
|
+
"ONE_INCH"
|
|
6400
6266
|
]
|
|
6401
6267
|
}
|
|
6402
6268
|
];
|
|
@@ -6589,6 +6455,12 @@ var fiatCurrencies = [
|
|
|
6589
6455
|
decimals: 2,
|
|
6590
6456
|
name: "Colombian Peso",
|
|
6591
6457
|
symbol: "$"
|
|
6458
|
+
},
|
|
6459
|
+
{
|
|
6460
|
+
code: "XAU",
|
|
6461
|
+
decimals: 2,
|
|
6462
|
+
name: "Gold",
|
|
6463
|
+
symbol: "XAU"
|
|
6592
6464
|
}
|
|
6593
6465
|
];
|
|
6594
6466
|
|
|
@@ -23273,50 +23145,56 @@ var routerlist = {
|
|
|
23273
23145
|
},
|
|
23274
23146
|
routers: [{
|
|
23275
23147
|
chainId: 1,
|
|
23276
|
-
address: '
|
|
23277
|
-
timestamp: '2025-
|
|
23278
|
-
version: '0.
|
|
23148
|
+
address: '0x0487C9fE08dB1c21a9c3Cf373a4d93623B8169Ee',
|
|
23149
|
+
timestamp: '2025-02-26T00:00:00+00:00',
|
|
23150
|
+
version: '0.8',
|
|
23279
23151
|
fee: '0.002'
|
|
23280
23152
|
}, {
|
|
23281
23153
|
chainId: 10,
|
|
23282
|
-
address: '
|
|
23283
|
-
timestamp: '2025-
|
|
23284
|
-
version: '0.
|
|
23154
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23155
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23156
|
+
version: '0.8',
|
|
23285
23157
|
fee: '0.002'
|
|
23286
23158
|
}, {
|
|
23287
23159
|
chainId: 42161,
|
|
23288
|
-
address: '
|
|
23289
|
-
timestamp: '2025-
|
|
23290
|
-
version: '0.
|
|
23160
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23161
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23162
|
+
version: '0.8',
|
|
23291
23163
|
fee: '0.002'
|
|
23292
23164
|
}, {
|
|
23293
23165
|
chainId: 100,
|
|
23294
|
-
address: '
|
|
23295
|
-
timestamp: '2025-
|
|
23296
|
-
version: '0.
|
|
23166
|
+
address: '0x3160aE35D64c03182cAe1d64626894b563123E94',
|
|
23167
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23168
|
+
version: '0.8',
|
|
23297
23169
|
fee: '0.002'
|
|
23298
23170
|
}, {
|
|
23299
23171
|
chainId: 137,
|
|
23300
|
-
address: '
|
|
23301
|
-
timestamp: '2025-
|
|
23302
|
-
version: '0.
|
|
23172
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23173
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23174
|
+
version: '0.8',
|
|
23303
23175
|
fee: '0.002'
|
|
23304
23176
|
}, {
|
|
23305
23177
|
chainId: 8453,
|
|
23306
|
-
address: '
|
|
23307
|
-
timestamp: '2025-
|
|
23308
|
-
version: '0.
|
|
23178
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23179
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23180
|
+
version: '0.8',
|
|
23309
23181
|
fee: '0.002'
|
|
23310
23182
|
}, {
|
|
23311
23183
|
chainId: 56,
|
|
23312
|
-
address: '
|
|
23313
|
-
timestamp: '2025-
|
|
23314
|
-
version: '0.
|
|
23184
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23185
|
+
timestamp: '2025-01-15T00:00:00+00:00',
|
|
23186
|
+
version: '0.8',
|
|
23187
|
+
fee: '0.002'
|
|
23188
|
+
}, {
|
|
23189
|
+
chainId: 421614,
|
|
23190
|
+
address: '0x1F7c4f45c8A398381616C74269f9fB8060E3DdC9',
|
|
23191
|
+
timestamp: '2025-10-15T00:00:00+00:00',
|
|
23192
|
+
version: '0.8',
|
|
23315
23193
|
fee: '0.002'
|
|
23316
23194
|
}]
|
|
23317
23195
|
};
|
|
23318
23196
|
|
|
23319
|
-
var timestamp = "2025-
|
|
23197
|
+
var timestamp = "2025-08-05T07:58:46.067Z";
|
|
23320
23198
|
var tokens = [
|
|
23321
23199
|
{
|
|
23322
23200
|
chainId: 1,
|
|
@@ -23329,7 +23207,7 @@ var tokens = [
|
|
|
23329
23207
|
"Mainnet",
|
|
23330
23208
|
"Native Token",
|
|
23331
23209
|
"Top10",
|
|
23332
|
-
"
|
|
23210
|
+
"Featured"
|
|
23333
23211
|
],
|
|
23334
23212
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23335
23213
|
displayDecimals: 6
|
|
@@ -23345,7 +23223,7 @@ var tokens = [
|
|
|
23345
23223
|
"Optimism",
|
|
23346
23224
|
"Native Token",
|
|
23347
23225
|
"Top10",
|
|
23348
|
-
"
|
|
23226
|
+
"Featured"
|
|
23349
23227
|
],
|
|
23350
23228
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23351
23229
|
displayDecimals: 6
|
|
@@ -23361,7 +23239,7 @@ var tokens = [
|
|
|
23361
23239
|
"Arbitrum",
|
|
23362
23240
|
"Native Token",
|
|
23363
23241
|
"Top10",
|
|
23364
|
-
"
|
|
23242
|
+
"Featured"
|
|
23365
23243
|
],
|
|
23366
23244
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23367
23245
|
displayDecimals: 6
|
|
@@ -23377,7 +23255,8 @@ var tokens = [
|
|
|
23377
23255
|
tags: [
|
|
23378
23256
|
"Arbitrum",
|
|
23379
23257
|
"Stablecoin",
|
|
23380
|
-
"EUR"
|
|
23258
|
+
"EUR",
|
|
23259
|
+
"Featured"
|
|
23381
23260
|
],
|
|
23382
23261
|
address: "0x0c06cCF38114ddfc35e07427B9424adcca9F44F8",
|
|
23383
23262
|
displayDecimals: 2
|
|
@@ -23393,7 +23272,7 @@ var tokens = [
|
|
|
23393
23272
|
"Base",
|
|
23394
23273
|
"Native Token",
|
|
23395
23274
|
"Top10",
|
|
23396
|
-
"
|
|
23275
|
+
"Featured"
|
|
23397
23276
|
],
|
|
23398
23277
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
23399
23278
|
displayDecimals: 6
|
|
@@ -23408,8 +23287,8 @@ var tokens = [
|
|
|
23408
23287
|
tags: [
|
|
23409
23288
|
"Mainnet",
|
|
23410
23289
|
"Native Token",
|
|
23411
|
-
"
|
|
23412
|
-
"
|
|
23290
|
+
"Featured",
|
|
23291
|
+
"Wrapped"
|
|
23413
23292
|
],
|
|
23414
23293
|
address: "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
|
|
23415
23294
|
displayDecimals: 6
|
|
@@ -23424,8 +23303,8 @@ var tokens = [
|
|
|
23424
23303
|
tags: [
|
|
23425
23304
|
"Optimism",
|
|
23426
23305
|
"Native Token",
|
|
23427
|
-
"
|
|
23428
|
-
"
|
|
23306
|
+
"Featured",
|
|
23307
|
+
"Wrapped"
|
|
23429
23308
|
],
|
|
23430
23309
|
address: "0x4200000000000000000000000000000000000006",
|
|
23431
23310
|
displayDecimals: 6
|
|
@@ -23440,8 +23319,8 @@ var tokens = [
|
|
|
23440
23319
|
tags: [
|
|
23441
23320
|
"Arbitrum",
|
|
23442
23321
|
"Native Token",
|
|
23443
|
-
"
|
|
23444
|
-
"
|
|
23322
|
+
"Featured",
|
|
23323
|
+
"Wrapped"
|
|
23445
23324
|
],
|
|
23446
23325
|
address: "0x82aF49447D8a07e3bd95BD0d56f35241523fBab1",
|
|
23447
23326
|
displayDecimals: 6
|
|
@@ -23456,8 +23335,8 @@ var tokens = [
|
|
|
23456
23335
|
tags: [
|
|
23457
23336
|
"Base",
|
|
23458
23337
|
"Native Token",
|
|
23459
|
-
"
|
|
23460
|
-
"
|
|
23338
|
+
"Featured",
|
|
23339
|
+
"Wrapped"
|
|
23461
23340
|
],
|
|
23462
23341
|
address: "0x4200000000000000000000000000000000000006",
|
|
23463
23342
|
displayDecimals: 6
|
|
@@ -23475,7 +23354,7 @@ var tokens = [
|
|
|
23475
23354
|
"Stablecoin",
|
|
23476
23355
|
"Top10",
|
|
23477
23356
|
"USD",
|
|
23478
|
-
"
|
|
23357
|
+
"Featured"
|
|
23479
23358
|
],
|
|
23480
23359
|
address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
23481
23360
|
displayDecimals: 2
|
|
@@ -23493,7 +23372,7 @@ var tokens = [
|
|
|
23493
23372
|
"Stablecoin",
|
|
23494
23373
|
"Top10",
|
|
23495
23374
|
"USD",
|
|
23496
|
-
"
|
|
23375
|
+
"Featured"
|
|
23497
23376
|
],
|
|
23498
23377
|
address: "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58",
|
|
23499
23378
|
displayDecimals: 2
|
|
@@ -23511,7 +23390,7 @@ var tokens = [
|
|
|
23511
23390
|
"Stablecoin",
|
|
23512
23391
|
"Top10",
|
|
23513
23392
|
"USD",
|
|
23514
|
-
"
|
|
23393
|
+
"Featured"
|
|
23515
23394
|
],
|
|
23516
23395
|
address: "0xfd086bc7cd5c481dcc9c85ebe478a1c0b69fcbb9",
|
|
23517
23396
|
displayDecimals: 2
|
|
@@ -23529,7 +23408,7 @@ var tokens = [
|
|
|
23529
23408
|
"Stablecoin",
|
|
23530
23409
|
"Top10",
|
|
23531
23410
|
"USD",
|
|
23532
|
-
"
|
|
23411
|
+
"Featured"
|
|
23533
23412
|
],
|
|
23534
23413
|
address: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
|
|
23535
23414
|
displayDecimals: 2
|
|
@@ -23546,7 +23425,7 @@ var tokens = [
|
|
|
23546
23425
|
"Mainnet",
|
|
23547
23426
|
"Stablecoin",
|
|
23548
23427
|
"USD",
|
|
23549
|
-
"
|
|
23428
|
+
"Featured"
|
|
23550
23429
|
],
|
|
23551
23430
|
address: "0x4F604735c1cF31399C6E711D5962b2B3E0225AD3",
|
|
23552
23431
|
displayDecimals: 2
|
|
@@ -23564,7 +23443,7 @@ var tokens = [
|
|
|
23564
23443
|
"Stablecoin",
|
|
23565
23444
|
"Top10",
|
|
23566
23445
|
"USD",
|
|
23567
|
-
"
|
|
23446
|
+
"Featured"
|
|
23568
23447
|
],
|
|
23569
23448
|
address: "0x7f5c764cbc14f9669b88837ca1490cca17c31607",
|
|
23570
23449
|
displayDecimals: 2
|
|
@@ -23582,7 +23461,7 @@ var tokens = [
|
|
|
23582
23461
|
"Stablecoin",
|
|
23583
23462
|
"Top10",
|
|
23584
23463
|
"USD",
|
|
23585
|
-
"
|
|
23464
|
+
"Featured"
|
|
23586
23465
|
],
|
|
23587
23466
|
address: "0x0b2c639c533813f4aa9d7837caf62653d097ff85",
|
|
23588
23467
|
displayDecimals: 2
|
|
@@ -23599,7 +23478,7 @@ var tokens = [
|
|
|
23599
23478
|
"Optimism",
|
|
23600
23479
|
"Stablecoin",
|
|
23601
23480
|
"USD",
|
|
23602
|
-
"
|
|
23481
|
+
"Featured"
|
|
23603
23482
|
],
|
|
23604
23483
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23605
23484
|
displayDecimals: 2
|
|
@@ -23617,7 +23496,7 @@ var tokens = [
|
|
|
23617
23496
|
"Stablecoin",
|
|
23618
23497
|
"Top10",
|
|
23619
23498
|
"USD",
|
|
23620
|
-
"
|
|
23499
|
+
"Featured"
|
|
23621
23500
|
],
|
|
23622
23501
|
address: "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
|
|
23623
23502
|
displayDecimals: 2
|
|
@@ -23634,7 +23513,7 @@ var tokens = [
|
|
|
23634
23513
|
"Base",
|
|
23635
23514
|
"Stablecoin",
|
|
23636
23515
|
"USD",
|
|
23637
|
-
"
|
|
23516
|
+
"Featured"
|
|
23638
23517
|
],
|
|
23639
23518
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23640
23519
|
displayDecimals: 2
|
|
@@ -23652,7 +23531,7 @@ var tokens = [
|
|
|
23652
23531
|
"Stablecoin",
|
|
23653
23532
|
"Top10",
|
|
23654
23533
|
"USD",
|
|
23655
|
-
"
|
|
23534
|
+
"Featured"
|
|
23656
23535
|
],
|
|
23657
23536
|
address: "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
|
|
23658
23537
|
displayDecimals: 2
|
|
@@ -23670,7 +23549,7 @@ var tokens = [
|
|
|
23670
23549
|
"Stablecoin",
|
|
23671
23550
|
"Top10",
|
|
23672
23551
|
"USD",
|
|
23673
|
-
"
|
|
23552
|
+
"Featured"
|
|
23674
23553
|
],
|
|
23675
23554
|
address: "0xff970a61a04b1ca14834a43f5de4533ebddb5cc8",
|
|
23676
23555
|
displayDecimals: 2
|
|
@@ -23687,7 +23566,7 @@ var tokens = [
|
|
|
23687
23566
|
"Arbitrum",
|
|
23688
23567
|
"Stablecoin",
|
|
23689
23568
|
"USD",
|
|
23690
|
-
"
|
|
23569
|
+
"Featured"
|
|
23691
23570
|
],
|
|
23692
23571
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
23693
23572
|
displayDecimals: 2
|
|
@@ -23705,7 +23584,7 @@ var tokens = [
|
|
|
23705
23584
|
"Stablecoin",
|
|
23706
23585
|
"Top10",
|
|
23707
23586
|
"USD",
|
|
23708
|
-
"
|
|
23587
|
+
"Featured"
|
|
23709
23588
|
],
|
|
23710
23589
|
address: "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
23711
23590
|
displayDecimals: 2
|
|
@@ -23723,7 +23602,7 @@ var tokens = [
|
|
|
23723
23602
|
"Stablecoin",
|
|
23724
23603
|
"Top10",
|
|
23725
23604
|
"USD",
|
|
23726
|
-
"
|
|
23605
|
+
"Featured"
|
|
23727
23606
|
],
|
|
23728
23607
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23729
23608
|
displayDecimals: 2
|
|
@@ -23741,28 +23620,11 @@ var tokens = [
|
|
|
23741
23620
|
"Stablecoin",
|
|
23742
23621
|
"Top10",
|
|
23743
23622
|
"USD",
|
|
23744
|
-
"
|
|
23623
|
+
"Featured"
|
|
23745
23624
|
],
|
|
23746
23625
|
address: "0xda10009cbd5d07dd0cecc66161fc93d7c9000da1",
|
|
23747
23626
|
displayDecimals: 2
|
|
23748
23627
|
},
|
|
23749
|
-
{
|
|
23750
|
-
chainId: 8453,
|
|
23751
|
-
coinGeckoId: "dai",
|
|
23752
|
-
name: "DAI",
|
|
23753
|
-
symbol: "DAI",
|
|
23754
|
-
currency: "USD",
|
|
23755
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23756
|
-
decimals: 18,
|
|
23757
|
-
tags: [
|
|
23758
|
-
"Base",
|
|
23759
|
-
"Stablecoin",
|
|
23760
|
-
"Top10",
|
|
23761
|
-
"USD",
|
|
23762
|
-
"featured"
|
|
23763
|
-
],
|
|
23764
|
-
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb"
|
|
23765
|
-
},
|
|
23766
23628
|
{
|
|
23767
23629
|
chainId: 1,
|
|
23768
23630
|
coinGeckoId: "crvusd",
|
|
@@ -23775,7 +23637,7 @@ var tokens = [
|
|
|
23775
23637
|
"Mainnet",
|
|
23776
23638
|
"Stablecoin",
|
|
23777
23639
|
"USD",
|
|
23778
|
-
"
|
|
23640
|
+
"Featured"
|
|
23779
23641
|
],
|
|
23780
23642
|
address: "0xf939e0a03fb07f59a73314e73794be0e57ac1b4e",
|
|
23781
23643
|
displayDecimals: 2
|
|
@@ -23791,7 +23653,7 @@ var tokens = [
|
|
|
23791
23653
|
tags: [
|
|
23792
23654
|
"Stablecoin",
|
|
23793
23655
|
"USD",
|
|
23794
|
-
"
|
|
23656
|
+
"Featured"
|
|
23795
23657
|
],
|
|
23796
23658
|
address: "0xc52d7f23a2e460248db6ee192cb23dd12bddcbf6",
|
|
23797
23659
|
displayDecimals: 2
|
|
@@ -23807,7 +23669,7 @@ var tokens = [
|
|
|
23807
23669
|
tags: [
|
|
23808
23670
|
"Stablecoin",
|
|
23809
23671
|
"USD",
|
|
23810
|
-
"
|
|
23672
|
+
"Featured"
|
|
23811
23673
|
],
|
|
23812
23674
|
address: "0xaBEf652195F98A91E490f047A5006B71c85f058d",
|
|
23813
23675
|
displayDecimals: 2
|
|
@@ -23823,7 +23685,7 @@ var tokens = [
|
|
|
23823
23685
|
tags: [
|
|
23824
23686
|
"Stablecoin",
|
|
23825
23687
|
"USD",
|
|
23826
|
-
"
|
|
23688
|
+
"Featured"
|
|
23827
23689
|
],
|
|
23828
23690
|
address: "0xc4Ce1D6F5D98D65eE25Cf85e9F2E9DcFEe6Cb5d6",
|
|
23829
23691
|
displayDecimals: 2
|
|
@@ -23839,7 +23701,7 @@ var tokens = [
|
|
|
23839
23701
|
tags: [
|
|
23840
23702
|
"Stablecoin",
|
|
23841
23703
|
"USD",
|
|
23842
|
-
"
|
|
23704
|
+
"Featured"
|
|
23843
23705
|
],
|
|
23844
23706
|
address: "0x417Ac0e078398C154EdFadD9Ef675d30Be60Af93",
|
|
23845
23707
|
displayDecimals: 2
|
|
@@ -23855,7 +23717,7 @@ var tokens = [
|
|
|
23855
23717
|
tags: [
|
|
23856
23718
|
"Stablecoin",
|
|
23857
23719
|
"USD",
|
|
23858
|
-
"
|
|
23720
|
+
"Featured"
|
|
23859
23721
|
],
|
|
23860
23722
|
address: "0x498Bf2B1e120FeD3ad3D42EA2165E9b73f99C1e5",
|
|
23861
23723
|
displayDecimals: 2
|
|
@@ -23871,44 +23733,12 @@ var tokens = [
|
|
|
23871
23733
|
tags: [
|
|
23872
23734
|
"Mainnet",
|
|
23873
23735
|
"Stablecoin",
|
|
23874
|
-
"EUR"
|
|
23736
|
+
"EUR",
|
|
23737
|
+
"Featured"
|
|
23875
23738
|
],
|
|
23876
23739
|
address: "0x3231Cb76718CDeF2155FC47b5286d82e6eDA273f",
|
|
23877
23740
|
displayDecimals: 2
|
|
23878
23741
|
},
|
|
23879
|
-
{
|
|
23880
|
-
chainId: 5,
|
|
23881
|
-
name: "XUSD",
|
|
23882
|
-
symbol: "XUSD",
|
|
23883
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23884
|
-
decimals: 18,
|
|
23885
|
-
tags: [
|
|
23886
|
-
"TESTNET"
|
|
23887
|
-
],
|
|
23888
|
-
address: "0x33ca3889bb0032e9c3794b608a242d27e7293353"
|
|
23889
|
-
},
|
|
23890
|
-
{
|
|
23891
|
-
chainId: 5,
|
|
23892
|
-
name: "USDC.test",
|
|
23893
|
-
symbol: "USDC",
|
|
23894
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23895
|
-
decimals: 18,
|
|
23896
|
-
tags: [
|
|
23897
|
-
"TESTNET"
|
|
23898
|
-
],
|
|
23899
|
-
address: "0xe5768E2dDEc1E50Ac2672a2d75D63d36A8Ec88d9"
|
|
23900
|
-
},
|
|
23901
|
-
{
|
|
23902
|
-
chainId: 5,
|
|
23903
|
-
name: "USDT.test",
|
|
23904
|
-
symbol: "USDT",
|
|
23905
|
-
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23906
|
-
decimals: 18,
|
|
23907
|
-
tags: [
|
|
23908
|
-
"TESTNET"
|
|
23909
|
-
],
|
|
23910
|
-
address: "0xeB87E5d9c773d3E802989295147564985B5B358C"
|
|
23911
|
-
},
|
|
23912
23742
|
{
|
|
23913
23743
|
chainId: 43114,
|
|
23914
23744
|
coinGeckoId: "dai",
|
|
@@ -23919,7 +23749,8 @@ var tokens = [
|
|
|
23919
23749
|
currency: "USD",
|
|
23920
23750
|
tags: [
|
|
23921
23751
|
"Avalanche",
|
|
23922
|
-
"
|
|
23752
|
+
"Stablecoin",
|
|
23753
|
+
"Featured"
|
|
23923
23754
|
],
|
|
23924
23755
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
23925
23756
|
displayDecimals: 2
|
|
@@ -23934,7 +23765,8 @@ var tokens = [
|
|
|
23934
23765
|
currency: "USD",
|
|
23935
23766
|
tags: [
|
|
23936
23767
|
"Avalanche",
|
|
23937
|
-
"
|
|
23768
|
+
"Stablecoin",
|
|
23769
|
+
"Featured"
|
|
23938
23770
|
],
|
|
23939
23771
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
23940
23772
|
displayDecimals: 2
|
|
@@ -23949,9 +23781,9 @@ var tokens = [
|
|
|
23949
23781
|
currency: "USD",
|
|
23950
23782
|
tags: [
|
|
23951
23783
|
"Avalanche",
|
|
23952
|
-
"
|
|
23784
|
+
"Stablecoin",
|
|
23953
23785
|
"USD",
|
|
23954
|
-
"
|
|
23786
|
+
"Featured"
|
|
23955
23787
|
],
|
|
23956
23788
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23957
23789
|
displayDecimals: 2
|
|
@@ -23965,8 +23797,8 @@ var tokens = [
|
|
|
23965
23797
|
symbol: "MIM",
|
|
23966
23798
|
tags: [
|
|
23967
23799
|
"Avalanche",
|
|
23968
|
-
"
|
|
23969
|
-
"
|
|
23800
|
+
"Stablecoin",
|
|
23801
|
+
"Featured"
|
|
23970
23802
|
],
|
|
23971
23803
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/MIM.svg",
|
|
23972
23804
|
displayDecimals: 2
|
|
@@ -23984,7 +23816,7 @@ var tokens = [
|
|
|
23984
23816
|
"Stablecoin",
|
|
23985
23817
|
"Top10",
|
|
23986
23818
|
"USD",
|
|
23987
|
-
"
|
|
23819
|
+
"Featured"
|
|
23988
23820
|
],
|
|
23989
23821
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
23990
23822
|
displayDecimals: 2
|
|
@@ -24002,7 +23834,7 @@ var tokens = [
|
|
|
24002
23834
|
"Stablecoin",
|
|
24003
23835
|
"Top10",
|
|
24004
23836
|
"USD",
|
|
24005
|
-
"
|
|
23837
|
+
"Featured"
|
|
24006
23838
|
],
|
|
24007
23839
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24008
23840
|
displayDecimals: 2
|
|
@@ -24020,7 +23852,7 @@ var tokens = [
|
|
|
24020
23852
|
"Stablecoin",
|
|
24021
23853
|
"Top10",
|
|
24022
23854
|
"USD",
|
|
24023
|
-
"
|
|
23855
|
+
"Featured"
|
|
24024
23856
|
],
|
|
24025
23857
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24026
23858
|
displayDecimals: 2
|
|
@@ -24038,7 +23870,7 @@ var tokens = [
|
|
|
24038
23870
|
"Stablecoin",
|
|
24039
23871
|
"Top10",
|
|
24040
23872
|
"USD",
|
|
24041
|
-
"
|
|
23873
|
+
"Featured"
|
|
24042
23874
|
],
|
|
24043
23875
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24044
23876
|
displayDecimals: 2
|
|
@@ -24056,14 +23888,14 @@ var tokens = [
|
|
|
24056
23888
|
"Stablecoin",
|
|
24057
23889
|
"Native Token",
|
|
24058
23890
|
"USD",
|
|
24059
|
-
"
|
|
23891
|
+
"Featured"
|
|
24060
23892
|
],
|
|
24061
23893
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/xDAI.svg",
|
|
24062
23894
|
displayDecimals: 2
|
|
24063
23895
|
},
|
|
24064
23896
|
{
|
|
24065
23897
|
chainId: 100,
|
|
24066
|
-
coinGeckoId: "
|
|
23898
|
+
coinGeckoId: "xdai",
|
|
24067
23899
|
address: "0xe91d153e0b41518a2ce8dd3d7944fa863463a97d",
|
|
24068
23900
|
decimals: 18,
|
|
24069
23901
|
name: "wxDAI",
|
|
@@ -24074,8 +23906,8 @@ var tokens = [
|
|
|
24074
23906
|
"Stablecoin",
|
|
24075
23907
|
"Native Token",
|
|
24076
23908
|
"USD",
|
|
24077
|
-
"
|
|
24078
|
-
"
|
|
23909
|
+
"Featured",
|
|
23910
|
+
"Wrapped"
|
|
24079
23911
|
],
|
|
24080
23912
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/wxDAI.svg",
|
|
24081
23913
|
displayDecimals: 2
|
|
@@ -24091,7 +23923,7 @@ var tokens = [
|
|
|
24091
23923
|
tags: [
|
|
24092
23924
|
"Gnosis",
|
|
24093
23925
|
"Stablecoin",
|
|
24094
|
-
"
|
|
23926
|
+
"Featured"
|
|
24095
23927
|
],
|
|
24096
23928
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24097
23929
|
displayDecimals: 2
|
|
@@ -24106,7 +23938,7 @@ var tokens = [
|
|
|
24106
23938
|
tags: [
|
|
24107
23939
|
"Polygon",
|
|
24108
23940
|
"Native Token",
|
|
24109
|
-
"
|
|
23941
|
+
"Featured"
|
|
24110
23942
|
],
|
|
24111
23943
|
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24112
23944
|
displayDecimals: 1
|
|
@@ -24121,8 +23953,8 @@ var tokens = [
|
|
|
24121
23953
|
tags: [
|
|
24122
23954
|
"Polygon",
|
|
24123
23955
|
"Native Token",
|
|
24124
|
-
"
|
|
24125
|
-
"
|
|
23956
|
+
"Featured",
|
|
23957
|
+
"Wrapped"
|
|
24126
23958
|
],
|
|
24127
23959
|
address: "0x0d500B1d8E8eF31E21C99d1Db9A6444d3ADf1270",
|
|
24128
23960
|
displayDecimals: 1
|
|
@@ -24140,7 +23972,7 @@ var tokens = [
|
|
|
24140
23972
|
"Stablecoin",
|
|
24141
23973
|
"Top10",
|
|
24142
23974
|
"USD",
|
|
24143
|
-
"
|
|
23975
|
+
"Featured"
|
|
24144
23976
|
],
|
|
24145
23977
|
address: "0xc2132D05D31c914a87C6611C10748AEb04B58e8F",
|
|
24146
23978
|
displayDecimals: 2
|
|
@@ -24158,7 +23990,7 @@ var tokens = [
|
|
|
24158
23990
|
"Stablecoin",
|
|
24159
23991
|
"Top10",
|
|
24160
23992
|
"USD",
|
|
24161
|
-
"
|
|
23993
|
+
"Featured"
|
|
24162
23994
|
],
|
|
24163
23995
|
address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
|
|
24164
23996
|
displayDecimals: 2
|
|
@@ -24176,7 +24008,7 @@ var tokens = [
|
|
|
24176
24008
|
"Stablecoin",
|
|
24177
24009
|
"Top10",
|
|
24178
24010
|
"USD",
|
|
24179
|
-
"
|
|
24011
|
+
"Featured"
|
|
24180
24012
|
],
|
|
24181
24013
|
address: "0x2791Bca1f2de4661ED88A30C99A7a9449Aa84174",
|
|
24182
24014
|
displayDecimals: 2
|
|
@@ -24194,7 +24026,7 @@ var tokens = [
|
|
|
24194
24026
|
"Stablecoin",
|
|
24195
24027
|
"Top10",
|
|
24196
24028
|
"USD",
|
|
24197
|
-
"
|
|
24029
|
+
"Featured"
|
|
24198
24030
|
],
|
|
24199
24031
|
address: "0x8f3Cf7ad23Cd3CaDbD9735AFf958023239c6A063",
|
|
24200
24032
|
displayDecimals: 2
|
|
@@ -24210,7 +24042,7 @@ var tokens = [
|
|
|
24210
24042
|
tags: [
|
|
24211
24043
|
"Polygon",
|
|
24212
24044
|
"Stablecoin",
|
|
24213
|
-
"
|
|
24045
|
+
"Featured"
|
|
24214
24046
|
],
|
|
24215
24047
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/EURe.svg",
|
|
24216
24048
|
displayDecimals: 2
|
|
@@ -24227,7 +24059,7 @@ var tokens = [
|
|
|
24227
24059
|
"Polygon",
|
|
24228
24060
|
"Stablecoin",
|
|
24229
24061
|
"USD",
|
|
24230
|
-
"
|
|
24062
|
+
"Featured"
|
|
24231
24063
|
],
|
|
24232
24064
|
address: "0x4f604735c1cf31399c6e711d5962b2b3e0225ad3",
|
|
24233
24065
|
displayDecimals: 2
|
|
@@ -24242,9 +24074,10 @@ var tokens = [
|
|
|
24242
24074
|
tags: [
|
|
24243
24075
|
"BNB Smart Chain",
|
|
24244
24076
|
"Native Token",
|
|
24245
|
-
"
|
|
24077
|
+
"Featured"
|
|
24246
24078
|
],
|
|
24247
|
-
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE"
|
|
24079
|
+
address: "0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE",
|
|
24080
|
+
displayDecimals: 5
|
|
24248
24081
|
},
|
|
24249
24082
|
{
|
|
24250
24083
|
chainId: 56,
|
|
@@ -24256,10 +24089,11 @@ var tokens = [
|
|
|
24256
24089
|
tags: [
|
|
24257
24090
|
"BNB Smart Chain",
|
|
24258
24091
|
"Native Token",
|
|
24259
|
-
"
|
|
24260
|
-
"
|
|
24092
|
+
"Featured",
|
|
24093
|
+
"Wrapped"
|
|
24261
24094
|
],
|
|
24262
|
-
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c"
|
|
24095
|
+
address: "0xbb4CdB9CBd36B01bD1cBaEBF2De08d9173bc095c",
|
|
24096
|
+
displayDecimals: 5
|
|
24263
24097
|
},
|
|
24264
24098
|
{
|
|
24265
24099
|
chainId: 56,
|
|
@@ -24274,7 +24108,7 @@ var tokens = [
|
|
|
24274
24108
|
"Stablecoin",
|
|
24275
24109
|
"Top10",
|
|
24276
24110
|
"USD",
|
|
24277
|
-
"
|
|
24111
|
+
"Featured"
|
|
24278
24112
|
],
|
|
24279
24113
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24280
24114
|
displayDecimals: 2
|
|
@@ -24292,7 +24126,7 @@ var tokens = [
|
|
|
24292
24126
|
"Stablecoin",
|
|
24293
24127
|
"Top10",
|
|
24294
24128
|
"USD",
|
|
24295
|
-
"
|
|
24129
|
+
"Featured"
|
|
24296
24130
|
],
|
|
24297
24131
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDT.svg",
|
|
24298
24132
|
displayDecimals: 2
|
|
@@ -24303,13 +24137,12 @@ var tokens = [
|
|
|
24303
24137
|
coinGeckoId: "dai",
|
|
24304
24138
|
name: "Dai",
|
|
24305
24139
|
symbol: "DAI",
|
|
24306
|
-
currency: "USD",
|
|
24307
24140
|
decimals: 18,
|
|
24308
24141
|
tags: [
|
|
24309
24142
|
"BNB Smart Chain",
|
|
24310
24143
|
"Stablecoin",
|
|
24311
24144
|
"USD",
|
|
24312
|
-
"
|
|
24145
|
+
"Featured"
|
|
24313
24146
|
],
|
|
24314
24147
|
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/DAI.svg",
|
|
24315
24148
|
displayDecimals: 2
|
|
@@ -24325,7 +24158,7 @@ var tokens = [
|
|
|
24325
24158
|
tags: [
|
|
24326
24159
|
"Mainnet",
|
|
24327
24160
|
"Stablecoin",
|
|
24328
|
-
"
|
|
24161
|
+
"Featured",
|
|
24329
24162
|
"USD"
|
|
24330
24163
|
],
|
|
24331
24164
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24342,7 +24175,7 @@ var tokens = [
|
|
|
24342
24175
|
tags: [
|
|
24343
24176
|
"Mainnet",
|
|
24344
24177
|
"Stablecoin",
|
|
24345
|
-
"
|
|
24178
|
+
"Featured",
|
|
24346
24179
|
"USD",
|
|
24347
24180
|
"Wrapped"
|
|
24348
24181
|
],
|
|
@@ -24359,7 +24192,7 @@ var tokens = [
|
|
|
24359
24192
|
currency: "USD",
|
|
24360
24193
|
tags: [
|
|
24361
24194
|
"Stablecoin",
|
|
24362
|
-
"
|
|
24195
|
+
"Featured",
|
|
24363
24196
|
"USD"
|
|
24364
24197
|
],
|
|
24365
24198
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24375,7 +24208,7 @@ var tokens = [
|
|
|
24375
24208
|
currency: "USD",
|
|
24376
24209
|
tags: [
|
|
24377
24210
|
"Stablecoin",
|
|
24378
|
-
"
|
|
24211
|
+
"Featured",
|
|
24379
24212
|
"USD",
|
|
24380
24213
|
"Wrapped"
|
|
24381
24214
|
],
|
|
@@ -24392,7 +24225,7 @@ var tokens = [
|
|
|
24392
24225
|
currency: "USD",
|
|
24393
24226
|
tags: [
|
|
24394
24227
|
"Stablecoin",
|
|
24395
|
-
"
|
|
24228
|
+
"Featured",
|
|
24396
24229
|
"USD"
|
|
24397
24230
|
],
|
|
24398
24231
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24408,7 +24241,7 @@ var tokens = [
|
|
|
24408
24241
|
currency: "USD",
|
|
24409
24242
|
tags: [
|
|
24410
24243
|
"Stablecoin",
|
|
24411
|
-
"
|
|
24244
|
+
"Featured",
|
|
24412
24245
|
"USD",
|
|
24413
24246
|
"Wrapped"
|
|
24414
24247
|
],
|
|
@@ -24425,7 +24258,7 @@ var tokens = [
|
|
|
24425
24258
|
currency: "USD",
|
|
24426
24259
|
tags: [
|
|
24427
24260
|
"Stablecoin",
|
|
24428
|
-
"
|
|
24261
|
+
"Featured",
|
|
24429
24262
|
"USD"
|
|
24430
24263
|
],
|
|
24431
24264
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24441,7 +24274,7 @@ var tokens = [
|
|
|
24441
24274
|
currency: "USD",
|
|
24442
24275
|
tags: [
|
|
24443
24276
|
"Stablecoin",
|
|
24444
|
-
"
|
|
24277
|
+
"Featured",
|
|
24445
24278
|
"USD",
|
|
24446
24279
|
"Wrapped"
|
|
24447
24280
|
],
|
|
@@ -24458,7 +24291,7 @@ var tokens = [
|
|
|
24458
24291
|
currency: "USD",
|
|
24459
24292
|
tags: [
|
|
24460
24293
|
"Stablecoin",
|
|
24461
|
-
"
|
|
24294
|
+
"Featured",
|
|
24462
24295
|
"USD"
|
|
24463
24296
|
],
|
|
24464
24297
|
address: "0x59d9356e565ab3a36dd77763fc0d87feaf85508c",
|
|
@@ -24474,7 +24307,7 @@ var tokens = [
|
|
|
24474
24307
|
currency: "USD",
|
|
24475
24308
|
tags: [
|
|
24476
24309
|
"Stablecoin",
|
|
24477
|
-
"
|
|
24310
|
+
"Featured",
|
|
24478
24311
|
"USD",
|
|
24479
24312
|
"Wrapped"
|
|
24480
24313
|
],
|
|
@@ -24491,7 +24324,7 @@ var tokens = [
|
|
|
24491
24324
|
currency: "IDR",
|
|
24492
24325
|
tags: [
|
|
24493
24326
|
"Stablecoin",
|
|
24494
|
-
"
|
|
24327
|
+
"Featured",
|
|
24495
24328
|
"IDR"
|
|
24496
24329
|
],
|
|
24497
24330
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24507,7 +24340,7 @@ var tokens = [
|
|
|
24507
24340
|
currency: "IDR",
|
|
24508
24341
|
tags: [
|
|
24509
24342
|
"Stablecoin",
|
|
24510
|
-
"
|
|
24343
|
+
"Featured",
|
|
24511
24344
|
"IDR"
|
|
24512
24345
|
],
|
|
24513
24346
|
address: "0x649a2DA7B28E0D54c13D5eFf95d3A660652742cC",
|
|
@@ -24523,7 +24356,7 @@ var tokens = [
|
|
|
24523
24356
|
currency: "IDR",
|
|
24524
24357
|
tags: [
|
|
24525
24358
|
"Stablecoin",
|
|
24526
|
-
"
|
|
24359
|
+
"Featured",
|
|
24527
24360
|
"IDR"
|
|
24528
24361
|
],
|
|
24529
24362
|
address: "0x18Bc5bcC660cf2B9cE3cd51a404aFe1a0cBD3C22",
|
|
@@ -24622,7 +24455,7 @@ var tokens = [
|
|
|
24622
24455
|
"Stablecoin",
|
|
24623
24456
|
"Native Token",
|
|
24624
24457
|
"USD",
|
|
24625
|
-
"
|
|
24458
|
+
"Featured"
|
|
24626
24459
|
],
|
|
24627
24460
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sxDAI.png",
|
|
24628
24461
|
displayDecimals: 2
|
|
@@ -24636,7 +24469,7 @@ var tokens = [
|
|
|
24636
24469
|
symbol: "CRV",
|
|
24637
24470
|
tags: [
|
|
24638
24471
|
"Gnosis",
|
|
24639
|
-
"
|
|
24472
|
+
"Featured"
|
|
24640
24473
|
],
|
|
24641
24474
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/CRV.png",
|
|
24642
24475
|
displayDecimals: 2
|
|
@@ -24650,23 +24483,11 @@ var tokens = [
|
|
|
24650
24483
|
symbol: "GNO",
|
|
24651
24484
|
tags: [
|
|
24652
24485
|
"Gnosis",
|
|
24653
|
-
"
|
|
24486
|
+
"Featured"
|
|
24654
24487
|
],
|
|
24655
24488
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/GNO.png",
|
|
24656
24489
|
displayDecimals: 4
|
|
24657
24490
|
},
|
|
24658
|
-
{
|
|
24659
|
-
chainId: 100,
|
|
24660
|
-
address: "0xa4ef9da5ba71cc0d2e5e877a910a37ec43420445",
|
|
24661
|
-
decimals: 18,
|
|
24662
|
-
name: "Staked Gnosis",
|
|
24663
|
-
symbol: "sGNO",
|
|
24664
|
-
tags: [
|
|
24665
|
-
"Gnosis",
|
|
24666
|
-
"featured"
|
|
24667
|
-
],
|
|
24668
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/sGNO.png"
|
|
24669
|
-
},
|
|
24670
24491
|
{
|
|
24671
24492
|
chainId: 100,
|
|
24672
24493
|
coinGeckoId: "bread",
|
|
@@ -24676,7 +24497,7 @@ var tokens = [
|
|
|
24676
24497
|
symbol: "BRD",
|
|
24677
24498
|
tags: [
|
|
24678
24499
|
"Gnosis",
|
|
24679
|
-
"
|
|
24500
|
+
"Featured"
|
|
24680
24501
|
],
|
|
24681
24502
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/BRD.png",
|
|
24682
24503
|
displayDecimals: 0
|
|
@@ -24690,25 +24511,12 @@ var tokens = [
|
|
|
24690
24511
|
symbol: "EURC.e",
|
|
24691
24512
|
tags: [
|
|
24692
24513
|
"Gnosis",
|
|
24693
|
-
"
|
|
24514
|
+
"Featured",
|
|
24694
24515
|
"Stablecoin"
|
|
24695
24516
|
],
|
|
24696
24517
|
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/EURC.png",
|
|
24697
24518
|
displayDecimals: 2
|
|
24698
24519
|
},
|
|
24699
|
-
{
|
|
24700
|
-
chainId: 100,
|
|
24701
|
-
address: "0xc6ed4f520f6a4e4dc27273509239b7f8a68d2068",
|
|
24702
|
-
decimals: 18,
|
|
24703
|
-
name: "Ubiquity Dollar",
|
|
24704
|
-
symbol: "UUSD",
|
|
24705
|
-
tags: [
|
|
24706
|
-
"Gnosis",
|
|
24707
|
-
"featured",
|
|
24708
|
-
"Stablecoin"
|
|
24709
|
-
],
|
|
24710
|
-
logoUri: "https://raw.githubusercontent.com/yodlpay/logos/main/logos/tokens/UUSD.png"
|
|
24711
|
-
},
|
|
24712
24520
|
{
|
|
24713
24521
|
chainId: 137,
|
|
24714
24522
|
coinGeckoId: "brz",
|
|
@@ -24807,7 +24615,8 @@ var tokens = [
|
|
|
24807
24615
|
"Featured",
|
|
24808
24616
|
"XAU"
|
|
24809
24617
|
],
|
|
24810
|
-
address: "0x68749665ff8d2d112fa859aa293f07a622782f38"
|
|
24618
|
+
address: "0x68749665ff8d2d112fa859aa293f07a622782f38",
|
|
24619
|
+
displayDecimals: 2
|
|
24811
24620
|
},
|
|
24812
24621
|
{
|
|
24813
24622
|
chainId: 42161,
|
|
@@ -24906,6 +24715,19 @@ var tokens = [
|
|
|
24906
24715
|
],
|
|
24907
24716
|
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24908
24717
|
displayDecimals: 2
|
|
24718
|
+
},
|
|
24719
|
+
{
|
|
24720
|
+
chainId: 421614,
|
|
24721
|
+
coinGeckoId: "",
|
|
24722
|
+
name: "Manteca USDC Faucet",
|
|
24723
|
+
symbol: "USDC.test",
|
|
24724
|
+
currency: "USD",
|
|
24725
|
+
logoUri: "https://kuezuu6pdfndtxdd.public.blob.vercel-storage.com/tokens/USDC.svg",
|
|
24726
|
+
decimals: 6,
|
|
24727
|
+
tags: [
|
|
24728
|
+
],
|
|
24729
|
+
address: "0x888883b5f5d21fb10dfeb70e8f9722b9fb0e5e51",
|
|
24730
|
+
displayDecimals: 2
|
|
24909
24731
|
}
|
|
24910
24732
|
];
|
|
24911
24733
|
var featuredTokenlist = {
|
|
@@ -24913,7 +24735,7 @@ var featuredTokenlist = {
|
|
|
24913
24735
|
tokens: tokens
|
|
24914
24736
|
};
|
|
24915
24737
|
|
|
24916
|
-
var timestamp$1 = "2025-
|
|
24738
|
+
var timestamp$1 = "2025-08-05T07:58:46.069Z";
|
|
24917
24739
|
var tokens$1 = [
|
|
24918
24740
|
{
|
|
24919
24741
|
chainId: 1,
|
|
@@ -25263,7 +25085,7 @@ var tokens$1 = [
|
|
|
25263
25085
|
decimals: 18,
|
|
25264
25086
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
25265
25087
|
coinGeckoId: "frax-share",
|
|
25266
|
-
displayDecimals:
|
|
25088
|
+
displayDecimals: 2
|
|
25267
25089
|
},
|
|
25268
25090
|
{
|
|
25269
25091
|
chainId: 1,
|
|
@@ -26063,7 +25885,7 @@ var tokens$1 = [
|
|
|
26063
25885
|
decimals: 18,
|
|
26064
25886
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26065
25887
|
coinGeckoId: "frax-share",
|
|
26066
|
-
displayDecimals:
|
|
25888
|
+
displayDecimals: 2
|
|
26067
25889
|
},
|
|
26068
25890
|
{
|
|
26069
25891
|
chainId: 137,
|
|
@@ -26512,7 +26334,7 @@ var tokens$1 = [
|
|
|
26512
26334
|
decimals: 18,
|
|
26513
26335
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
26514
26336
|
coinGeckoId: "frax-share",
|
|
26515
|
-
displayDecimals:
|
|
26337
|
+
displayDecimals: 2
|
|
26516
26338
|
},
|
|
26517
26339
|
{
|
|
26518
26340
|
chainId: 42161,
|
|
@@ -26602,7 +26424,7 @@ var tokens$1 = [
|
|
|
26602
26424
|
decimals: 18,
|
|
26603
26425
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
26604
26426
|
coinGeckoId: "inception-restaked-steth",
|
|
26605
|
-
displayDecimals:
|
|
26427
|
+
displayDecimals: 6
|
|
26606
26428
|
},
|
|
26607
26429
|
{
|
|
26608
26430
|
chainId: 42161,
|
|
@@ -27021,7 +26843,8 @@ var tokens$1 = [
|
|
|
27021
26843
|
symbol: "AMP",
|
|
27022
26844
|
decimals: 18,
|
|
27023
26845
|
logoUri: "https://assets.coingecko.com/coins/images/37421/original/AmpedLogoTrans-200.png?1714377313",
|
|
27024
|
-
coinGeckoId: "amped-finance"
|
|
26846
|
+
coinGeckoId: "amped-finance",
|
|
26847
|
+
displayDecimals: 0
|
|
27025
26848
|
},
|
|
27026
26849
|
{
|
|
27027
26850
|
chainId: 8453,
|
|
@@ -27173,6 +26996,16 @@ var tokens$1 = [
|
|
|
27173
26996
|
coinGeckoId: "kelpdao-bridged-rseth-base",
|
|
27174
26997
|
displayDecimals: 6
|
|
27175
26998
|
},
|
|
26999
|
+
{
|
|
27000
|
+
chainId: 8453,
|
|
27001
|
+
address: "0x50c5725949a6f0c72e6c4a641f24049a917db0cb",
|
|
27002
|
+
name: "L2 Standard Bridged DAI Base ",
|
|
27003
|
+
symbol: "DAI",
|
|
27004
|
+
decimals: 18,
|
|
27005
|
+
logoUri: "https://assets.coingecko.com/coins/images/39807/original/dai.png?1724126571",
|
|
27006
|
+
coinGeckoId: "l2-standard-bridged-dai-base",
|
|
27007
|
+
displayDecimals: 2
|
|
27008
|
+
},
|
|
27176
27009
|
{
|
|
27177
27010
|
chainId: 8453,
|
|
27178
27011
|
address: "0xfde4c96c8593536e31f229ea8f37b2ada2699bb2",
|
|
@@ -27180,7 +27013,8 @@ var tokens$1 = [
|
|
|
27180
27013
|
symbol: "USDT",
|
|
27181
27014
|
decimals: 6,
|
|
27182
27015
|
logoUri: "https://assets.coingecko.com/coins/images/39963/original/usdt.png?1724952731",
|
|
27183
|
-
coinGeckoId: "l2-standard-bridged-usdt-base"
|
|
27016
|
+
coinGeckoId: "l2-standard-bridged-usdt-base",
|
|
27017
|
+
displayDecimals: 2
|
|
27184
27018
|
},
|
|
27185
27019
|
{
|
|
27186
27020
|
chainId: 8453,
|
|
@@ -27240,7 +27074,7 @@ var tokens$1 = [
|
|
|
27240
27074
|
decimals: 18,
|
|
27241
27075
|
logoUri: "https://assets.coingecko.com/coins/images/26133/original/WELL.png?1696525221",
|
|
27242
27076
|
coinGeckoId: "moonwell-artemis",
|
|
27243
|
-
displayDecimals:
|
|
27077
|
+
displayDecimals: 0
|
|
27244
27078
|
},
|
|
27245
27079
|
{
|
|
27246
27080
|
chainId: 8453,
|
|
@@ -27530,7 +27364,7 @@ var tokens$1 = [
|
|
|
27530
27364
|
decimals: 18,
|
|
27531
27365
|
logoUri: "https://assets.coingecko.com/coins/images/34954/original/Group_14.png?1706773546",
|
|
27532
27366
|
coinGeckoId: "inception-restaked-steth",
|
|
27533
|
-
displayDecimals:
|
|
27367
|
+
displayDecimals: 6
|
|
27534
27368
|
},
|
|
27535
27369
|
{
|
|
27536
27370
|
chainId: 10,
|
|
@@ -27750,7 +27584,7 @@ var tokens$1 = [
|
|
|
27750
27584
|
decimals: 18,
|
|
27751
27585
|
logoUri: "https://assets.coingecko.com/coins/images/14165/original/Logo200.png?1696513884",
|
|
27752
27586
|
coinGeckoId: "alpaca-finance",
|
|
27753
|
-
displayDecimals:
|
|
27587
|
+
displayDecimals: 0
|
|
27754
27588
|
},
|
|
27755
27589
|
{
|
|
27756
27590
|
chainId: 56,
|
|
@@ -28050,7 +27884,7 @@ var tokens$1 = [
|
|
|
28050
27884
|
decimals: 18,
|
|
28051
27885
|
logoUri: "https://assets.coingecko.com/coins/images/13423/original/frax.png?1745921071",
|
|
28052
27886
|
coinGeckoId: "frax-share",
|
|
28053
|
-
displayDecimals:
|
|
27887
|
+
displayDecimals: 2
|
|
28054
27888
|
},
|
|
28055
27889
|
{
|
|
28056
27890
|
chainId: 56,
|
|
@@ -28230,7 +28064,7 @@ var tokens$1 = [
|
|
|
28230
28064
|
decimals: 6,
|
|
28231
28065
|
logoUri: "https://assets.coingecko.com/coins/images/15468/original/NxLfA-LK_400x400.png?1696515114",
|
|
28232
28066
|
coinGeckoId: "tron-bsc",
|
|
28233
|
-
displayDecimals:
|
|
28067
|
+
displayDecimals: 2
|
|
28234
28068
|
},
|
|
28235
28069
|
{
|
|
28236
28070
|
chainId: 56,
|
|
@@ -28509,26 +28343,6 @@ function nextVersion(base, bump) {
|
|
|
28509
28343
|
}
|
|
28510
28344
|
}
|
|
28511
28345
|
|
|
28512
|
-
var TokenListTagNames;
|
|
28513
|
-
|
|
28514
|
-
(function (TokenListTagNames) {
|
|
28515
|
-
// Networks
|
|
28516
|
-
TokenListTagNames["MAINNET"] = "Mainnet";
|
|
28517
|
-
TokenListTagNames["OPTIMISM"] = "Optimism";
|
|
28518
|
-
TokenListTagNames["ARBITRUM"] = "Arbitrum";
|
|
28519
|
-
TokenListTagNames["AVALANCHE"] = "Avalanche";
|
|
28520
|
-
TokenListTagNames["BASE"] = "Base";
|
|
28521
|
-
TokenListTagNames["TESTNET"] = "TESTNET"; // Coin/currency
|
|
28522
|
-
|
|
28523
|
-
TokenListTagNames["STABLECOIN"] = "Stablecoin";
|
|
28524
|
-
TokenListTagNames["USD"] = "USD";
|
|
28525
|
-
TokenListTagNames["EUR"] = "EUR"; // Misc
|
|
28526
|
-
|
|
28527
|
-
TokenListTagNames["TOP_10"] = "Top10";
|
|
28528
|
-
TokenListTagNames["NATIVE_TOKEN"] = "Native Token";
|
|
28529
|
-
TokenListTagNames["WRAPPED"] = "wrapped";
|
|
28530
|
-
})(TokenListTagNames || (TokenListTagNames = {}));
|
|
28531
|
-
|
|
28532
28346
|
var tokenlist = /*#__PURE__*/featuredTokenlist.tokens.concat( //@ts-ignore
|
|
28533
28347
|
generatedTokenlist.tokens);
|
|
28534
28348
|
function getCurveRouterAddress(chainId) {
|
|
@@ -28687,5 +28501,5 @@ function getNativeWrappedToken(chainId) {
|
|
|
28687
28501
|
return nativeTokens[0];
|
|
28688
28502
|
}
|
|
28689
28503
|
|
|
28690
|
-
export { CURVE_ROUTER_ABI,
|
|
28504
|
+
export { CURVE_ROUTER_ABI, VersionUpgrade, YODL_ROUTER_ABIS, diffTokenLists, getChain, getChains, getCurveRouterAddress, getFeaturedTokenBySymbol, getFiatCurrencies, getFiatCurrency, getFiatFeeds, getLatestRouter, getNativeToken, getNativeWrappedToken, getPriceFeed, getPriceFeeds, getRouter, getRouterAbi, getRouterByAddress, getRouters, getShortNames, getTokenByAddress, getTokenBySymbol, getTokenFeeds, getTokens, getVersionUpgrade, isVersionUpdate, minVersionBump, nextVersion, tokenlist, versionComparator };
|
|
28691
28505
|
//# sourceMappingURL=tokenlists.esm.js.map
|